.banner-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-top: 92px;
}

@media (max-width: 900px) {
  .banner-hero {
    padding-top: 20px;
    max-height: none !important;
  }
}

@media (max-width: 375px) {
  .banner-hero {
    padding-top: 35px;
  }
}

@media (max-width: 320px) {
  .banner-hero {
    padding-top: 30px;
  }
}

.banner-hero * {
  min-height: 0;
  min-width: 0;
}

.banner-hero.hero-noslide {
  display: none;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .banner-hero.hero-noslide {
    display: block;
    padding-top: 200px;
  }
}

.banner-hero .hero {
  position: relative;
  top: 0;
  left: 0;
  background-color: #363636;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}

.banner-hero .slider-hero {
  position: initial;
  margin: 0;
}

.banner-hero .slider-hero.slick-initialized {
  opacity: 1;
  visibility: visible;
  position: initial;
  max-height: 665px;
}

@media (max-width: 900px) {
  .banner-hero .slider-hero.slick-initialized {
    max-height: none;
  }
}

.banner-hero .slider-hero .caption-video {
  position: absolute;
  width: 100%;
  z-index: 15;
  background-color: transparent;
  top: 37%;
  left: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .banner-hero .slider-hero .caption-video {
    top: 45%;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video {
    top: 34%;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video {
    top: 45%;
  }
}

@media (max-width: 375px) {
  .banner-hero .slider-hero .caption-video {
    top: 40%;
  }
}

.banner-hero .slider-hero .caption-video h1 {
  color: #fff;
  font-size: 64px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 44px;
  }
}

@media (max-width: 980px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 64px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 54px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 34px;
  }
}

.banner-hero .slider-hero .caption-video h5 {
  color: #fff;
  font-size: 30px;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 30px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 25px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 20px;
  }
}

.banner-hero .slider-hero .caption-video .btn {
  display: inline-block;
  margin-top: 50px;
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #003168;
  font-family: 'DBHelvethaicaX-Reg';
  font-size: 26px;
  background-color: #212529;
  color: #212529;
  background-color: #003168;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-hero .slider-hero .caption-video .btn:hover {
  color: #003168;
  background-color: #212529;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .banner-hero .slider-hero .caption-video .btn {
    font-size: 26px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video .btn {
    font-size: 22px;
  }
}

.banner-hero .slider-hero .slick-slide {
  position: relative;
}

.banner-hero .slider-hero .slick-slide .slick-poster {
  top: 0 !important;
  max-height: 665px !important;
}

@media (max-width: 900px) {
  .banner-hero .slider-hero .slick-slide .slick-poster {
    max-height: none;
  }
}

.banner-hero .slider-hero .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.banner-hero .slider-hero .slick-slide .video-poster-mobile {
  display: none;
}

@media (max-width: 767px) {
  .banner-hero .slider-hero .slick-slide .video-poster-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
}

.banner-hero .slider-hero .slick-slide video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 767px) {
  .banner-hero .slider-hero .slick-slide video {
    display: none;
  }
}

.banner-hero .slider-hero .slick-slide figure {
  position: relative;
  height: 100%;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  max-height: 665px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .banner-hero .slider-hero .slick-slide figure {
    max-height: none;
  }
}

.banner-hero .slider-hero .slick-slide iframe {
  position: relative;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

.banner-hero .slider-hero .slick-slide .slide-image {
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-position: bottom center;
  transition: all .8s ease;
  max-height: 665px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .banner-hero .slider-hero .slick-slide .slide-image {
    max-height: none;
    background-position: center !important;
    background-size: cover !important;
  }
}

.banner-hero .slider-hero .slick-slide .slide-image.show {
  opacity: 1;
}

.banner-hero .slider-hero .slick-slide .framevideo {
  max-height: 665px !important;
  overflow: hidden;
}

@media (max-width: 900px) {
  .banner-hero .slider-hero .slick-slide .framevideo {
    max-height: none;
  }
}

.banner-hero .slider-hero .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.banner-hero .slider-hero .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.banner-hero .slider-hero .slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.banner-hero .slider-hero .slick-slide.slick-active {
  z-index: 1;
}

.banner-hero .slider-hero .slick-slide.slick-active .slide-media {
  animation: slideIn 1s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.banner-hero .slider-hero .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.banner-hero .slick-dots {
  bottom: 0;
  margin-right: 20px;
  line-height: 36px;
}

.banner-hero .slick-dots li {
  opacity: 0;
  width: 260px;
  box-shadow: none;
  outline: none;
}

@media (max-width: 1399px) {
  .banner-hero .slick-dots li {
    width: 190px;
  }
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li {
    width: 160px;
  }
}

@media (max-width: 375px) {
  .banner-hero .slick-dots li {
    width: 120px;
    top: -3px;
  }
}

.banner-hero .slick-dots li a.t-indicators {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #c7c8c9;
  box-shadow: none;
  outline: none;
}

.banner-hero .slick-dots li a.c-indicators {
  display: inline-block;
  color: #fff;
}

@media (max-width: 992px) {
  .banner-hero .slick-dots li a.c-indicators {
    display: none;
  }
}

.banner-hero .slick-dots li a.c-indicators h3 {
  font-family: 'DBHelvethaicaX-Thin';
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .banner-hero .slick-dots li a.c-indicators h3 {
    font-size: 1.12em;
  }
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li a.c-indicators h3 {
    font-size: 1em;
  }
}

.banner-hero .slick-dots li a.c-indicators span {
  font-family: 'DBHelvethaicaX-Thin';
  font-size: 20px;
  letter-spacing: 1px;
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li a.c-indicators span {
    font-size: 18px;
  }
}

.banner-hero .slick-dots li.slick-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .banner-hero .slick-dots li.slick-active {
    opacity: 1;
  }
}

.banner-hero .slick-dots li.slick-active a.t-indicators {
  position: relative;
}

.banner-hero .slick-dots li.slick-active a.t-indicators.paused:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.banner-hero .slick-dots li.slick-active a.t-indicators.start:before {
  -webkit-animation: progress 30000ms linear 0s;
  -moz-animation: progress 30000ms linear 0s;
  -ms-animation: progress 30000ms linear 0s;
  -o-animation: progress 30000ms linear 0s;
  animation: progress 30000ms linear 0s;
}

.banner-hero .slick-dots li.slick-active a.t-indicators:before {
  position: absolute;
  display: inline-block;
  height: 5px;
  background: #003168;
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}

.banner-hero .hero-navigate {
  width: 100%;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
}

.banner-hero .hero-navigate>div {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  padding: 20px;
}

@media (max-width: 1280px) {
  .banner-hero .hero-navigate>div {
    right: -1px;
    width: 410px;
  }
}

@media (max-width: 1200px) {
  .banner-hero .hero-navigate>div {
    padding: 15px 20px;
  }
}

@media (max-width: 1024px) {
  .banner-hero .hero-navigate>div {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate>div {
    width: 350px;
    padding: 10px 15px;
  }
}

@media (max-width: 375px) {
  .banner-hero .hero-navigate>div {
    width: 290px;
    padding: 10px;
  }
}

.banner-hero .hero-navigate .slick-prev:hover,
.banner-hero .hero-navigate .slick-next:hover {
  border-color: #1d4d9d;
  filter: invert(55%) sepia(23%) saturate(4924%) hue-rotate(201deg) brightness(55%) contrast(91%);
}

@media (max-width: 375px) {

  .banner-hero .hero-navigate .slick-prev,
  .banner-hero .hero-navigate .slick-next {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
}

.banner-hero .hero-navigate .slick-prev {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate .slick-prev {
    margin-right: 15px;
  }
}

.banner-hero .hero-navigate .slide-count-wrap {
  display: inline-block;
  font-family: "GraphikTH-SemiBold";
  font-size: 2.5rem;
  margin-left: 25px;
  margin-right: 25px;
  line-height: 36px;
  color: #8b8a8f;
}

@media (max-width: 1200px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 375px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    line-height: 30px;
  }
}

.banner-hero .hero-navigate .slide-count-wrap .current {
  color: #000;
}

.slick-counter {
  position: absolute;
  top: 5px;
  left: 5px;
  background: yellow;
  padding: 5px;
  opacity: 0.8;
  border-radius: 5px;
}

.scroll-to-content {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg");
  background-size: 550px auto;
  background-position: -422px -66px;
  width: 28px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .scroll-to-content {
    display: none;
  }
}

.banner-hero .slider-hero .slick-slide,
.banner-hero .slider-hero .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.banner-hero .slider-hero .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-moz-keyframes progress {
  100% {
    right: 0px;
  }
}

@-webkit-keyframes progress {
  100% {
    right: 0px;
  }
}

@-ms-keyframes progress {
  100% {
    right: 0px;
  }
}

@-o-keyframes progress {
  100% {
    right: 0px;
  }
}

@keyframes progress {
  100% {
    right: 0px;
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }

  to {
    filter: blur(0);
  }
}

@keyframes slideOut {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(15px);
  }
}

.santh-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .santh-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: breakpoint-min(sm, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-container {
    max-width: 95%;
  }
}

@media (min-width: breakpoint-min(md, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-container {
    max-width: 960px;
  }
}

@media (min-width: breakpoint-min(lg, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-container {
    max-width: 1004px;
  }
}

@media (min-width: breakpoint-min(xl, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-container {
    max-width: 1346px;
  }
}

.santh-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 480px) {
  .santh-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.santh-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.santh-no-gutters>.col,
.santh-no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.santh-col-xs-1,
.santh-col-xs-2,
.santh-col-xs-3,
.santh-col-xs-4,
.santh-col-xs-5,
.santh-col-xs-6,
.santh-col-xs-7,
.santh-col-xs-8,
.santh-col-xs-9,
.santh-col-xs-10,
.santh-col-xs-11,
.santh-col-xs-12,
.santh-col-xs,
.santh-col-xs-auto,
.santh-col-sm-1,
.santh-col-sm-2,
.santh-col-sm-3,
.santh-col-sm-4,
.santh-col-sm-5,
.santh-col-sm-6,
.santh-col-sm-7,
.santh-col-sm-8,
.santh-col-sm-9,
.santh-col-sm-10,
.santh-col-sm-11,
.santh-col-sm-12,
.santh-col-sm,
.santh-col-sm-auto,
.santh-col-md-1,
.santh-col-md-2,
.santh-col-md-3,
.santh-col-md-4,
.santh-col-md-5,
.santh-col-md-6,
.santh-col-md-7,
.santh-col-md-8,
.santh-col-md-9,
.santh-col-md-10,
.santh-col-md-11,
.santh-col-md-12,
.santh-col-md,
.santh-col-md-auto,
.santh-col-lg-1,
.santh-col-lg-2,
.santh-col-lg-3,
.santh-col-lg-4,
.santh-col-lg-5,
.santh-col-lg-6,
.santh-col-lg-7,
.santh-col-lg-8,
.santh-col-lg-9,
.santh-col-lg-10,
.santh-col-lg-11,
.santh-col-lg-12,
.santh-col-lg,
.santh-col-lg-auto,
.santh-col-xl-1,
.santh-col-xl-2,
.santh-col-xl-3,
.santh-col-xl-4,
.santh-col-xl-5,
.santh-col-xl-6,
.santh-col-xl-7,
.santh-col-xl-8,
.santh-col-xl-9,
.santh-col-xl-10,
.santh-col-xl-11,
.santh-col-xl-12,
.santh-col-xl,
.santh-col-xl-auto,
.santh-col-1,
.santh-col-2,
.santh-col-3,
.santh-col-4,
.santh-col-5,
.santh-col-6,
.santh-col-7,
.santh-col-8,
.santh-col-9,
.santh-col-10,
.santh-col-11,
.santh-col-12,
.santh-col,
.santh-col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 480px) {

  .santh-col-xs-1,
  .santh-col-xs-2,
  .santh-col-xs-3,
  .santh-col-xs-4,
  .santh-col-xs-5,
  .santh-col-xs-6,
  .santh-col-xs-7,
  .santh-col-xs-8,
  .santh-col-xs-9,
  .santh-col-xs-10,
  .santh-col-xs-11,
  .santh-col-xs-12,
  .santh-col-xs,
  .santh-col-xs-auto,
  .santh-col-sm-1,
  .santh-col-sm-2,
  .santh-col-sm-3,
  .santh-col-sm-4,
  .santh-col-sm-5,
  .santh-col-sm-6,
  .santh-col-sm-7,
  .santh-col-sm-8,
  .santh-col-sm-9,
  .santh-col-sm-10,
  .santh-col-sm-11,
  .santh-col-sm-12,
  .santh-col-sm,
  .santh-col-sm-auto,
  .santh-col-md-1,
  .santh-col-md-2,
  .santh-col-md-3,
  .santh-col-md-4,
  .santh-col-md-5,
  .santh-col-md-6,
  .santh-col-md-7,
  .santh-col-md-8,
  .santh-col-md-9,
  .santh-col-md-10,
  .santh-col-md-11,
  .santh-col-md-12,
  .santh-col-md,
  .santh-col-md-auto,
  .santh-col-lg-1,
  .santh-col-lg-2,
  .santh-col-lg-3,
  .santh-col-lg-4,
  .santh-col-lg-5,
  .santh-col-lg-6,
  .santh-col-lg-7,
  .santh-col-lg-8,
  .santh-col-lg-9,
  .santh-col-lg-10,
  .santh-col-lg-11,
  .santh-col-lg-12,
  .santh-col-lg,
  .santh-col-lg-auto,
  .santh-col-xl-1,
  .santh-col-xl-2,
  .santh-col-xl-3,
  .santh-col-xl-4,
  .santh-col-xl-5,
  .santh-col-xl-6,
  .santh-col-xl-7,
  .santh-col-xl-8,
  .santh-col-xl-9,
  .santh-col-xl-10,
  .santh-col-xl-11,
  .santh-col-xl-12,
  .santh-col-xl,
  .santh-col-xl-auto,
  .santh-col-1,
  .santh-col-2,
  .santh-col-3,
  .santh-col-4,
  .santh-col-5,
  .santh-col-6,
  .santh-col-7,
  .santh-col-8,
  .santh-col-9,
  .santh-col-10,
  .santh-col-11,
  .santh-col-12,
  .santh-col,
  .santh-col-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: breakpoint-min(xs, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-xs-0 {
    margin-left: 0;
  }

  .santh-offset-xs-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-xs-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-xs-3 {
    margin-left: 25%;
  }

  .santh-offset-xs-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-xs-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-xs-6 {
    margin-left: 50%;
  }

  .santh-offset-xs-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-xs-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-xs-9 {
    margin-left: 75%;
  }

  .santh-offset-xs-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: breakpoint-min(sm, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-sm-0 {
    margin-left: 0;
  }

  .santh-offset-sm-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-sm-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-sm-3 {
    margin-left: 25%;
  }

  .santh-offset-sm-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-sm-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-sm-6 {
    margin-left: 50%;
  }

  .santh-offset-sm-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-sm-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-sm-9 {
    margin-left: 75%;
  }

  .santh-offset-sm-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: breakpoint-min(md, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-md-0 {
    margin-left: 0;
  }

  .santh-offset-md-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-md-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-md-3 {
    margin-left: 25%;
  }

  .santh-offset-md-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-md-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-md-6 {
    margin-left: 50%;
  }

  .santh-offset-md-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-md-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-md-9 {
    margin-left: 75%;
  }

  .santh-offset-md-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: breakpoint-min(lg, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-lg-0 {
    margin-left: 0;
  }

  .santh-offset-lg-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-lg-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-lg-3 {
    margin-left: 25%;
  }

  .santh-offset-lg-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-lg-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-lg-6 {
    margin-left: 50%;
  }

  .santh-offset-lg-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-lg-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-lg-9 {
    margin-left: 75%;
  }

  .santh-offset-lg-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: breakpoint-min(xl, (xs: 0, sm: 481px, md: 641px, lg: 992px, xl: 1200px))) {
  .santh-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-xl-0 {
    margin-left: 0;
  }

  .santh-offset-xl-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-xl-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-xl-3 {
    margin-left: 25%;
  }

  .santh-offset-xl-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-xl-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-xl-6 {
    margin-left: 50%;
  }

  .santh-offset-xl-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-xl-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-xl-9 {
    margin-left: 75%;
  }

  .santh-offset-xl-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.santh-w-25 {
  width: 25% !important;
}

.santh-w-50 {
  width: 50% !important;
}

.santh-w-75 {
  width: 75% !important;
}

.santh-w-100 {
  width: 100% !important;
}

.santh-w-auto {
  width: auto !important;
}

.santh-h-25 {
  height: 25% !important;
}

.santh-h-50 {
  height: 50% !important;
}

.santh-h-75 {
  height: 75% !important;
}

.santh-h-100 {
  height: 100% !important;
}

.santh-h-auto {
  height: auto !important;
}

.santh-mw-100 {
  max-width: 100% !important;
}

.santh-mh-100 {
  max-height: 100% !important;
}

.santh-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.santh-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.santh-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.santh-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.santh-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.santh-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.santh-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.santh-flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.santh-flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.santh-flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.santh-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.santh-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.santh-justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.santh-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.santh-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.santh-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.santh-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.santh-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.santh-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.santh-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.santh-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.santh-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.santh-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.santh-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.santh-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.santh-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.santh-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.santh-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.santh-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.santh-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.santh-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.santh-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.santh-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.santh-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 481px) {
  .santh-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .santh-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .santh-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .santh-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .santh-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .santh-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .santh-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .santh-flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .santh-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .santh-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .santh-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .santh-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .santh-justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .santh-justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .santh-justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .santh-justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .santh-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .santh-align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .santh-align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .santh-align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .santh-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .santh-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .santh-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .santh-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .santh-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .santh-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .santh-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .santh-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .santh-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .santh-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .santh-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .santh-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .santh-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .santh-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 641px) {
  .santh-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .santh-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .santh-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .santh-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .santh-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .santh-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .santh-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .santh-flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .santh-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .santh-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .santh-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .santh-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .santh-justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .santh-justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .santh-justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .santh-justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .santh-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .santh-align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .santh-align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .santh-align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .santh-align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .santh-align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .santh-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .santh-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .santh-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .santh-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .santh-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .santh-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .santh-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .santh-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .santh-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .santh-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .santh-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .santh-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .santh-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .santh-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .santh-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .santh-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .santh-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .santh-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .santh-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .santh-flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .santh-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .santh-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .santh-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .santh-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .santh-justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .santh-justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .santh-justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .santh-justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .santh-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .santh-align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .santh-align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .santh-align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .santh-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .santh-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .santh-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .santh-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .santh-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .santh-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .santh-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .santh-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .santh-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .santh-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .santh-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .santh-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .santh-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .santh-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .santh-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .santh-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .santh-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .santh-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .santh-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .santh-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .santh-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .santh-flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .santh-flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .santh-flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .santh-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .santh-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .santh-justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .santh-justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .santh-justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .santh-justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .santh-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .santh-align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .santh-align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .santh-align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .santh-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .santh-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .santh-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .santh-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .santh-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .santh-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .santh-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .santh-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .santh-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .santh-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .santh-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .santh-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .santh-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .santh-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.santh-d-none {
  display: none !important;
}

.santh-d-inline {
  display: inline !important;
}

.santh-d-inline-block {
  display: inline-block !important;
}

.santh-d-block {
  display: block !important;
}

.santh-d-table {
  display: table !important;
}

.santh-d-table-row {
  display: table-row !important;
}

.santh-d-table-cell {
  display: table-cell !important;
}

.santh-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.santh-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 481px) {
  .santh-d-sm-none {
    display: none !important;
  }

  .santh-d-sm-inline {
    display: inline !important;
  }

  .santh-d-sm-inline-block {
    display: inline-block !important;
  }

  .santh-d-sm-block {
    display: block !important;
  }

  .santh-d-sm-table {
    display: table !important;
  }

  .santh-d-sm-table-row {
    display: table-row !important;
  }

  .santh-d-sm-table-cell {
    display: table-cell !important;
  }

  .santh-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .santh-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 641px) {
  .santh-d-md-none {
    display: none !important;
  }

  .santh-d-md-inline {
    display: inline !important;
  }

  .santh-d-md-inline-block {
    display: inline-block !important;
  }

  .santh-d-md-block {
    display: block !important;
  }

  .santh-d-md-table {
    display: table !important;
  }

  .santh-d-md-table-row {
    display: table-row !important;
  }

  .santh-d-md-table-cell {
    display: table-cell !important;
  }

  .santh-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .santh-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .santh-d-lg-none {
    display: none !important;
  }

  .santh-d-lg-inline {
    display: inline !important;
  }

  .santh-d-lg-inline-block {
    display: inline-block !important;
  }

  .santh-d-lg-block {
    display: block !important;
  }

  .santh-d-lg-table {
    display: table !important;
  }

  .santh-d-lg-table-row {
    display: table-row !important;
  }

  .santh-d-lg-table-cell {
    display: table-cell !important;
  }

  .santh-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .santh-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .santh-d-xl-none {
    display: none !important;
  }

  .santh-d-xl-inline {
    display: inline !important;
  }

  .santh-d-xl-inline-block {
    display: inline-block !important;
  }

  .santh-d-xl-block {
    display: block !important;
  }

  .santh-d-xl-table {
    display: table !important;
  }

  .santh-d-xl-table-row {
    display: table-row !important;
  }

  .santh-d-xl-table-cell {
    display: table-cell !important;
  }

  .santh-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .santh-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .santh-d-print-none {
    display: none !important;
  }

  .santh-d-print-inline {
    display: inline !important;
  }

  .santh-d-print-inline-block {
    display: inline-block !important;
  }

  .santh-d-print-block {
    display: block !important;
  }

  .santh-d-print-table {
    display: table !important;
  }

  .santh-d-print-table-row {
    display: table-row !important;
  }

  .santh-d-print-table-cell {
    display: table-cell !important;
  }

  .santh-d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .santh-d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.santh-m-0 {
  margin: 0 !important;
}

.santh-mt-0,
.santh-my-0 {
  margin-top: 0 !important;
}

.santh-mr-0,
.santh-mx-0 {
  margin-right: 0 !important;
}

.santh-mb-0,
.santh-my-0 {
  margin-bottom: 0 !important;
}

.santh-ml-0,
.santh-mx-0 {
  margin-left: 0 !important;
}

.santh-m-1 {
  margin: 0.25em !important;
}

.santh-mt-1,
.santh-my-1 {
  margin-top: 0.25em !important;
}

.santh-mr-1,
.santh-mx-1 {
  margin-right: 0.25em !important;
}

.santh-mb-1,
.santh-my-1 {
  margin-bottom: 0.25em !important;
}

.santh-ml-1,
.santh-mx-1 {
  margin-left: 0.25em !important;
}

.santh-m-2 {
  margin: 0.5em !important;
}

.santh-mt-2,
.santh-my-2 {
  margin-top: 0.5em !important;
}

.santh-mr-2,
.santh-mx-2 {
  margin-right: 0.5em !important;
}

.santh-mb-2,
.santh-my-2 {
  margin-bottom: 0.5em !important;
}

.santh-ml-2,
.santh-mx-2 {
  margin-left: 0.5em !important;
}

.santh-m-3 {
  margin: 1em !important;
}

.santh-mt-3,
.santh-my-3 {
  margin-top: 1em !important;
}

.santh-mr-3,
.santh-mx-3 {
  margin-right: 1em !important;
}

.santh-mb-3,
.santh-my-3 {
  margin-bottom: 1em !important;
}

.santh-ml-3,
.santh-mx-3 {
  margin-left: 1em !important;
}

.santh-m-4 {
  margin: 1.5em !important;
}

.santh-mt-4,
.santh-my-4 {
  margin-top: 1.5em !important;
}

.santh-mr-4,
.santh-mx-4 {
  margin-right: 1.5em !important;
}

.santh-mb-4,
.santh-my-4 {
  margin-bottom: 1.5em !important;
}

.santh-ml-4,
.santh-mx-4 {
  margin-left: 1.5em !important;
}

.santh-m-5 {
  margin: 3em !important;
}

.santh-mt-5,
.santh-my-5 {
  margin-top: 3em !important;
}

.santh-mr-5,
.santh-mx-5 {
  margin-right: 3em !important;
}

.santh-mb-5,
.santh-my-5 {
  margin-bottom: 3em !important;
}

.santh-ml-5,
.santh-mx-5 {
  margin-left: 3em !important;
}

.santh-p-0 {
  padding: 0 !important;
}

.santh-pt-0,
.santh-py-0 {
  padding-top: 0 !important;
}

.santh-pr-0,
.santh-px-0 {
  padding-right: 0 !important;
}

.santh-pb-0,
.santh-py-0 {
  padding-bottom: 0 !important;
}

.santh-pl-0,
.santh-px-0 {
  padding-left: 0 !important;
}

.santh-p-1 {
  padding: 0.25em !important;
}

.santh-pt-1,
.santh-py-1 {
  padding-top: 0.25em !important;
}

.santh-pr-1,
.santh-px-1 {
  padding-right: 0.25em !important;
}

.santh-pb-1,
.santh-py-1 {
  padding-bottom: 0.25em !important;
}

.santh-pl-1,
.santh-px-1 {
  padding-left: 0.25em !important;
}

.santh-p-2 {
  padding: 0.5em !important;
}

.santh-pt-2,
.santh-py-2 {
  padding-top: 0.5em !important;
}

.santh-pr-2,
.santh-px-2 {
  padding-right: 0.5em !important;
}

.santh-pb-2,
.santh-py-2 {
  padding-bottom: 0.5em !important;
}

.santh-pl-2,
.santh-px-2 {
  padding-left: 0.5em !important;
}

.santh-p-3 {
  padding: 1em !important;
}

.santh-pt-3,
.santh-py-3 {
  padding-top: 1em !important;
}

.santh-pr-3,
.santh-px-3 {
  padding-right: 1em !important;
}

.santh-pb-3,
.santh-py-3 {
  padding-bottom: 1em !important;
}

.santh-pl-3,
.santh-px-3 {
  padding-left: 1em !important;
}

.santh-p-4 {
  padding: 1.5em !important;
}

.santh-pt-4,
.santh-py-4 {
  padding-top: 1.5em !important;
}

.santh-pr-4,
.santh-px-4 {
  padding-right: 1.5em !important;
}

.santh-pb-4,
.santh-py-4 {
  padding-bottom: 1.5em !important;
}

.santh-pl-4,
.santh-px-4 {
  padding-left: 1.5em !important;
}

.santh-p-5 {
  padding: 3em !important;
}

.santh-pt-5,
.santh-py-5 {
  padding-top: 3em !important;
}

.santh-pr-5,
.santh-px-5 {
  padding-right: 3em !important;
}

.santh-pb-5,
.santh-py-5 {
  padding-bottom: 3em !important;
}

.santh-pl-5,
.santh-px-5 {
  padding-left: 3em !important;
}

.santh-m-auto {
  margin: auto !important;
}

.santh-mt-auto,
.santh-my-auto {
  margin-top: auto !important;
}

.santh-mr-auto,
.santh-mx-auto {
  margin-right: auto !important;
}

.santh-mb-auto,
.santh-my-auto {
  margin-bottom: auto !important;
}

.santh-ml-auto,
.santh-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 481px) {
  .santh-m-sm-0 {
    margin: 0 !important;
  }

  .santh-mt-sm-0,
  .santh-my-sm-0 {
    margin-top: 0 !important;
  }

  .santh-mr-sm-0,
  .santh-mx-sm-0 {
    margin-right: 0 !important;
  }

  .santh-mb-sm-0,
  .santh-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .santh-ml-sm-0,
  .santh-mx-sm-0 {
    margin-left: 0 !important;
  }

  .santh-m-sm-1 {
    margin: 0.25em !important;
  }

  .santh-mt-sm-1,
  .santh-my-sm-1 {
    margin-top: 0.25em !important;
  }

  .santh-mr-sm-1,
  .santh-mx-sm-1 {
    margin-right: 0.25em !important;
  }

  .santh-mb-sm-1,
  .santh-my-sm-1 {
    margin-bottom: 0.25em !important;
  }

  .santh-ml-sm-1,
  .santh-mx-sm-1 {
    margin-left: 0.25em !important;
  }

  .santh-m-sm-2 {
    margin: 0.5em !important;
  }

  .santh-mt-sm-2,
  .santh-my-sm-2 {
    margin-top: 0.5em !important;
  }

  .santh-mr-sm-2,
  .santh-mx-sm-2 {
    margin-right: 0.5em !important;
  }

  .santh-mb-sm-2,
  .santh-my-sm-2 {
    margin-bottom: 0.5em !important;
  }

  .santh-ml-sm-2,
  .santh-mx-sm-2 {
    margin-left: 0.5em !important;
  }

  .santh-m-sm-3 {
    margin: 1em !important;
  }

  .santh-mt-sm-3,
  .santh-my-sm-3 {
    margin-top: 1em !important;
  }

  .santh-mr-sm-3,
  .santh-mx-sm-3 {
    margin-right: 1em !important;
  }

  .santh-mb-sm-3,
  .santh-my-sm-3 {
    margin-bottom: 1em !important;
  }

  .santh-ml-sm-3,
  .santh-mx-sm-3 {
    margin-left: 1em !important;
  }

  .santh-m-sm-4 {
    margin: 1.5em !important;
  }

  .santh-mt-sm-4,
  .santh-my-sm-4 {
    margin-top: 1.5em !important;
  }

  .santh-mr-sm-4,
  .santh-mx-sm-4 {
    margin-right: 1.5em !important;
  }

  .santh-mb-sm-4,
  .santh-my-sm-4 {
    margin-bottom: 1.5em !important;
  }

  .santh-ml-sm-4,
  .santh-mx-sm-4 {
    margin-left: 1.5em !important;
  }

  .santh-m-sm-5 {
    margin: 3em !important;
  }

  .santh-mt-sm-5,
  .santh-my-sm-5 {
    margin-top: 3em !important;
  }

  .santh-mr-sm-5,
  .santh-mx-sm-5 {
    margin-right: 3em !important;
  }

  .santh-mb-sm-5,
  .santh-my-sm-5 {
    margin-bottom: 3em !important;
  }

  .santh-ml-sm-5,
  .santh-mx-sm-5 {
    margin-left: 3em !important;
  }

  .santh-p-sm-0 {
    padding: 0 !important;
  }

  .santh-pt-sm-0,
  .santh-py-sm-0 {
    padding-top: 0 !important;
  }

  .santh-pr-sm-0,
  .santh-px-sm-0 {
    padding-right: 0 !important;
  }

  .santh-pb-sm-0,
  .santh-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .santh-pl-sm-0,
  .santh-px-sm-0 {
    padding-left: 0 !important;
  }

  .santh-p-sm-1 {
    padding: 0.25em !important;
  }

  .santh-pt-sm-1,
  .santh-py-sm-1 {
    padding-top: 0.25em !important;
  }

  .santh-pr-sm-1,
  .santh-px-sm-1 {
    padding-right: 0.25em !important;
  }

  .santh-pb-sm-1,
  .santh-py-sm-1 {
    padding-bottom: 0.25em !important;
  }

  .santh-pl-sm-1,
  .santh-px-sm-1 {
    padding-left: 0.25em !important;
  }

  .santh-p-sm-2 {
    padding: 0.5em !important;
  }

  .santh-pt-sm-2,
  .santh-py-sm-2 {
    padding-top: 0.5em !important;
  }

  .santh-pr-sm-2,
  .santh-px-sm-2 {
    padding-right: 0.5em !important;
  }

  .santh-pb-sm-2,
  .santh-py-sm-2 {
    padding-bottom: 0.5em !important;
  }

  .santh-pl-sm-2,
  .santh-px-sm-2 {
    padding-left: 0.5em !important;
  }

  .santh-p-sm-3 {
    padding: 1em !important;
  }

  .santh-pt-sm-3,
  .santh-py-sm-3 {
    padding-top: 1em !important;
  }

  .santh-pr-sm-3,
  .santh-px-sm-3 {
    padding-right: 1em !important;
  }

  .santh-pb-sm-3,
  .santh-py-sm-3 {
    padding-bottom: 1em !important;
  }

  .santh-pl-sm-3,
  .santh-px-sm-3 {
    padding-left: 1em !important;
  }

  .santh-p-sm-4 {
    padding: 1.5em !important;
  }

  .santh-pt-sm-4,
  .santh-py-sm-4 {
    padding-top: 1.5em !important;
  }

  .santh-pr-sm-4,
  .santh-px-sm-4 {
    padding-right: 1.5em !important;
  }

  .santh-pb-sm-4,
  .santh-py-sm-4 {
    padding-bottom: 1.5em !important;
  }

  .santh-pl-sm-4,
  .santh-px-sm-4 {
    padding-left: 1.5em !important;
  }

  .santh-p-sm-5 {
    padding: 3em !important;
  }

  .santh-pt-sm-5,
  .santh-py-sm-5 {
    padding-top: 3em !important;
  }

  .santh-pr-sm-5,
  .santh-px-sm-5 {
    padding-right: 3em !important;
  }

  .santh-pb-sm-5,
  .santh-py-sm-5 {
    padding-bottom: 3em !important;
  }

  .santh-pl-sm-5,
  .santh-px-sm-5 {
    padding-left: 3em !important;
  }

  .santh-m-sm-auto {
    margin: auto !important;
  }

  .santh-mt-sm-auto,
  .santh-my-sm-auto {
    margin-top: auto !important;
  }

  .santh-mr-sm-auto,
  .santh-mx-sm-auto {
    margin-right: auto !important;
  }

  .santh-mb-sm-auto,
  .santh-my-sm-auto {
    margin-bottom: auto !important;
  }

  .santh-ml-sm-auto,
  .santh-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 641px) {
  .santh-m-md-0 {
    margin: 0 !important;
  }

  .santh-mt-md-0,
  .santh-my-md-0 {
    margin-top: 0 !important;
  }

  .santh-mr-md-0,
  .santh-mx-md-0 {
    margin-right: 0 !important;
  }

  .santh-mb-md-0,
  .santh-my-md-0 {
    margin-bottom: 0 !important;
  }

  .santh-ml-md-0,
  .santh-mx-md-0 {
    margin-left: 0 !important;
  }

  .santh-m-md-1 {
    margin: 0.25em !important;
  }

  .santh-mt-md-1,
  .santh-my-md-1 {
    margin-top: 0.25em !important;
  }

  .santh-mr-md-1,
  .santh-mx-md-1 {
    margin-right: 0.25em !important;
  }

  .santh-mb-md-1,
  .santh-my-md-1 {
    margin-bottom: 0.25em !important;
  }

  .santh-ml-md-1,
  .santh-mx-md-1 {
    margin-left: 0.25em !important;
  }

  .santh-m-md-2 {
    margin: 0.5em !important;
  }

  .santh-mt-md-2,
  .santh-my-md-2 {
    margin-top: 0.5em !important;
  }

  .santh-mr-md-2,
  .santh-mx-md-2 {
    margin-right: 0.5em !important;
  }

  .santh-mb-md-2,
  .santh-my-md-2 {
    margin-bottom: 0.5em !important;
  }

  .santh-ml-md-2,
  .santh-mx-md-2 {
    margin-left: 0.5em !important;
  }

  .santh-m-md-3 {
    margin: 1em !important;
  }

  .santh-mt-md-3,
  .santh-my-md-3 {
    margin-top: 1em !important;
  }

  .santh-mr-md-3,
  .santh-mx-md-3 {
    margin-right: 1em !important;
  }

  .santh-mb-md-3,
  .santh-my-md-3 {
    margin-bottom: 1em !important;
  }

  .santh-ml-md-3,
  .santh-mx-md-3 {
    margin-left: 1em !important;
  }

  .santh-m-md-4 {
    margin: 1.5em !important;
  }

  .santh-mt-md-4,
  .santh-my-md-4 {
    margin-top: 1.5em !important;
  }

  .santh-mr-md-4,
  .santh-mx-md-4 {
    margin-right: 1.5em !important;
  }

  .santh-mb-md-4,
  .santh-my-md-4 {
    margin-bottom: 1.5em !important;
  }

  .santh-ml-md-4,
  .santh-mx-md-4 {
    margin-left: 1.5em !important;
  }

  .santh-m-md-5 {
    margin: 3em !important;
  }

  .santh-mt-md-5,
  .santh-my-md-5 {
    margin-top: 3em !important;
  }

  .santh-mr-md-5,
  .santh-mx-md-5 {
    margin-right: 3em !important;
  }

  .santh-mb-md-5,
  .santh-my-md-5 {
    margin-bottom: 3em !important;
  }

  .santh-ml-md-5,
  .santh-mx-md-5 {
    margin-left: 3em !important;
  }

  .santh-p-md-0 {
    padding: 0 !important;
  }

  .santh-pt-md-0,
  .santh-py-md-0 {
    padding-top: 0 !important;
  }

  .santh-pr-md-0,
  .santh-px-md-0 {
    padding-right: 0 !important;
  }

  .santh-pb-md-0,
  .santh-py-md-0 {
    padding-bottom: 0 !important;
  }

  .santh-pl-md-0,
  .santh-px-md-0 {
    padding-left: 0 !important;
  }

  .santh-p-md-1 {
    padding: 0.25em !important;
  }

  .santh-pt-md-1,
  .santh-py-md-1 {
    padding-top: 0.25em !important;
  }

  .santh-pr-md-1,
  .santh-px-md-1 {
    padding-right: 0.25em !important;
  }

  .santh-pb-md-1,
  .santh-py-md-1 {
    padding-bottom: 0.25em !important;
  }

  .santh-pl-md-1,
  .santh-px-md-1 {
    padding-left: 0.25em !important;
  }

  .santh-p-md-2 {
    padding: 0.5em !important;
  }

  .santh-pt-md-2,
  .santh-py-md-2 {
    padding-top: 0.5em !important;
  }

  .santh-pr-md-2,
  .santh-px-md-2 {
    padding-right: 0.5em !important;
  }

  .santh-pb-md-2,
  .santh-py-md-2 {
    padding-bottom: 0.5em !important;
  }

  .santh-pl-md-2,
  .santh-px-md-2 {
    padding-left: 0.5em !important;
  }

  .santh-p-md-3 {
    padding: 1em !important;
  }

  .santh-pt-md-3,
  .santh-py-md-3 {
    padding-top: 1em !important;
  }

  .santh-pr-md-3,
  .santh-px-md-3 {
    padding-right: 1em !important;
  }

  .santh-pb-md-3,
  .santh-py-md-3 {
    padding-bottom: 1em !important;
  }

  .santh-pl-md-3,
  .santh-px-md-3 {
    padding-left: 1em !important;
  }

  .santh-p-md-4 {
    padding: 1.5em !important;
  }

  .santh-pt-md-4,
  .santh-py-md-4 {
    padding-top: 1.5em !important;
  }

  .santh-pr-md-4,
  .santh-px-md-4 {
    padding-right: 1.5em !important;
  }

  .santh-pb-md-4,
  .santh-py-md-4 {
    padding-bottom: 1.5em !important;
  }

  .santh-pl-md-4,
  .santh-px-md-4 {
    padding-left: 1.5em !important;
  }

  .santh-p-md-5 {
    padding: 3em !important;
  }

  .santh-pt-md-5,
  .santh-py-md-5 {
    padding-top: 3em !important;
  }

  .santh-pr-md-5,
  .santh-px-md-5 {
    padding-right: 3em !important;
  }

  .santh-pb-md-5,
  .santh-py-md-5 {
    padding-bottom: 3em !important;
  }

  .santh-pl-md-5,
  .santh-px-md-5 {
    padding-left: 3em !important;
  }

  .santh-m-md-auto {
    margin: auto !important;
  }

  .santh-mt-md-auto,
  .santh-my-md-auto {
    margin-top: auto !important;
  }

  .santh-mr-md-auto,
  .santh-mx-md-auto {
    margin-right: auto !important;
  }

  .santh-mb-md-auto,
  .santh-my-md-auto {
    margin-bottom: auto !important;
  }

  .santh-ml-md-auto,
  .santh-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .santh-m-lg-0 {
    margin: 0 !important;
  }

  .santh-mt-lg-0,
  .santh-my-lg-0 {
    margin-top: 0 !important;
  }

  .santh-mr-lg-0,
  .santh-mx-lg-0 {
    margin-right: 0 !important;
  }

  .santh-mb-lg-0,
  .santh-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .santh-ml-lg-0,
  .santh-mx-lg-0 {
    margin-left: 0 !important;
  }

  .santh-m-lg-1 {
    margin: 0.25em !important;
  }

  .santh-mt-lg-1,
  .santh-my-lg-1 {
    margin-top: 0.25em !important;
  }

  .santh-mr-lg-1,
  .santh-mx-lg-1 {
    margin-right: 0.25em !important;
  }

  .santh-mb-lg-1,
  .santh-my-lg-1 {
    margin-bottom: 0.25em !important;
  }

  .santh-ml-lg-1,
  .santh-mx-lg-1 {
    margin-left: 0.25em !important;
  }

  .santh-m-lg-2 {
    margin: 0.5em !important;
  }

  .santh-mt-lg-2,
  .santh-my-lg-2 {
    margin-top: 0.5em !important;
  }

  .santh-mr-lg-2,
  .santh-mx-lg-2 {
    margin-right: 0.5em !important;
  }

  .santh-mb-lg-2,
  .santh-my-lg-2 {
    margin-bottom: 0.5em !important;
  }

  .santh-ml-lg-2,
  .santh-mx-lg-2 {
    margin-left: 0.5em !important;
  }

  .santh-m-lg-3 {
    margin: 1em !important;
  }

  .santh-mt-lg-3,
  .santh-my-lg-3 {
    margin-top: 1em !important;
  }

  .santh-mr-lg-3,
  .santh-mx-lg-3 {
    margin-right: 1em !important;
  }

  .santh-mb-lg-3,
  .santh-my-lg-3 {
    margin-bottom: 1em !important;
  }

  .santh-ml-lg-3,
  .santh-mx-lg-3 {
    margin-left: 1em !important;
  }

  .santh-m-lg-4 {
    margin: 1.5em !important;
  }

  .santh-mt-lg-4,
  .santh-my-lg-4 {
    margin-top: 1.5em !important;
  }

  .santh-mr-lg-4,
  .santh-mx-lg-4 {
    margin-right: 1.5em !important;
  }

  .santh-mb-lg-4,
  .santh-my-lg-4 {
    margin-bottom: 1.5em !important;
  }

  .santh-ml-lg-4,
  .santh-mx-lg-4 {
    margin-left: 1.5em !important;
  }

  .santh-m-lg-5 {
    margin: 3em !important;
  }

  .santh-mt-lg-5,
  .santh-my-lg-5 {
    margin-top: 3em !important;
  }

  .santh-mr-lg-5,
  .santh-mx-lg-5 {
    margin-right: 3em !important;
  }

  .santh-mb-lg-5,
  .santh-my-lg-5 {
    margin-bottom: 3em !important;
  }

  .santh-ml-lg-5,
  .santh-mx-lg-5 {
    margin-left: 3em !important;
  }

  .santh-p-lg-0 {
    padding: 0 !important;
  }

  .santh-pt-lg-0,
  .santh-py-lg-0 {
    padding-top: 0 !important;
  }

  .santh-pr-lg-0,
  .santh-px-lg-0 {
    padding-right: 0 !important;
  }

  .santh-pb-lg-0,
  .santh-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .santh-pl-lg-0,
  .santh-px-lg-0 {
    padding-left: 0 !important;
  }

  .santh-p-lg-1 {
    padding: 0.25em !important;
  }

  .santh-pt-lg-1,
  .santh-py-lg-1 {
    padding-top: 0.25em !important;
  }

  .santh-pr-lg-1,
  .santh-px-lg-1 {
    padding-right: 0.25em !important;
  }

  .santh-pb-lg-1,
  .santh-py-lg-1 {
    padding-bottom: 0.25em !important;
  }

  .santh-pl-lg-1,
  .santh-px-lg-1 {
    padding-left: 0.25em !important;
  }

  .santh-p-lg-2 {
    padding: 0.5em !important;
  }

  .santh-pt-lg-2,
  .santh-py-lg-2 {
    padding-top: 0.5em !important;
  }

  .santh-pr-lg-2,
  .santh-px-lg-2 {
    padding-right: 0.5em !important;
  }

  .santh-pb-lg-2,
  .santh-py-lg-2 {
    padding-bottom: 0.5em !important;
  }

  .santh-pl-lg-2,
  .santh-px-lg-2 {
    padding-left: 0.5em !important;
  }

  .santh-p-lg-3 {
    padding: 1em !important;
  }

  .santh-pt-lg-3,
  .santh-py-lg-3 {
    padding-top: 1em !important;
  }

  .santh-pr-lg-3,
  .santh-px-lg-3 {
    padding-right: 1em !important;
  }

  .santh-pb-lg-3,
  .santh-py-lg-3 {
    padding-bottom: 1em !important;
  }

  .santh-pl-lg-3,
  .santh-px-lg-3 {
    padding-left: 1em !important;
  }

  .santh-p-lg-4 {
    padding: 1.5em !important;
  }

  .santh-pt-lg-4,
  .santh-py-lg-4 {
    padding-top: 1.5em !important;
  }

  .santh-pr-lg-4,
  .santh-px-lg-4 {
    padding-right: 1.5em !important;
  }

  .santh-pb-lg-4,
  .santh-py-lg-4 {
    padding-bottom: 1.5em !important;
  }

  .santh-pl-lg-4,
  .santh-px-lg-4 {
    padding-left: 1.5em !important;
  }

  .santh-p-lg-5 {
    padding: 3em !important;
  }

  .santh-pt-lg-5,
  .santh-py-lg-5 {
    padding-top: 3em !important;
  }

  .santh-pr-lg-5,
  .santh-px-lg-5 {
    padding-right: 3em !important;
  }

  .santh-pb-lg-5,
  .santh-py-lg-5 {
    padding-bottom: 3em !important;
  }

  .santh-pl-lg-5,
  .santh-px-lg-5 {
    padding-left: 3em !important;
  }

  .santh-m-lg-auto {
    margin: auto !important;
  }

  .santh-mt-lg-auto,
  .santh-my-lg-auto {
    margin-top: auto !important;
  }

  .santh-mr-lg-auto,
  .santh-mx-lg-auto {
    margin-right: auto !important;
  }

  .santh-mb-lg-auto,
  .santh-my-lg-auto {
    margin-bottom: auto !important;
  }

  .santh-ml-lg-auto,
  .santh-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .santh-m-xl-0 {
    margin: 0 !important;
  }

  .santh-mt-xl-0,
  .santh-my-xl-0 {
    margin-top: 0 !important;
  }

  .santh-mr-xl-0,
  .santh-mx-xl-0 {
    margin-right: 0 !important;
  }

  .santh-mb-xl-0,
  .santh-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .santh-ml-xl-0,
  .santh-mx-xl-0 {
    margin-left: 0 !important;
  }

  .santh-m-xl-1 {
    margin: 0.25em !important;
  }

  .santh-mt-xl-1,
  .santh-my-xl-1 {
    margin-top: 0.25em !important;
  }

  .santh-mr-xl-1,
  .santh-mx-xl-1 {
    margin-right: 0.25em !important;
  }

  .santh-mb-xl-1,
  .santh-my-xl-1 {
    margin-bottom: 0.25em !important;
  }

  .santh-ml-xl-1,
  .santh-mx-xl-1 {
    margin-left: 0.25em !important;
  }

  .santh-m-xl-2 {
    margin: 0.5em !important;
  }

  .santh-mt-xl-2,
  .santh-my-xl-2 {
    margin-top: 0.5em !important;
  }

  .santh-mr-xl-2,
  .santh-mx-xl-2 {
    margin-right: 0.5em !important;
  }

  .santh-mb-xl-2,
  .santh-my-xl-2 {
    margin-bottom: 0.5em !important;
  }

  .santh-ml-xl-2,
  .santh-mx-xl-2 {
    margin-left: 0.5em !important;
  }

  .santh-m-xl-3 {
    margin: 1em !important;
  }

  .santh-mt-xl-3,
  .santh-my-xl-3 {
    margin-top: 1em !important;
  }

  .santh-mr-xl-3,
  .santh-mx-xl-3 {
    margin-right: 1em !important;
  }

  .santh-mb-xl-3,
  .santh-my-xl-3 {
    margin-bottom: 1em !important;
  }

  .santh-ml-xl-3,
  .santh-mx-xl-3 {
    margin-left: 1em !important;
  }

  .santh-m-xl-4 {
    margin: 1.5em !important;
  }

  .santh-mt-xl-4,
  .santh-my-xl-4 {
    margin-top: 1.5em !important;
  }

  .santh-mr-xl-4,
  .santh-mx-xl-4 {
    margin-right: 1.5em !important;
  }

  .santh-mb-xl-4,
  .santh-my-xl-4 {
    margin-bottom: 1.5em !important;
  }

  .santh-ml-xl-4,
  .santh-mx-xl-4 {
    margin-left: 1.5em !important;
  }

  .santh-m-xl-5 {
    margin: 3em !important;
  }

  .santh-mt-xl-5,
  .santh-my-xl-5 {
    margin-top: 3em !important;
  }

  .santh-mr-xl-5,
  .santh-mx-xl-5 {
    margin-right: 3em !important;
  }

  .santh-mb-xl-5,
  .santh-my-xl-5 {
    margin-bottom: 3em !important;
  }

  .santh-ml-xl-5,
  .santh-mx-xl-5 {
    margin-left: 3em !important;
  }

  .santh-p-xl-0 {
    padding: 0 !important;
  }

  .santh-pt-xl-0,
  .santh-py-xl-0 {
    padding-top: 0 !important;
  }

  .santh-pr-xl-0,
  .santh-px-xl-0 {
    padding-right: 0 !important;
  }

  .santh-pb-xl-0,
  .santh-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .santh-pl-xl-0,
  .santh-px-xl-0 {
    padding-left: 0 !important;
  }

  .santh-p-xl-1 {
    padding: 0.25em !important;
  }

  .santh-pt-xl-1,
  .santh-py-xl-1 {
    padding-top: 0.25em !important;
  }

  .santh-pr-xl-1,
  .santh-px-xl-1 {
    padding-right: 0.25em !important;
  }

  .santh-pb-xl-1,
  .santh-py-xl-1 {
    padding-bottom: 0.25em !important;
  }

  .santh-pl-xl-1,
  .santh-px-xl-1 {
    padding-left: 0.25em !important;
  }

  .santh-p-xl-2 {
    padding: 0.5em !important;
  }

  .santh-pt-xl-2,
  .santh-py-xl-2 {
    padding-top: 0.5em !important;
  }

  .santh-pr-xl-2,
  .santh-px-xl-2 {
    padding-right: 0.5em !important;
  }

  .santh-pb-xl-2,
  .santh-py-xl-2 {
    padding-bottom: 0.5em !important;
  }

  .santh-pl-xl-2,
  .santh-px-xl-2 {
    padding-left: 0.5em !important;
  }

  .santh-p-xl-3 {
    padding: 1em !important;
  }

  .santh-pt-xl-3,
  .santh-py-xl-3 {
    padding-top: 1em !important;
  }

  .santh-pr-xl-3,
  .santh-px-xl-3 {
    padding-right: 1em !important;
  }

  .santh-pb-xl-3,
  .santh-py-xl-3 {
    padding-bottom: 1em !important;
  }

  .santh-pl-xl-3,
  .santh-px-xl-3 {
    padding-left: 1em !important;
  }

  .santh-p-xl-4 {
    padding: 1.5em !important;
  }

  .santh-pt-xl-4,
  .santh-py-xl-4 {
    padding-top: 1.5em !important;
  }

  .santh-pr-xl-4,
  .santh-px-xl-4 {
    padding-right: 1.5em !important;
  }

  .santh-pb-xl-4,
  .santh-py-xl-4 {
    padding-bottom: 1.5em !important;
  }

  .santh-pl-xl-4,
  .santh-px-xl-4 {
    padding-left: 1.5em !important;
  }

  .santh-p-xl-5 {
    padding: 3em !important;
  }

  .santh-pt-xl-5,
  .santh-py-xl-5 {
    padding-top: 3em !important;
  }

  .santh-pr-xl-5,
  .santh-px-xl-5 {
    padding-right: 3em !important;
  }

  .santh-pb-xl-5,
  .santh-py-xl-5 {
    padding-bottom: 3em !important;
  }

  .santh-pl-xl-5,
  .santh-px-xl-5 {
    padding-left: 3em !important;
  }

  .santh-m-xl-auto {
    margin: auto !important;
  }

  .santh-mt-xl-auto,
  .santh-my-xl-auto {
    margin-top: auto !important;
  }

  .santh-mr-xl-auto,
  .santh-mx-xl-auto {
    margin-right: auto !important;
  }

  .santh-mb-xl-auto,
  .santh-my-xl-auto {
    margin-bottom: auto !important;
  }

  .santh-ml-xl-auto,
  .santh-mx-xl-auto {
    margin-left: auto !important;
  }
}

.santh-text-left {
  text-align: left !important;
}

.santh-text-right {
  text-align: right !important;
}

.santh-text-center {
  text-align: center !important;
}

@media (min-width: 481px) {
  .santh-text-sm-left {
    text-align: left !important;
  }

  .santh-text-sm-right {
    text-align: right !important;
  }

  .santh-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 641px) {
  .santh-text-md-left {
    text-align: left !important;
  }

  .santh-text-md-right {
    text-align: right !important;
  }

  .santh-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .santh-text-lg-left {
    text-align: left !important;
  }

  .santh-text-lg-right {
    text-align: right !important;
  }

  .santh-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .santh-text-xl-left {
    text-align: left !important;
  }

  .santh-text-xl-right {
    text-align: right !important;
  }

  .santh-text-xl-center {
    text-align: center !important;
  }
}

.santh-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .santh-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 481px) {
  .santh-container {
    max-width: 95%;
  }
}

@media (min-width: 641px) {
  .santh-container {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .santh-container {
    max-width: 1004px;
  }
}

@media (min-width: 1200px) {
  .santh-container {
    max-width: 1346px;
  }
}

.santh-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 480px) {
  .santh-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.santh-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.santh-no-gutters>.col,
.santh-no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.santh-col-xs-1,
.santh-col-xs-2,
.santh-col-xs-3,
.santh-col-xs-4,
.santh-col-xs-5,
.santh-col-xs-6,
.santh-col-xs-7,
.santh-col-xs-8,
.santh-col-xs-9,
.santh-col-xs-10,
.santh-col-xs-11,
.santh-col-xs-12,
.santh-col-xs,
.santh-col-xs-auto,
.santh-col-sm-1,
.santh-col-sm-2,
.santh-col-sm-3,
.santh-col-sm-4,
.santh-col-sm-5,
.santh-col-sm-6,
.santh-col-sm-7,
.santh-col-sm-8,
.santh-col-sm-9,
.santh-col-sm-10,
.santh-col-sm-11,
.santh-col-sm-12,
.santh-col-sm,
.santh-col-sm-auto,
.santh-col-md-1,
.santh-col-md-2,
.santh-col-md-3,
.santh-col-md-4,
.santh-col-md-5,
.santh-col-md-6,
.santh-col-md-7,
.santh-col-md-8,
.santh-col-md-9,
.santh-col-md-10,
.santh-col-md-11,
.santh-col-md-12,
.santh-col-md,
.santh-col-md-auto,
.santh-col-lg-1,
.santh-col-lg-2,
.santh-col-lg-3,
.santh-col-lg-4,
.santh-col-lg-5,
.santh-col-lg-6,
.santh-col-lg-7,
.santh-col-lg-8,
.santh-col-lg-9,
.santh-col-lg-10,
.santh-col-lg-11,
.santh-col-lg-12,
.santh-col-lg,
.santh-col-lg-auto,
.santh-col-xl-1,
.santh-col-xl-2,
.santh-col-xl-3,
.santh-col-xl-4,
.santh-col-xl-5,
.santh-col-xl-6,
.santh-col-xl-7,
.santh-col-xl-8,
.santh-col-xl-9,
.santh-col-xl-10,
.santh-col-xl-11,
.santh-col-xl-12,
.santh-col-xl,
.santh-col-xl-auto,
.santh-col-1,
.santh-col-2,
.santh-col-3,
.santh-col-4,
.santh-col-5,
.santh-col-6,
.santh-col-7,
.santh-col-8,
.santh-col-9,
.santh-col-10,
.santh-col-11,
.santh-col-12,
.santh-col,
.santh-col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 480px) {

  .santh-col-xs-1,
  .santh-col-xs-2,
  .santh-col-xs-3,
  .santh-col-xs-4,
  .santh-col-xs-5,
  .santh-col-xs-6,
  .santh-col-xs-7,
  .santh-col-xs-8,
  .santh-col-xs-9,
  .santh-col-xs-10,
  .santh-col-xs-11,
  .santh-col-xs-12,
  .santh-col-xs,
  .santh-col-xs-auto,
  .santh-col-sm-1,
  .santh-col-sm-2,
  .santh-col-sm-3,
  .santh-col-sm-4,
  .santh-col-sm-5,
  .santh-col-sm-6,
  .santh-col-sm-7,
  .santh-col-sm-8,
  .santh-col-sm-9,
  .santh-col-sm-10,
  .santh-col-sm-11,
  .santh-col-sm-12,
  .santh-col-sm,
  .santh-col-sm-auto,
  .santh-col-md-1,
  .santh-col-md-2,
  .santh-col-md-3,
  .santh-col-md-4,
  .santh-col-md-5,
  .santh-col-md-6,
  .santh-col-md-7,
  .santh-col-md-8,
  .santh-col-md-9,
  .santh-col-md-10,
  .santh-col-md-11,
  .santh-col-md-12,
  .santh-col-md,
  .santh-col-md-auto,
  .santh-col-lg-1,
  .santh-col-lg-2,
  .santh-col-lg-3,
  .santh-col-lg-4,
  .santh-col-lg-5,
  .santh-col-lg-6,
  .santh-col-lg-7,
  .santh-col-lg-8,
  .santh-col-lg-9,
  .santh-col-lg-10,
  .santh-col-lg-11,
  .santh-col-lg-12,
  .santh-col-lg,
  .santh-col-lg-auto,
  .santh-col-xl-1,
  .santh-col-xl-2,
  .santh-col-xl-3,
  .santh-col-xl-4,
  .santh-col-xl-5,
  .santh-col-xl-6,
  .santh-col-xl-7,
  .santh-col-xl-8,
  .santh-col-xl-9,
  .santh-col-xl-10,
  .santh-col-xl-11,
  .santh-col-xl-12,
  .santh-col-xl,
  .santh-col-xl-auto,
  .santh-col-1,
  .santh-col-2,
  .santh-col-3,
  .santh-col-4,
  .santh-col-5,
  .santh-col-6,
  .santh-col-7,
  .santh-col-8,
  .santh-col-9,
  .santh-col-10,
  .santh-col-11,
  .santh-col-12,
  .santh-col,
  .santh-col-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.santh-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.santh-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.santh-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.santh-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.santh-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.santh-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.santh-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.santh-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.santh-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.santh-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.santh-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.santh-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.santh-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.santh-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.santh-order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.santh-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.santh-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.santh-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.santh-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.santh-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.santh-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.santh-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.santh-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.santh-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.santh-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.santh-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.santh-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.santh-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.santh-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.santh-offset-1 {
  margin-left: 8.33333%;
}

.santh-offset-2 {
  margin-left: 16.66667%;
}

.santh-offset-3 {
  margin-left: 25%;
}

.santh-offset-4 {
  margin-left: 33.33333%;
}

.santh-offset-5 {
  margin-left: 41.66667%;
}

.santh-offset-6 {
  margin-left: 50%;
}

.santh-offset-7 {
  margin-left: 58.33333%;
}

.santh-offset-8 {
  margin-left: 66.66667%;
}

.santh-offset-9 {
  margin-left: 75%;
}

.santh-offset-10 {
  margin-left: 83.33333%;
}

.santh-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 481px) {
  .santh-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-sm-0 {
    margin-left: 0;
  }

  .santh-offset-sm-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-sm-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-sm-3 {
    margin-left: 25%;
  }

  .santh-offset-sm-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-sm-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-sm-6 {
    margin-left: 50%;
  }

  .santh-offset-sm-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-sm-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-sm-9 {
    margin-left: 75%;
  }

  .santh-offset-sm-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 641px) {
  .santh-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-md-0 {
    margin-left: 0;
  }

  .santh-offset-md-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-md-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-md-3 {
    margin-left: 25%;
  }

  .santh-offset-md-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-md-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-md-6 {
    margin-left: 50%;
  }

  .santh-offset-md-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-md-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-md-9 {
    margin-left: 75%;
  }

  .santh-offset-md-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .santh-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-lg-0 {
    margin-left: 0;
  }

  .santh-offset-lg-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-lg-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-lg-3 {
    margin-left: 25%;
  }

  .santh-offset-lg-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-lg-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-lg-6 {
    margin-left: 50%;
  }

  .santh-offset-lg-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-lg-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-lg-9 {
    margin-left: 75%;
  }

  .santh-offset-lg-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .santh-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .santh-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .santh-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .santh-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .santh-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .santh-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .santh-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .santh-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .santh-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .santh-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .santh-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .santh-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .santh-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .santh-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .santh-order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .santh-order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .santh-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .santh-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .santh-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .santh-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .santh-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .santh-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .santh-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .santh-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .santh-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .santh-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .santh-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .santh-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .santh-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .santh-offset-xl-0 {
    margin-left: 0;
  }

  .santh-offset-xl-1 {
    margin-left: 8.33333%;
  }

  .santh-offset-xl-2 {
    margin-left: 16.66667%;
  }

  .santh-offset-xl-3 {
    margin-left: 25%;
  }

  .santh-offset-xl-4 {
    margin-left: 33.33333%;
  }

  .santh-offset-xl-5 {
    margin-left: 41.66667%;
  }

  .santh-offset-xl-6 {
    margin-left: 50%;
  }

  .santh-offset-xl-7 {
    margin-left: 58.33333%;
  }

  .santh-offset-xl-8 {
    margin-left: 66.66667%;
  }

  .santh-offset-xl-9 {
    margin-left: 75%;
  }

  .santh-offset-xl-10 {
    margin-left: 83.33333%;
  }

  .santh-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.santh-w-25 {
  width: 25% !important;
}

.santh-w-50 {
  width: 50% !important;
}

.santh-w-75 {
  width: 75% !important;
}

.santh-w-100 {
  width: 100% !important;
}

.santh-w-auto {
  width: auto !important;
}

.santh-h-25 {
  height: 25% !important;
}

.santh-h-50 {
  height: 50% !important;
}

.santh-h-75 {
  height: 75% !important;
}

.santh-h-100 {
  height: 100% !important;
}

.santh-h-auto {
  height: auto !important;
}

.santh-mw-100 {
  max-width: 100% !important;
}

.santh-mh-100 {
  max-height: 100% !important;
}

body .santh-culture {
  font-family: 'GraphikTH-Regular';
  font-size: 1.5rem;
  background: #fff;
}

@media (max-width: 992px) {
  body .santh-culture {
    font-size: 56.30631%;
  }
}

body .santh-culture h1 {
  font-family: "GraphikTH-SemiBold";
  font-size: 3.6rem;
}

@media (max-width: 480px) {
  body .santh-culture h1 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

@media (max-width: 375px) {
  body .santh-culture h1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media (max-width: 320px) {
  body .santh-culture h1 {
    font-size: 1.9rem;
  }
}

body .santh-culture h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #003168;
}

@media (max-width: 768px) {
  body .santh-culture h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  body .santh-culture h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 375px) {
  body .santh-culture h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  body .santh-culture h2 {
    font-size: 1.4rem;
  }
}

.culture-header-img {
  position: relative;
  display: grid;
  background-size: cover;
  background-position: left center;
  margin-top: -125px;
}

.culture-header-img img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 992px) {
  .culture-header-img {
    display: none;
  }
}

.culture-header-img-mobile {
  display: none;
}

@media (max-width: 992px) {
  .culture-header-img-mobile {
    display: grid;
    margin-top: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.banner-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

.banner-hero * {
  min-height: 0;
  min-width: 0;
}

@media (max-width: 900px) {
  .banner-hero {
    margin-top: 70px;
  }
}

@media (max-width: 375px) {
  .banner-hero {
    margin-top: 35px;
  }
}

.banner-hero .hero {
  position: relative;
  top: 0;
  left: 0;
  background-color: #363636;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}

.banner-hero .slider-hero {
  position: initial;
  margin: 0;
}

.banner-hero .slider-hero.slick-initialized {
  opacity: 1;
  visibility: visible;
  position: initial;
}

.banner-hero .slider-hero .caption-video {
  position: absolute;
  width: 100%;
  z-index: 15;
  background-color: transparent;
  top: 37%;
  left: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .banner-hero .slider-hero .caption-video {
    top: 45%;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video {
    top: 34%;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video {
    top: 45%;
  }
}

@media (max-width: 375px) {
  .banner-hero .slider-hero .caption-video {
    top: 40%;
  }
}

.banner-hero .slider-hero .caption-video h1 {
  color: #fff;
  font-size: 64px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 44px;
  }
}

@media (max-width: 980px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 64px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 54px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 44px;
  }
}

@media (max-width: 375px) {
  .banner-hero .slider-hero .caption-video h1 {
    font-size: 34px;
  }
}

.banner-hero .slider-hero .caption-video h5 {
  color: #fff;
  font-size: 30px;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 30px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 25px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video h5 {
    font-size: 20px;
  }
}

.banner-hero .slider-hero .caption-video .btn {
  display: inline-block;
  margin-top: 50px;
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #003168;
  font-family: 'DBHelvethaicaX-Reg';
  font-size: 26px;
  background-color: #212529;
  color: #212529;
  background-color: #003168;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-hero .slider-hero .caption-video .btn:hover {
  color: #003168;
  background-color: #212529;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1280px) {
  .banner-hero .slider-hero .caption-video .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .banner-hero .slider-hero .caption-video .btn {
    font-size: 26px;
  }
}

@media screen and (max-height: 720px) {
  .banner-hero .slider-hero .caption-video .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .banner-hero .slider-hero .caption-video .btn {
    font-size: 22px;
  }
}

.banner-hero .slider-hero .slick-slide {
  position: relative;
}

.banner-hero .slider-hero .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.banner-hero .slider-hero .slick-slide .video-poster-mobile {
  display: none;
}

@media (max-width: 767px) {
  .banner-hero .slider-hero .slick-slide .video-poster-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
}

.banner-hero .slider-hero .slick-slide video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 767px) {
  .banner-hero .slider-hero .slick-slide video {
    display: none;
  }
}

.banner-hero .slider-hero .slick-slide figure {
  position: relative;
  height: 100%;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
}

.banner-hero .slider-hero .slick-slide iframe {
  position: relative;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.banner-hero .slider-hero .slick-slide .slide-image {
  height: 100%;
  margin-top: 30px;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.banner-hero .slider-hero .slick-slide .slide-image.show {
  opacity: 1;
}

.banner-hero .slider-hero .slick-slide .slick-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 992px) {
  .banner-hero .slider-hero .slick-slide .slick-poster {
    top: 0 !important;
  }
}

@media (max-width: 992px) {
  .banner-hero .slider-hero .slick-slide .slick-poster.play {
    z-index: -1;
  }
}

.banner-hero .slider-hero .slick-slide .slick-poster.play .image-entity.ssanth-image-desktop {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1;
}

.banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-playbtn {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 992px) {
  .banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-playbtn {
    opacity: 1;
    visibility: visible;
  }
}

.banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-playpausebtn,
.banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-mutebtn {
  opacity: 1;
}

@media (max-width: 992px) {

  .banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-playpausebtn,
  .banner-hero .slider-hero .slick-slide .slick-poster.play .b-tools .b-mutebtn {
    opacity: 0;
  }
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playbtn {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 178px;
  z-index: 10;
  cursor: pointer;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playbtn img {
  max-width: 100%;
}

@media (max-width: 480px) {
  .banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playbtn {
    width: 120px;
    height: 158px;
  }
}

@media (max-width: 375px) {
  .banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playbtn {
    width: 100px;
    height: 138px;
  }
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playpausebtn {
  opacity: 0;
  position: absolute;
  top: 15%;
  right: 2%;
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playpausebtn:hover {
  border: 2px solid #fff;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playpausebtn.pause {
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/ico-pause.png");
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playpausebtn.play {
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/ico-play-mini.png");
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-mutebtn {
  opacity: 0;
  position: absolute;
  top: 25%;
  right: 2%;
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  cursor: pointer;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-mutebtn:hover {
  border: 2px solid #fff;
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-mutebtn.mute {
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/ico-mute.png");
}

.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-mutebtn.unmute {
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/ico-unmute.png");
}

.banner-hero .slider-hero .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.banner-hero .slider-hero .slick-slide.slick-current .slick-poster .image-entity {
  opacity: 1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-hero .slider-hero .slick-slide.slick-current .slick-poster .image-entity.ssanth-image-desktop {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .banner-hero .slider-hero .slick-slide.slick-current .slick-poster .image-entity.ssanth-image-desktop {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.banner-hero .slider-hero .slick-slide.slick-current .slick-poster .image-entity.ssanth-image-mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 992px) {
  .banner-hero .slider-hero .slick-slide.slick-current .slick-poster .image-entity.ssanth-image-mobile {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.banner-hero .slider-hero .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.banner-hero .slider-hero .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.banner-hero .slider-hero .slick-slide.slick-active {
  z-index: 1;
}

.banner-hero .slider-hero .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 1s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 1s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.banner-hero .slider-hero .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  -o-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.banner-hero .slick-dots {
  bottom: 0;
  margin-right: 20px;
  line-height: 36px;
}

.banner-hero .slick-dots li {
  opacity: 0;
  width: 260px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 1399px) {
  .banner-hero .slick-dots li {
    width: 190px;
  }
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li {
    width: 160px;
  }
}

@media (max-width: 375px) {
  .banner-hero .slick-dots li {
    width: 120px;
    top: -3px;
  }
}

.banner-hero .slick-dots li a.t-indicators {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #c7c8c9;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.banner-hero .slick-dots li a.c-indicators {
  display: inline-block;
  color: #fff;
}

@media (max-width: 992px) {
  .banner-hero .slick-dots li a.c-indicators {
    display: none;
  }
}

.banner-hero .slick-dots li a.c-indicators h3 {
  font-family: 'DBHelvethaicaX-Thin';
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .banner-hero .slick-dots li a.c-indicators h3 {
    font-size: 1.12em;
  }
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li a.c-indicators h3 {
    font-size: 1em;
  }
}

.banner-hero .slick-dots li a.c-indicators span {
  font-family: 'DBHelvethaicaX-Thin';
  font-size: 20px;
  letter-spacing: 1px;
}

@media (max-width: 1280px) {
  .banner-hero .slick-dots li a.c-indicators span {
    font-size: 18px;
  }
}

.banner-hero .slick-dots li.slick-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .banner-hero .slick-dots li.slick-active {
    opacity: 1;
  }
}

.banner-hero .slick-dots li.slick-active a.t-indicators {
  position: relative;
}

.banner-hero .slick-dots li.slick-active a.t-indicators.paused:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.banner-hero .slick-dots li.slick-active a.t-indicators.start:before {
  -webkit-animation: progress 30000ms linear 0s;
  -moz-animation: progress 30000ms linear 0s;
  -ms-animation: progress 30000ms linear 0s;
  -o-animation: progress 30000ms linear 0s;
  animation: progress 30000ms linear 0s;
}

.banner-hero .slick-dots li.slick-active a.t-indicators:before {
  position: absolute;
  display: inline-block;
  height: 5px;
  background: #003168;
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}

.banner-hero .hero-navigate {
  width: 100%;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  z-index: 50;
}

.banner-hero .hero-navigate>div {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  padding: 20px;
  z-index: 50;
}

@media (max-width: 1280px) {
  .banner-hero .hero-navigate>div {
    width: 410px;
  }
}

@media (max-width: 1200px) {
  .banner-hero .hero-navigate>div {
    padding: 15px 20px;
  }
}

@media (max-width: 1024px) {
  .banner-hero .hero-navigate>div {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate>div {
    width: 350px;
    padding: 10px 15px;
  }
}

@media (max-width: 375px) {
  .banner-hero .hero-navigate>div {
    width: 290px;
    padding: 10px;
  }
}

.banner-hero .hero-navigate .slick-prev:hover,
.banner-hero .hero-navigate .slick-next:hover {
  border-color: #003168;
  -webkit-filter: invert(55%) sepia(23%) saturate(4924%) hue-rotate(201deg) brightness(55%) contrast(91%);
  filter: invert(55%) sepia(23%) saturate(4924%) hue-rotate(201deg) brightness(55%) contrast(91%);
}

@media (max-width: 375px) {

  .banner-hero .hero-navigate .slick-prev,
  .banner-hero .hero-navigate .slick-next {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
}

.banner-hero .hero-navigate .slick-prev {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate .slick-prev {
    margin-right: 15px;
  }
}

.banner-hero .hero-navigate .slide-count-wrap {
  display: inline-block;
  font-family: "GraphikTH-SemiBold";
  font-size: 2.5rem;
  margin-left: 25px;
  margin-right: 25px;
  line-height: 36px;
  color: #8b8a8f;
}

@media (max-width: 1200px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 375px) {
  .banner-hero .hero-navigate .slide-count-wrap {
    line-height: 30px;
  }
}

.banner-hero .hero-navigate .slide-count-wrap .current {
  color: #000;
}

.slick-counter {
  position: absolute;
  top: 5px;
  left: 5px;
  background: yellow;
  padding: 5px;
  opacity: 0.8;
  border-radius: 5px;
}

.banner-hero .slider-hero .slick-slide,
.banner-hero .slider-hero .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.banner-hero .slider-hero .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-moz-keyframes progress {
  100% {
    right: 0px;
  }
}

@-webkit-keyframes progress {
  100% {
    right: 0px;
  }
}

@-ms-keyframes progress {
  100% {
    right: 0px;
  }
}

@-o-keyframes progress {
  100% {
    right: 0px;
  }
}

@keyframes progress {
  100% {
    right: 0px;
  }
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

.scroll-to-content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg");
  background-size: 550px auto;
  background-position: -422px -66px;
  width: 28px;
  height: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .scroll-to-content {
    display: none;
  }
}

.topic-one {
  margin-top: 5rem;
  margin-bottom: 8rem;
  display: block;
  text-align: center;
}

@media (max-width: 1200px) {
  .topic-one {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.topic-one h1 {
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 992px) {
  .topic-one h1 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .topic-one h1 {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  .topic-one h1 {
    font-size: 2rem;
  }
}

.topic-one h2 {
  margin-bottom: 4rem;
  line-height: 1.4;
}

.topic-one span {
  display: inline-block;
  line-height: 2.5rem;
  width: 100%;
  color: #193148;
  max-width: 835px;
}

@media (max-width: 1280px) {
  .topic-one span {
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .topic-one span {
    padding: 0 55px;
  }
}

@media (max-width: 375px) {
  .topic-one span {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

@media (max-width: 320px) {
  .topic-one span {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}

.topic-one .f-seemore {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (max-width: 375px) {
  .topic-one .f-seemore {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.topic-one .f-seemore a {
  position: relative;
  font-size: 1.5rem;
  color: #000;
  padding: 11px 35px 15px 20px;
  border: 2px solid #003168;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 900px) {
  .topic-one .f-seemore a {
    padding: 15px 65px 15px 22px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .topic-one .f-seemore a {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .topic-one .f-seemore a {
    margin-top: 0;
    padding: 13px 65px 13px 22px;
  }
}

@media (max-width: 375px) {
  .topic-one .f-seemore a {
    font-size: 1.4rem;
    padding: 10px 50px 10px 16px;
  }
}

@media (max-width: 320px) {
  .topic-one .f-seemore a {
    margin-top: 0;
  }
}

.topic-one .f-seemore a:hover {
  background-color: #003168;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.topic-one .f-seemore a:hover:after {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.topic-one .f-seemore a:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 30%;
  right: 10%;
  height: 15px;
  width: 10px;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg");
  background-size: 320px 179px;
  background-position: -134px -37px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 900px) {
  .topic-one .f-seemore a:after {
    top: 37%;
  }
}

@media (max-width: 375px) {
  .topic-one .f-seemore a:after {
    top: 33%;
  }
}

.s-result-tag {
  display: inline-block;
  float: right;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .s-result-tag {
    font-size: 1.2rem;
  }
}

@media (max-width: 980px) {
  .s-result-tag {
    font-size: 1.7rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .s-result-tag {
    margin: 4rem auto 1rem;
    float: none;
    display: block;
  }
}

@media (max-width: 375px) {
  .s-result-tag {
    margin: 3rem auto 1rem;
  }
}

@media (max-width: 320px) {
  .s-result-tag {
    font-size: 1.5rem;
  }
}

.s-result-tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.s-result-tag ul li {
  display: inline-block;
}

.s-result-tag ul li:last-child a {
  margin-right: 0;
}

.s-result-tag ul li.cat-list a {
  border-color: #7d7d7d;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.s-result-tag ul li.cat-list a:hover,
.s-result-tag ul li.cat-list a.active {
  border-color: #003168;
  background-color: #003168;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.s-result-tag ul li.status-list a {
  border-color: #ea5236;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.s-result-tag ul li.status-list a:hover {
  background-color: #ea5236;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.s-result-tag ul li a {
  display: inline-block;
  padding: 1em 1.2em 1em;
  margin-right: 1em;
  margin-bottom: 2em;
  font-family: "GraphikTH-SemiBold";
  color: #000;
  border: 2px solid;
  border-radius: 60px;
}

@media (max-width: 1280px) {
  .s-result-tag ul li a {
    padding: 1em 1em .8em;
    margin-right: .7em;
  }
}

@media (max-width: 1200px) {
  .s-result-tag ul li a {
    margin-right: .6em;
    padding: .8em .9em .6em;
  }
}

@media (max-width: 480px) {
  .s-result-tag ul li a {
    margin-right: .4em;
    padding: .7em .6em .6em;
    padding: 0.5em .6em .6em;
  }
}

.gall-wrap {
  position: relative;
}

.gall-wrap .gall-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
}

.gall-wrap .gall-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.habito-detail {
  padding: 0 0 2em;
}

.habito-detail h1 {
  text-align: center;
}

@media (max-width: 480px) {
  .habito-detail h1 {
    display: block !important;
    margin: auto !important;
  }
}

@media (max-width: 900px) {
  .habito-detail .slick-slide {
    width: 700px !important;
  }
}

@media (max-width: 768px) {
  .habito-detail .slick-slide {
    width: 580px !important;
  }
}

@media (max-width: 640px) {
  .habito-detail .slick-slide {
    width: 480px !important;
  }
}

@media (max-width: 480px) {
  .habito-detail .slick-slide {
    width: 340px !important;
  }
}

@media (max-width: 375px) {
  .habito-detail .slick-slide {
    width: 260px !important;
  }
}

@media (max-width: 320px) {
  .habito-detail .slick-slide {
    width: 220px !important;
  }
}

.habito-detail .service-detail-content {
  padding: 0 0 2em;
}

@media (max-width: 992px) {
  .habito-detail .service-detail-content {
    padding: 0 0 4em;
  }
}

.habito-detail .service-detail-content .habito-img-01 {
  position: relative;
  height: 560px;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/bg-blank-img.gif");
  display: block;
  cursor: default;
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-01 {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-01 {
    height: 300px;
  }
}

.habito-detail .service-detail-content .habito-img-01:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.habito-detail .service-detail-content .habito-img-01>span {
  position: absolute;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, 11%);
  -ms-transform: translate(-50%, 11%);
  transform: translate(-50%, 11%);
}

@media (max-width: 1200px) {
  .habito-detail .service-detail-content .habito-img-01>span {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .habito-detail .service-detail-content .habito-img-01>span {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .habito-detail .service-detail-content .habito-img-01>span {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-01>span {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-01>span {
    font-size: 1.7rem;
  }
}

.habito-detail .service-detail-content .habito-img-02 {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/bg-blank-img.gif");
  display: block;
  cursor: default;
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-02 {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-02 {
    height: 300px;
  }
}

.habito-detail .service-detail-content .habito-img-02:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.habito-detail .service-detail-content .habito-img-02>span {
  position: absolute;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translate(-50%, 11%);
  -ms-transform: translate(-50%, 11%);
  transform: translate(-50%, 11%);
}

@media (max-width: 1200px) {
  .habito-detail .service-detail-content .habito-img-02>span {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .habito-detail .service-detail-content .habito-img-02>span {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .habito-detail .service-detail-content .habito-img-02>span {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-02>span {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-02>span {
    font-size: 1.7rem;
  }
}

.habito-detail .service-detail-content .habito-img-03 {
  position: relative;
  height: 515px;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/bg-blank-img.gif");
  display: block;
  cursor: default;
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-03 {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-03 {
    height: 300px;
  }
}

.habito-detail .service-detail-content .habito-img-03:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.habito-detail .service-detail-content .habito-img-03>span {
  position: absolute;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translate(-50%, 11%);
  -ms-transform: translate(-50%, 11%);
  transform: translate(-50%, 11%);
}

@media (max-width: 1200px) {
  .habito-detail .service-detail-content .habito-img-03>span {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .habito-detail .service-detail-content .habito-img-03>span {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .habito-detail .service-detail-content .habito-img-03>span {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-03>span {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-03>span {
    font-size: 1.7rem;
  }
}

.habito-detail .service-detail-content .habito-img-04 {
  position: relative;
  height: 515px;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/bg-blank-img.gif");
  display: block;
  cursor: default;
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-04 {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-04 {
    height: 300px;
  }
}

.habito-detail .service-detail-content .habito-img-04:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.habito-detail .service-detail-content .habito-img-04>span {
  position: absolute;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translate(-50%, 11%);
  -ms-transform: translate(-50%, 11%);
  transform: translate(-50%, 11%);
}

@media (max-width: 1200px) {
  .habito-detail .service-detail-content .habito-img-04>span {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .habito-detail .service-detail-content .habito-img-04>span {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .habito-detail .service-detail-content .habito-img-04>span {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .habito-detail .service-detail-content .habito-img-04>span {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .habito-detail .service-detail-content .habito-img-04>span {
    font-size: 1.7rem;
  }
}

.habito-detail h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 900px) {
  .habito-detail h1 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .habito-detail h1 {
    margin: 0 19rem 0;
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  .habito-detail h1 {
    font-size: 2rem;
  }
}

.scroll-to-content {
  display: none;
}
.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-playpausebtn.pause {
  display: none;
}
.banner-hero .slider-hero .slick-slide .slick-poster .b-tools .b-mutebtn.mute {
  display: none;
}

@media (min-width: 1368px) {
  .banner-hero.santh-sl {
    max-height: 750px !important;
    margin-top: -143.25px !important;
  }
  .hero {
    max-height: 750px !important;
    opacity: 1 !important;
  }
  .slick-track {
    opacity: 1 !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .item.youtube.slick-slide.slick-current.slick-active {
    min-height: 750px !important;
    width: 100% !important;
  }
  .slick-post.slick-poster.play {
    top: 64px !important;
    max-height: 750px !important;
  }
  .embed-player.slide-media {
    width: 500% !important;
    height: 1142px !important;
    margin-top: -13% !important;
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1367px) {
  .banner-hero.santh-sl {
    max-height: 750px !important;
    margin-top: -143.25px !important;
  }
  .hero {
    max-height: 750px !important;
    opacity: 1 !important;
  }
  .slick-track {
    opacity: 1 !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .item.youtube.slick-slide.slick-current.slick-active {
    min-height: 750px !important;
    width: 100% !important;
  }
  .slick-post.slick-poster.play {
    top: 64px !important;
    max-height: 750px !important;
  }
  .embed-player.slide-media {
    width: 500% !important;
    height: 1142px !important;
    margin-top: -13% !important;
    opacity: 1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-hero.santh-sl {
    max-height: 750px !important;
    margin-top: -143.25px !important;
  }
  .hero {
    max-height: 750px !important;
    opacity: 1 !important;
  }
  .slick-track {
    opacity: 1 !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .item.youtube.slick-slide.slick-current.slick-active {
    min-height: 750px !important;
    width: 100% !important;
  }
  .slick-post.slick-poster.play {
    top: 64px !important;
    max-height: 750px !important;
  }
  .embed-player.slide-media {
    width: 500% !important;
    height: 1142px !important;
    margin-top: -13% !important;
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .banner-hero .slider-hero .slick-slide .slick-poster.play {
    display: none;
  }
  .banner-hero.santh-sl {
    max-height: 750px !important;
    margin-top: -143.25px !important;
  }
  .hero {
    max-height: 750px !important;
    opacity: 1 !important;
  }
  .slick-track {
    opacity: 1 !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .item.youtube.slick-slide.slick-current.slick-active {
    min-height: 750px !important;
    width: 100% !important;
  }
  .slick-post.slick-poster.play {
    top: 64px !important;
    max-height: 750px !important;
  }
  .embed-player.slide-media {
    width: 500% !important;
    height: 1142px !important;
    margin-top: -13% !important;
    opacity: 1 !important;
  }
  .banner-hero .slider-hero .slick-slide .framevideo {
    max-height: 750px !important;
  }
}

@media (max-width: 767px) {
  .banner-hero .slider-hero .slick-slide iframe {
    opacity: 0 !important;
  }
  .banner-hero.santh-sl {
    max-height: 680px !important;
    margin-top: 70px !important;
  }
  .image-entity.ssanth-image-mobile img {
    height: 100%;
    width: auto;
  }
  .b-playbtn {
    position: absolute;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}