@charset "UTF-8";

.site-header.alway-dark,
body {
  --sala-primary-navy: #0057fc;
  --sala-primary-navy-2: #7527eb;
  --sala-primary-dark: #111111;
  --sala-neutral-dark: #111111;
  --sala-neutral-normal: #555555;
  --sala-neutral-medium: #999999;
  --sala-neutral-medium-dark: #333333;
  --sala-neutral-white: #ffffff;
  --sala-alway-white: #ffffff;
  --sala-alway-neutral-white: #cccccc;
  --sala-alway-dark: #111111;
  --sala-shade-border-line: #dddddd;
  --sala-shade-background: #F8F9FC;
  --sala-shade-background-2: #f4f2fd;
  --sala-shade-background-3: #e9eaff;
  --sala-shade-background90: rgba(248, 249, 252, 0.9);
  --sala-tone-red: #ff1f25;
  --sala-tone-blue: #2355d6;
  --sala-tone-green: #3ab446;
  --sala-tone-yellow: #ffdd0f;
  --sala-icon-dark: #111111;
  --sala-icon-medium: #dddddd;
  --sala-border-line: #eeeeee;
  --sala-boxshadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  --sala-boxshadow-2: 0px 4px 20px rgba(17, 17, 17, 0.08)
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  color: var(--sala-primary-dark, #111);
  font-family: Poppins, sans-serif;
  line-height: 1.3
}

h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500
}

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500
}

h6 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500
}

ul {
  list-style: none;
  letter-spacing: -.3em
}

ul li {
  letter-spacing: normal
}

button {
  margin: 0
}

html {
  box-sizing: border-box
}

body {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: var(--sala-neutral-normal, #555);
  font-family: Poppins, sans-serif;
  background-color: var(--sala-neutral-white, #fff)
}

*,
::after,
::before {
  box-sizing: inherit
}

img,
video {
  height: auto;
  max-width: 100%
}

a {
  text-decoration: none;
  color: var(--sala-primary-dark, #111)
}

a:hover {
  color: var(--sala-primary-navy, #0057fc)
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-content-sb {
  justify-content: space-between
}

.flex-content-s {
  justify-content: flex-start
}

.flex-content-c {
  justify-content: center
}

.flex-content-e {
  justify-content: flex-end
}

.flex-align-c {
  align-items: center
}

.flex-align-s {
  align-items: flex-start
}

.flex-align-e {
  align-items: flex-end
}

.spdtb {
  padding-top: 80px;
  padding-bottom: 80px
}

.spdb {
  padding-bottom: 80px
}

.spdt {
  padding-top: 80px
}

.opt200 {
  padding-top: 200px
}

.pb200 {
  padding-bottom: 200px
}

.pb50 {
  padding-bottom: 50px
}

.pb0 {
  padding-bottom: 0
}

.mt80 {
  margin-top: 80px
}

.mb80 {
  margin-bottom: 80px
}

.mt60 {
  margin-top: 60px
}

.mb60 {
  margin-bottom: 60px
}

.mb24 {
  margin-bottom: 24px
}

.mb8 {
  margin-bottom: 8px
}

.mt32 {
  margin-top: 32px
}

.mt20 {
  margin-top: 20px
}

.pdr50 {
  padding-right: 50px
}

.pdl50 {
  padding-left: 50px
}

.pdr80 {
  padding-right: 80px
}

.pdr100 {
  padding-right: 100px
}

.pdl100 {
  padding-left: 100px
}

.pdr60 {
  padding-right: 60px
}

.pdr30 {
  padding-right: 30px
}

.pdl30 {
  padding-left: 30px
}

.pdl60 {
  padding-left: 60px
}

.pdl80 {
  padding-left: 80px
}

.pdt180 {
  padding-top: 180px
}

.pt120 {
  padding-top: 120px
}

.pb120 {
  padding-bottom: 120px
}

.opt160 {
  padding-top: 160px
}

.opt120 {
  padding-top: 120px
}

.opt60 {
  padding-top: 60px
}

.pt60 {
  padding-top: 60px
}

.pb60 {
  padding-bottom: 60px
}

.pt30 {
  padding-top: 30px
}

.pb30 {
  padding-bottom: 30px
}

.pt40 {
  padding-top: 40px
}

.pb40 {
  padding-bottom: 40px
}

.h100 {
  height: 100%
}

.br10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden
}

.br8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden
}

.br20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden
}

.br30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden
}

.br35 {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden
}

.br60 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden
}

.h46 {
  height: 46px
}

.background-dark {
  background-color: #1f1e22
}

.background-alway-white {
  background-color: var(--sala-alway-white, #fff)
}

.background-navy {
  background-color: var(--sala-primary-navy, #0057fc)
}

.background-navy-2 {
  background-color: var(--sala-primary-navy-2, #7527eb)
}

.background-yellow {
  background-color: var(--sala-tone-yellow, #ffdd0f)
}

.background-red {
  background-color: var(--sala-tone-red, #ff1f25)
}

.color-navy {
  color: var(--sala-primary-navy, #0057fc)
}

.color-dark {
  color: var(--sala-neutral-dark, #111)
}

.color-alway-dark {
  color: var(--sala-alway-dark, #111)
}

.background-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.background-auto-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.background-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain
}

.background-auto-left-bottom {
  background-repeat: no-repeat;
  background-position: -7vw 170%;
  background-size: auto
}

.section-features {
  background-color: #fff8ee
}

.button-wrap .button {
  margin-right: 24px
}

.button-wrap .button:last-child {
  margin-right: 0
}

.button-wrap.layout-02 .button {
  margin-right: 12px
}

.button-wrap.layout-02 .button:last-child {
  margin-right: 0
}

.button-wrap.layout-02 .button.fullfield-dark {
  background-color: var(--sala-neutral-dark, #111);
  border-color: var(--sala-neutral-dark, #111);
  color: var(--sala-neutral-white, #fff)
}

.button-wrap.layout-02 .button.fullfield-dark:hover {
  background-color: var(--sala-primary-navy, #0057fc);
  border-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff)
}

.button-wrap.mb16 {
  margin-bottom: 16px
}

.button {
  height: 46px;
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  align-items: center
}

.button i {
  font-size: 16px;
  margin-left: 12px
}

.button.fullfield {
  background-color: var(--sala-primary-navy, #0057fc);
  border-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff)
}

.button.fullfield:hover {
  background-color: var(--sala-tone-blue, #2355d6);
  border-color: var(--sala-primary-navy, #0057fc)
}

.button.fullfield-yellow {
  background-color: var(--sala-tone-yellow, #ffdd0f);
  border-color: var(--sala-tone-yellow, #ffdd0f);
  color: var(--sala-alway-dark, #111)
}

.button.fullfield-yellow:hover {
  background-color: var(--sala-neutral-white, #fff);
  border-color: var(--sala-neutral-white, #fff)
}

.button.fullfield-white {
  background-color: var(--sala-alway-white, #fff);
  border-color: var(--sala-alway-white, #fff);
  color: var(--sala-alway-dark, #111)
}

.button.fullfield-white:hover {
  background-color: var(--sala-alway-dark, #111);
  border-color: var(--sala-alway-dark, #111);
  color: var(--sala-alway-white, #fff)
}

.button.fullfield-dark {
  background-color: var(--sala-alway-dark, #111);
  border-color: var(--sala-alway-dark, #111);
  color: var(--sala-alway-white, #fff)
}

.button.fullfield-dark:hover {
  background-color: var(--sala-primary-navy, #0057fc);
  border-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff)
}

.button.text {
  padding: 0;
  height: auto;
  font-weight: 500
}

.button.text-white {
  color: var(--sala-alway-white, #fff);
  padding: 0;
  height: auto;
  font-weight: 500
}

.button.text:hover {
  color: var(--sala-primary-navy, #0057fc)
}

.button.text.color-navy:hover {
  color: var(--sala-tone-blue, #2355d6)
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

.align-left {
  text-align: left
}

.col-auto {
  margin-left: auto;
  margin-right: auto
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px
  }
}

@media (max-width:992px) {

  .pdr100,
  .pdr30,
  .pdr50,
  .pdr60,
  .pdr80 {
    padding-right: 0
  }

  .pdl100,
  .pdl30,
  .pdl50,
  .pdl60,
  .pdl80 {
    padding-left: 0
  }

  .lg-mt32 {
    margin-top: 32px
  }

  .lg-mt60 {
    margin-top: 60px
  }

  .lg-mb60 {
    margin-bottom: 60px
  }

  .pdt180 {
    padding-top: 120px
  }

  .opt200,
  .pt120 {
    padding-top: 100px
  }

  .pb120 {
    padding-bottom: 100px
  }

  .lg-hidden {
    display: none !important
  }

  .lg-order-1 {
    order: 1
  }

  .lg-order-2 {
    order: 2
  }

  .lg-pdl30 {
    padding-left: 30px
  }

  .lg-pdt30 {
    padding-top: 30px
  }

  .lg-pdr30 {
    padding-right: 30px
  }

  .lg-pdb30 {
    padding-bottom: 30px
  }

  .lg-pdt100 {
    padding-top: 100px
  }

  .lg-pdt60 {
    padding-top: 60px
  }

  .lg-pdb60,
  .pb200 {
    padding-bottom: 60px
  }
}

@media (max-width:768px) {

  .lg-pdt60,
  .pt60,
  .spdt {
    padding-top: 40px
  }

  .lg-pdb60,
  .pb50,
  .pb60,
  .spdb {
    padding-bottom: 40px
  }

  .spdtb {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .mt60,
  .mt80 {
    margin-top: 30px
  }

  .mb60,
  .mb80 {
    margin-bottom: 30px
  }

  .md-hidden {
    display: none !important
  }

  .pt120 {
    padding-top: 40px
  }

  .pb120 {
    padding-bottom: 40px
  }

  .lg-mb60 {
    margin-bottom: 30px
  }
}

@media (max-width:576px) {
  .xs-mb10 {
    margin-bottom: 10px
  }

  .xs-hidden {
    display: none !important
  }

  .button-wrap.flex {
    flex-direction: column
  }

  .button-wrap.flex .button {
    margin: 0 0 10px 0;
    justify-content: center;
    width: 100%
  }

  .button-wrap.flex .button:last-child {
    margin-bottom: 0
  }

  .button-wrap .button {
    margin-right: 24px
  }

  .button-wrap .button:last-child {
    margin-right: 0
  }

  .opt200 {
    padding-top: 100px
  }

  .pb200 {
    padding-bottom: 40px
  }

  .opt160 {
    padding-top: 120px
  }
}

@keyframes lqdFIFloatOne {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-3%)
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    opacity: 1
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, .5);
    opacity: 0
  }
}

@-webkit-keyframes ripple {
  0% {
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  100% {
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.site-main {
  min-height: 500px
}

.site-main .page-title+.site-content {
  padding-top: 0;
  padding-bottom: 80px
}

.site-main .page-title+.site-content.pb0 {
  padding-bottom: 0
}

.site-main .page-title+.site-content.pt0 {
  padding-top: 0
}

.site-content {
  padding: 80px 0
}

.site-content.pb0 {
  padding-bottom: 0
}

.site-content.pt0 {
  padding-top: 0
}

.site-content .page-content h3 {
  margin-top: 32px
}

.site-content .page-content h4 {
  margin-top: 24px
}

.site-content .page-content p {
  margin-top: 16px;
  line-height: 1.5
}

.site-content .page-content p:first-child {
  margin-top: 0
}

.site-content .page-content h1,
.site-content .page-content h2,
.site-content .page-content h3,
.site-content .page-content h4,
.site-content .page-content h5,
.site-content .page-content h6 {
  color: var(--sala-neutral-dark, #111)
}

.site-content .page-content ul {
  padding-left: 14px;
  margin-top: 24px
}

.site-content .page-content ul li+li {
  margin-top: 24px
}

.site-content .page-content ul {
  list-style: disc
}

.apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.apps img:not(:first-child) {
  margin-left: 15px
}

.apps.m220 img {
  max-width: 220px
}

.images.layout-01 {
  position: relative
}

.images.layout-01 .img01 {
  position: absolute;
  top: -20px;
  left: 0
}

.images.layout-01 .img02 {
  margin-left: -100px;
  position: relative
}

.images.layout-02 {
  text-align: center
}

.images.layout-02 .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative
}

.images.layout-02 .box-shadow {
  box-shadow: 0 96px 337px 0 rgba(37, 31, 55, .2)
}

.images.layout-02 .img02 {
  position: absolute;
  top: 0;
  width: 45%;
  left: 50px;
  z-index: 2
}

.images.layout-02 .img03 {
  position: absolute;
  top: -25px;
  width: 54%;
  right: 50px;
  z-index: 3
}

.images.layout-02 .img04 {
  position: absolute;
  max-width: 80px;
  bottom: -120px;
  left: 80px;
  z-index: 1
}

.images.layout-02 .img05 {
  position: absolute;
  top: -25px;
  width: 54%;
  left: 50px;
  z-index: 3
}

.images.layout-02 .img06 {
  position: absolute;
  top: 0;
  width: 45%;
  right: 50px;
  z-index: 2
}

.images.layout-02 .img07 {
  position: absolute;
  max-width: 80px;
  bottom: -120px;
  right: 80px;
  z-index: 1
}

.images.layout-02 .img08 {
  position: absolute;
  bottom: 130px;
  width: 60%;
  left: -90px
}

.images.layout-02 .img09 {
  position: absolute;
  bottom: 42px;
  width: 60%;
  right: 0
}

.images.layout-02 .img10 {
  position: absolute;
  top: 110px;
  width: 9%;
  left: -22px
}

.images.layout-02 .img11 {
  position: absolute;
  top: 70px;
  width: 9%;
  right: 20px
}

.images.layout-02 .img12 {
  position: absolute;
  bottom: 120px;
  width: 9%;
  right: -43px
}

.images.layout-02 .img13 {
  position: absolute;
  bottom: 26%;
  width: 40%;
  right: -100px
}

.images.layout-02 .img14 {
  position: absolute;
  bottom: 9%;
  width: 65%;
  right: -100px
}

.images.layout-02 .img15 {
  position: absolute;
  top: 9%;
  width: 65%;
  left: -100px
}

.images.layout-02 .img16 {
  position: absolute;
  top: 26%;
  width: 65%;
  left: -100px
}

.images.layout-02 .img17 {
  position: absolute;
  top: 63%;
  right: -8%;
  width: 27%
}

.images.layout-02 .img18 {
  position: absolute;
  top: 47%;
  left: -28%;
  width: 36%
}

.images.layout-02 .img19 {
  position: absolute;
  top: 19%;
  right: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img20 {
  position: absolute;
  top: 35%;
  right: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img21 {
  position: absolute;
  top: 33%;
  left: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img22 {
  position: absolute;
  top: 49%;
  left: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img23 {
  position: absolute;
  bottom: 35%;
  right: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img24 {
  position: absolute;
  bottom: 19%;
  right: -10%;
  width: 90px;
  border-radius: 50%
}

.images.layout-02 .img25 {
  position: absolute;
  top: 41%;
  right: 33%;
  width: 24%
}

.images.layout-02 .img26 {
  position: absolute;
  width: 8%;
  top: 12%;
  left: 0
}

.images.layout-02 .img27 {
  position: absolute;
  width: 12%;
  top: 75%;
  left: -4%
}

.images.layout-02 .img28 {
  position: absolute;
  width: 8%;
  left: -16%;
  top: 12%
}

.images.layout-02 .img29 {
  position: absolute;
  width: 24%;
  left: -12%;
  top: 48%
}

.images.layout-02 .img30 {
  position: absolute;
  width: 24%;
  left: -12%;
  top: 69%
}

.images.layout-02 .img31 {
  padding: 0 50px
}

.images.layout-02 .img32 {
  position: absolute;
  width: 55%;
  left: 19%;
  bottom: 0
}

.images.layout-03 {
  text-align: center
}

.images.layout-03 .inner {
  max-width: 570px;
  margin: 0 auto;
  position: relative
}

.images.layout-03 .img01 {
  position: relative;
  z-index: 1
}

.images.layout-03 .img02 {
  position: absolute;
  top: -20px;
  width: 66%;
  left: 0;
  z-index: 2
}

.images.layout-03 .img03 {
  position: absolute;
  top: 10px;
  width: 66%;
  right: 0;
  z-index: 1
}

.images.layout-03 .img04 {
  position: absolute;
  top: -55px;
  width: 88%;
  left: -48px;
  z-index: 2
}

.images.layout-03 .img05 {
  position: absolute;
  top: -35px;
  width: 92%;
  right: -55px;
  z-index: 1
}

.images.layout-03 .img06 {
  position: absolute;
  top: -12%;
  width: 26%;
  left: 40px
}

.images.layout-03 .img07 {
  position: absolute;
  top: 2%;
  width: 26%;
  left: 105px
}

.images.layout-03 .img08 {
  position: absolute;
  top: 17%;
  width: 23%;
  left: 40px
}

.images.layout-03 .img09 {
  position: absolute;
  top: -8px;
  width: 10%;
  right: 38%
}

.images.layout-03 .img10 {
  position: absolute;
  top: 62px;
  width: 15%;
  right: 20%
}

.images.layout-03 .img11 {
  position: absolute;
  top: 55px;
  width: 13%;
  right: 0
}

.images.layout-03 .img12 {
  position: absolute;
  top: 16%;
  width: 13%;
  left: 0
}

.images.layout-03 .img13 {
  position: absolute;
  top: 4%;
  width: 13%;
  left: 16%
}

.images.layout-03 .img14 {
  position: absolute;
  top: 16%;
  width: 13%;
  left: 31%
}

.images.layout-03 .img15 {
  position: absolute;
  top: 2%;
  width: 55%;
  left: 6%
}

.images.layout-03 .img16 {
  position: absolute;
  top: 12%;
  width: 55%;
  right: 6%
}

.images.layout-03 .img17 {
  position: absolute;
  top: 3%;
  width: 62%;
  right: 4%
}

.images.layout-03 .img18 {
  position: absolute;
  top: 22%;
  width: 23%;
  left: 10%
}

.images.layout-03 .img19 {
  position: absolute;
  bottom: 17%;
  width: 66%;
  left: 3%
}

.images.layout-03 .img20 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.images.layout-03 .img21 {
  position: absolute;
  top: 0;
  width: 11%;
  right: 15%
}

.images.layout-03 .img22 {
  position: absolute;
  bottom: 0;
  width: 29%;
  left: 11%;
  z-index: -1
}

.images.layout-03 .img23 {
  position: absolute;
  top: -23%;
  width: 100%;
  left: -14%;
  z-index: 1
}

.images.layout-03 .img24 {
  position: absolute;
  top: 39%;
  width: 95%;
  left: 11%;
  z-index: 1
}

.images.layout-03 .img25 {
  position: absolute;
  top: 5%;
  width: 21%;
  left: 0
}

.images.layout-03 .img26 {
  position: absolute;
  top: 25%;
  width: 11%;
  right: -12%
}

.images.layout-03 .img27 {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 0
}

.images.layout-03 .img28 {
  position: absolute;
  left: -40px;
  bottom: 80px;
  z-index: 0
}

.images.layout-04 .inner {
  max-width: 350px;
  padding-bottom: 200px;
  position: relative
}

.images.layout-04 .img02 {
  position: absolute;
  top: 75px;
  width: 56%;
  left: 86px
}

.images.layout-04 .img03 {
  position: absolute;
  top: 60px;
  width: 25%;
  left: -25px
}

.images.layout-04 .img04 {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 40vw;
  max-width: 40vw
}

.images.layout-04 .img05 {
  position: absolute;
  top: 147px;
  width: 51%;
  left: 42px
}

.images.layout-05 .inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative
}

.images.layout-05 .img02 {
  position: absolute;
  width: 5%;
  top: -18%;
  left: 15%
}

.images.layout-05 .img03 {
  position: absolute;
  width: 4%;
  top: -21%;
  left: -8%
}

.images.layout-05 .img04 {
  position: absolute;
  width: 5%;
  top: 5%;
  left: -16%
}

.images.layout-05 .img05 {
  position: absolute;
  width: 5%;
  top: -18%;
  right: -15%
}

.images.layout-05 .img06 {
  position: absolute;
  width: 4%;
  top: -11%;
  right: 7%
}

.images.layout-05 .img07 {
  position: absolute;
  width: 4%;
  top: -37%;
  right: -1%
}

.images.layout-06 {
  position: relative
}

.images.layout-07 .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-left: 165px;
  position: relative
}

.images.layout-07 .img01 {
  position: relative;
  z-index: 2
}

.images.layout-07 .img02 {
  position: absolute;
  max-width: 15%;
  left: 0;
  top: 15%
}

.images.layout-07 .img03 {
  position: absolute;
  max-width: 15%;
  right: -7%;
  bottom: 3%;
  z-index: 1
}

.images.layout-07 .img04 {
  position: absolute;
  max-width: 25%;
  left: 5%;
  bottom: 0;
  z-index: 3
}

.images.layout-08 img {
  height: 44px;
  margin-right: 55px
}

.images.layout-08 img:last-child {
  margin-right: 0
}

.images.layout-09 {
  position: relative;
  padding-right: 30px
}

.images.layout-09 .img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%
}

.images.layout-10 .inner {
  max-width: 460px;
  margin: 0 auto;
  position: relative
}

.images.layout-10 .img02 {
  width: 67%;
  position: absolute;
  top: 12%;
  left: -20%
}

.images.layout-10 .img03 {
  width: 49%;
  position: absolute;
  top: -26%;
  left: 25%
}

.images.layout-10 .img04 {
  width: 62%;
  position: absolute;
  top: 1%;
  left: 65%
}

.images.layout-10 .img05 {
  width: 75%;
  position: absolute;
  top: 26%;
  left: 20%;
  z-index: 1
}

.images.layout-10 .img06 {
  width: 28%;
  position: absolute;
  top: 106%;
  left: 3%;
  z-index: 1
}

.images.layout-10 .img07 {
  width: 95%;
  position: absolute;
  top: -12%;
  left: 3%;
  z-index: 1
}

.images.layout-10 .img08 {
  width: 57%;
  position: absolute;
  top: -7%;
  left: 54%;
  z-index: 1
}

.images.layout-10 .img09 {
  width: 95%;
  position: absolute;
  top: -12%;
  left: 3%;
  z-index: 1
}

.images.layout-10 .img10 {
  width: 80%;
  position: absolute;
  top: -9%;
  left: -18%;
  z-index: 1
}

.images.layout-10 .img11 {
  width: 100%;
  position: absolute;
  top: 36%;
  left: -11%;
  z-index: 1
}

.images.layout-10 .img12 {
  width: 27%;
  position: absolute;
  top: 8%;
  left: 71%;
  z-index: 1
}

.images.layout-10 .img13 {
  width: 87%;
  position: absolute;
  top: 9%;
  left: 7%;
  z-index: -1
}

.images.layout-11 {
  text-align: right;
  position: relative
}

.images.layout-11 .img01 {
  max-width: 400px
}

.images.layout-11 .img02 {
  position: absolute;
  right: -13%;
  bottom: -17%
}

.images.layout-11 .img03 {
  position: absolute;
  right: 33%;
  bottom: -4%
}

.images.layout-11 .img04 {
  position: absolute;
  width: 6%;
  left: -6%;
  top: 6%
}

.images.layout-11 .img05 {
  position: absolute;
  width: 8%;
  left: -4%;
  bottom: 16%
}

.images.layout-12 .inner {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center
}

.images.layout-12 .img01 {
  height: 400px;
  object-fit: contain
}

.images.layout-12 .img02 {
  position: absolute;
  top: -9%;
  left: 19%
}

.images.layout-12 .img03 {
  position: absolute;
  left: 22.5%;
  top: -6.5%
}

.images.layout-12 .img04 {
  position: absolute;
  top: -15%;
  left: 67%
}

.images.layout-13 {
  text-align: right
}

.images.layout-13 .img01 {
  margin-bottom: -100px;
  margin-right: 10px
}

.images.layout-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.images.layout-14 img {
  height: 64px;
  margin-right: 20px
}

.images.layout-14 span {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--sala-neutral-dark, #111)
}

.images.layout-15 img {
  width: 37%;
  margin-left: 23%;
  margin-bottom: 20px
}

.images.layout-16 .inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  text-align: center
}

.images.layout-16 .img02 {
  position: absolute;
  width: 31%;
  left: -9%;
  top: 11%
}

.images.layout-16 .img03 {
  position: absolute;
  width: 34%;
  top: 0;
  right: -8%
}

.images.layout-16 .img04 {
  position: absolute;
  width: 8%;
  top: 68%;
  right: 7%
}

.images.layout-16 .img05 {
  position: absolute;
  width: 35%;
  top: 49%;
  left: -17%;
  z-index: -1
}

.images.layout-18 {
  text-align: center
}

.images.layout-18 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 10px 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.section.has-icon {
  position: relative
}

.section.icon-bottom-right>.icon {
  position: absolute;
  bottom: -84px;
  right: 25%
}

.section.icon-bottom-left>.icon {
  position: absolute;
  bottom: -84px;
  left: 25%
}

.section.icon-bottom-center>.icon {
  position: absolute;
  bottom: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.section>.icon {
  max-width: 90px;
  z-index: 2
}

.row-full {
  flex-wrap: nowrap
}

.col-full-left img,
.col-full-right img {
  width: 100%
}

img.h600 {
  height: 600px;
  width: 100%;
  object-fit: cover
}

.w500 {
  font-weight: 500
}

.preload {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background-color: var(--sala-alway-white, #fff)
}

.spin {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid var(--sala-primary-navy, #0057fc);
  border-left: 4px solid var(--sala-primary-navy, #0057fc);
  border-bottom: 4px solid var(--sala-primary-navy, #0057fc);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px
  }
}

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes pulses {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@media (max-width:1200px) {
  .images.layout-16 .inner {
    margin: 0 120px
  }
}

@media (max-width:992px) {
  .images.layout-01 .img01 {
    top: 0
  }

  .images.layout-01 .img02 {
    margin-left: -50px
  }

  .images.layout-04 .img04 {
    width: 570px;
    max-width: 570px
  }

  .images.layout-10 .inner {
    margin: 0 60px
  }

  .images.layout-11 {
    padding-top: 200px
  }

  .images.layout-11 .img02 {
    width: 70%;
    right: -8%;
    bottom: -12%
  }

  .images.layout-11 .img03 {
    right: 26%;
    bottom: -3%;
    width: 49%
  }

  .images.layout-11 .img04 {
    left: 16%;
    top: 14%
  }

  .images.layout-11 .img05 {
    left: 20%;
    bottom: 14%
  }

  .apps.m220 img {
    max-width: 120px
  }

  .row-full {
    flex-wrap: wrap
  }
}

@media (max-width:768px) {
  .site-main .page-title+.site-content {
    padding-bottom: 40px
  }

  .site-content {
    padding: 30px 0
  }

  .images.layout-02 .inner {
    width: 100%;
    max-width: 100%
  }

  .images.layout-02 .img01 {
    width: 100%
  }

  .images.layout-02 .img08,
  .images.layout-02 .img09,
  .images.layout-02 .img10,
  .images.layout-02 .img11,
  .images.layout-02 .img12,
  .images.layout-02 .img13,
  .images.layout-02 .img14,
  .images.layout-02 .img15,
  .images.layout-02 .img16,
  .images.layout-02 .img19,
  .images.layout-02 .img20,
  .images.layout-02 .img21,
  .images.layout-02 .img22,
  .images.layout-02 .img23,
  .images.layout-02 .img24,
  .images.layout-02 .img26,
  .images.layout-02 .img27,
  .images.layout-02 .img28,
  .images.layout-02 .img29,
  .images.layout-02 .img30 {
    display: none
  }

  .images.layout-07 {
    padding: 0 40px
  }

  .images.layout-07 .inner {
    padding-left: 60px
  }

  .images.layout-11 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .images.layout-11 .img01 {
    width: 100%
  }

  .images.layout-11 .img02 {
    width: 91%;
    bottom: auto;
    top: 1%
  }

  .images.layout-11 .img03 {
    width: 63%;
    bottom: auto;
    top: 5%
  }

  .images.layout-11 .img04,
  .images.layout-11 .img05 {
    display: none
  }

  .images.layout-16 .inner {
    margin: 0 60px 30px
  }
}

@media (max-width:576px) {
  .images.layout-03 .inner svg {
    width: 100%;
    height: auto
  }

  .images.layout-03 .inner .img26 {
    display: none
  }

  .images.layout-04 .img04 {
    width: 300px;
    max-width: 300px
  }

  .images .inner.xs-w50 {
    width: 50%
  }

  .images.layout-10 svg {
    width: 100%;
    height: 100%
  }

  .images.layout-11 {
    padding-bottom: 0
  }

  .images.layout-13 {
    text-align: center;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .images.layout-13 img {
    margin-bottom: 30px;
    width: 100%;
    height: auto
  }

  .images.layout-13 .img01 {
    margin: 0 0 30px 0
  }

  .images.layout-14 {
    flex-wrap: wrap
  }

  img.h600 {
    height: 350px
  }
}

.site-header {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: var(--sala-neutral-white, #fff)
}

.site-header .logo svg path {
  fill: var(--sala-neutral-dark, #fff)
}

.site-header.is-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent
}

.site-header.is-transparent+.site-main .page-title {
  padding-top: 160px
}

.site-header .header-left {
  padding-left: 35px
}

.site-header .header-right {
  padding-right: 35px
}

.site-header .customer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.site-header .customer a i {
  font-size: 28px;
  margin-right: 10px;
  display: none
}

.site-header .inner {
  position: relative
}

.site-header .main-menu>ul>li {
  display: inline-block
}

.site-header .main-menu>ul>li>a {
  padding: 14px 18px;
  display: block;
  font-weight: 500
}

.site-header .main-menu>ul>li:hover>.sub-menu {
  top: calc(100% + 30px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2
}

.site-header .main-menu>ul>li:hover>.sub-menu .sub-menu {
  pointer-events: all
}

.site-header .main-menu>ul>li:hover>.sub-menu::before {
  visibility: visible;
  pointer-events: all
}

.site-header .main-menu>ul>li:last-child {
  margin-right: 0
}

.site-header .main-menu .sub-menu {
  position: absolute;
  top: calc(100% + 45px);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px
}

.site-header .main-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1
}

.site-header .main-menu .is-normal-menu {
  position: relative
}

.site-header .main-menu .is-normal-menu .sub-menu {
  width: 240px;
  text-align: left;
  padding: 10px 0;
  background-color: var(--sala-neutral-white, #fff);
  box-shadow: var(--sala-boxshadow)
}

.site-header .main-menu .is-normal-menu .sub-menu li {
  position: relative
}

.site-header .main-menu .is-normal-menu .sub-menu li a {
  padding: 10px 18px;
  display: block
}

.site-header .main-menu .is-normal-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all
}

.site-header .main-menu .is-normal-menu .sub-menu li:hover>.sub-menu:before {
  top: -15px;
  left: -15px;
  visibility: visible;
  pointer-events: all
}

.site-header .main-menu .is-normal-menu .sub-menu .sub-menu {
  top: 15px;
  left: calc(100% + 10px)
}

.site-header .main-menu .is-normal-menu.left .sub-menu .sub-menu {
  right: calc(100% + 10px);
  left: auto
}

.site-header .main-menu .is-normal-menu.left li:hover>.sub-menu:before {
  right: -15px;
  left: auto
}

.site-header .customer span {
  font-weight: 500
}

.site-header .buttons {
  margin-left: 35px
}

.site-header .buttons .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.site-header .buttons .button i {
  font-size: 28px;
  margin-right: 10px;
  display: none
}

.site-header.layout-02 .header-left {
  padding-left: 0
}

.site-header.layout-02 .header-right {
  padding-right: 0
}

.site-header.layout-02 .main-menu {
  text-align: left
}

.site-header.layout-02 .main-menu>ul>li>a {
  padding: 14px 10px
}

.site-header.layout-02 .main-menu {
  position: fixed;
  top: 0;
  left: auto;
  right: -360px;
  bottom: 0;
  z-index: 99;
  background-color: var(--sala-neutral-white, #fff);
  opacity: 0;
  visibility: hidden;
  max-width: 360px;
  width: 100%;
  transition: all .3s;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06);
  overflow: hidden
}

.site-header.layout-02 .main-menu>ul {
  transition: all .3s
}

.site-header.layout-02 .main-menu>ul>li {
  display: block
}

.site-header.layout-02 .main-menu>ul>li a {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 18px;
  display: block;
  line-height: 1.1
}

.site-header.layout-02 .main-menu>ul>li:hover>.sub-menu {
  top: 0
}

.site-header.layout-02 .main-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  right: auto;
  bottom: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.site-header.layout-02 .main-menu .sub-menu:before {
  content: "";
  display: none
}

.site-header.layout-02 .main-menu .is-normal-menu {
  position: static
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu {
  width: 100%;
  box-shadow: none
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu li {
  position: static
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  padding: 0
}

@media (max-width:1250px) {

  .site-header .header-left,
  .site-header .header-right {
    padding: 0
  }

  .site-header .main-menu>ul>li>a {
    padding: 14px 10px
  }
}

@media (max-width:992px) {
  .site-header .header-center {
    text-align: left
  }

  .site-header .col-0 {
    flex: 1;
    padding: 0
  }

  .site-header .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: var(--sala-neutral-white, #fff);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s
  }

  .site-header .main-menu>ul {
    transition: all .3s
  }

  .site-header .main-menu>ul>li {
    display: block
  }

  .site-header .main-menu>ul>li a {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
    line-height: 1.1
  }

  .site-header .main-menu>ul>li:hover>.sub-menu {
    top: 0
  }

  .site-header .main-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    right: auto;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
  }

  .site-header .main-menu .sub-menu:before {
    content: "";
    display: none
  }

  .site-header .main-menu .is-normal-menu {
    position: static
  }

  .site-header .main-menu .is-normal-menu .sub-menu {
    width: 100%;
    box-shadow: none
  }

  .site-header .main-menu .is-normal-menu .sub-menu li {
    position: static
  }

  .site-header .main-menu .is-normal-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    padding: 0
  }
}

@media (max-width:768px) {
  .site-header .customer a i {
    display: block;
    margin: 0
  }

  .site-header .customer a span {
    display: none
  }

  .site-header .buttons {
    margin-left: 20px
  }

  .site-header .buttons .button {
    padding: 10px 12px
  }

  .site-header .buttons .button i {
    display: block;
    margin: 0
  }

  .site-header .buttons .button span {
    display: none
  }
}

.page-title {
  padding: 64px 0;
  text-align: center
}

.page-title .inner {
  max-width: 900px;
  margin: 0 auto
}

.page-title .sub {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--sala-neutral-dark, #111)
}

.page-title .title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.11;
  margin-top: 4px
}

.page-title .title span {
  position: relative;
  display: inline-block
}

.page-title .title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background-color: var(--sala-primary-navy, #0057fc);
  z-index: -1
}

.page-title .desc {
  color: var(--sala-neutral-normal, #555);
  font-size: 18px;
  margin-top: 14px
}

.page-title .desc a {
  color: var(--sala-primary-navy, #0057fc)
}

.page-title .desc a:hover {
  text-decoration: underline
}

.page-title .button-wrap {
  margin-top: 36px
}

.page-title.layout-02 .title {
  font-size: 40px
}

@media (max-width:768px) {
  .page-title {
    padding: 40px 0
  }

  .page-title .title {
    font-size: 40px
  }
}

@media (max-width:576px) {

  .page-title .title,
  .page-title.layout-02 .title {
    font-size: 28px
  }

  .page-title .desc {
    font-size: 16px
  }
}

.footer-bottom .inner {
  border-top: 1px solid var(--sala-border-line, #eee);
  padding: 40px 0
}

.footer-bottom .copyright {
  font-size: 14px;
  color: var(--sala-neutral-dark, #111)
}

.footer-bottom .menu li {
  display: inline-block
}

.footer-bottom .menu li+li {
  margin-left: 24px
}

.footer-bottom .menu li a {
  font-size: 14px;
  font-weight: 500
}

.backtotop {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--sala-primary-navy, #0057fc);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 0;
  color: var(--sala-neutral-white, #fff);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s
}

.backtotop:hover {
  background-color: var(--sala-tone-blue, #2355d6)
}

.footer.layout-02 .footer-bottom {
  padding-bottom: 60px
}

.footer.layout-02 .copyright {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center
}

.footer.layout-04 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.footer.layout-04 .bottom .copyright {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--sala-neutral-medium, #999);
  margin-right: 54px
}

.footer.layout-04 .bottom .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.footer.layout-04 .bottom .menu ul li {
  margin-right: 32px
}

.footer.layout-04 .bottom .menu ul li:last-child {
  margin-right: 0
}

.footer.layout-04 .bottom .menu ul a {
  color: var(--sala-alway-white, #fff);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700
}

.footer.layout-04 .bottom .menu ul a:hover {
  color: var(--sala-primary-navy, #0057fc)
}

@media (max-width:576px) {
  .footer-bottom .inner {
    flex-direction: column
  }

  .footer-bottom .copyright {
    margin-bottom: 12px
  }

  .footer.layout-04 .bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .footer.layout-04 .bottom .copyright {
    margin: 0 0 30px 0
  }
}

.contact-content {
  padding-right: 30px
}

.contact-content .heading {
  margin-bottom: 32px
}

.contact-box a {
  display: block;
  padding: 16px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--sala-alway-white, #fff);
  font-size: 16px;
  font-weight: 500
}

.contact-box a span {
  display: block;
  margin-top: 7px;
  font-size: 18px
}

.contact-box a.background-dark {
  color: var(--sala-alway-white, #fff)
}

.contact-form.layout-01 {
  padding-left: 30px
}

.contact-form.layout-01 .heading {
  margin-bottom: 32px
}

.contact-form.layout-02 {
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1e54f3 0, #604de0 99.99%, rgba(0, 87, 252, 0) 100%);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
  max-width: 460px;
  margin: -32px 0 -32px auto
}

.contact-form.layout-02 .heading-title {
  font-size: 24px
}

@media (max-width:992px) {
  .contact-content {
    padding: 0;
    margin-bottom: 30px
  }

  .contact-form.layout-01 {
    padding: 0
  }

  .contact-form.layout-02 {
    margin: 0 0 30px
  }
}

@media (max-width:768px) {
  .contact-box {
    margin-bottom: 20px
  }

  .contact-form.layout-02 {
    padding: 20px
  }
}

.content-404 h1 {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 24px
}

.content-404 p {
  font-size: 24px;
  line-height: 1.33
}

.content-404 a {
  color: var(--sala-primary-navy, #0057fc)
}

.content-404 a:hover {
  text-decoration: underline
}

@media (max-width:992px) {
  .content-404 {
    margin-bottom: 30px
  }
}

@media (max-width:768px) {
  .content-404 h1 {
    font-size: 32px
  }

  .content-404 p {
    font-size: 18px
  }
}

.sign-in,
.sign-up {
  max-width: 370px;
  margin: 0 auto
}

.heading {
  max-width: 800px;
  margin: 0 auto 60px
}

.heading svg {
  margin-bottom: 32px
}

.heading.align-left {
  max-width: 100%;
  margin: 0 0 60px 0
}

.heading .heading-sub {
  font-weight: 500;
  color: var(--sala-neutral-dark, #111);
  text-transform: uppercase;
  letter-spacing: 2px
}

.heading .heading-sub.color-navy {
  color: var(--sala-primary-navy, #0057fc)
}

.heading .heading-sub+.heading-title {
  margin-top: 12px
}

.heading .heading-sub.size-xl {
  font-size: 32px
}

.heading .heading-sub.layout-02 {
  background-color: var(--sala-tone-yellow, #ffdd0f);
  color: var(--sala-alway-dark, #111);
  display: inline-block;
  padding: 9px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600
}

.heading .heading-sub.w600 {
  font-weight: 600
}

.heading .heading-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 0
}

.heading .heading-title.size-xl {
  font-size: 56px
}

.heading .heading-title.size-l {
  font-size: 40px
}

.heading .heading-title.size-m {
  font-size: 24px
}

.heading .heading-title.w400 {
  font-weight: 400
}

.heading .heading-title.w500 {
  font-weight: 500
}

.heading .heading-title.mb30 {
  margin-bottom: 30px
}

.heading .heading-title a,
.heading .heading-title span {
  display: inline-block;
  position: relative;
  z-index: 1
}

.heading .heading-title a:after,
.heading .heading-title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--sala-primary-navy, #0057fc);
  z-index: -1
}

.heading .heading-title a.border-yellow:after,
.heading .heading-title span.border-yellow:after {
  background-color: var(--sala-tone-yellow, #ffdd0f)
}

.heading .heading-title a {
  color: var(--sala-primary-navy, #0057fc)
}

.heading .heading-title a:hover {
  color: var(--sala-tone-blue, #2355d6)
}

.heading .heading-title span.background-01 {
  position: relative
}

.heading .heading-title span.background-01::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -25%;
  width: 180%;
  height: 180%;
  background-image: url(../../../sala/assets/images/hea-08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1
}

.heading .heading-title span.background-02 {
  background-image: url(../../../sala/assets/images/hep-12.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 8px
}

.heading .heading-title span.background-03 {
  background-image: url(../../../sala/assets/images/hep-24.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 8px
}

.heading .heading-title span.background-04 {
  position: relative
}

.heading .heading-title span.background-04:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -40px;
  right: -40px;
  bottom: -15px;
  background-image: url(../../../sala/assets/images/hst-02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1
}

.heading .heading-title.color-navy-2 {
  color: var(--sala-primary-navy-2, #7527eb)
}

.heading .heading-desc {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  margin-top: 12px
}

.heading .heading-desc.size-l {
  font-size: 24px
}

.heading .heading-desc a {
  color: var(--sala-primary-navy, #0057fc)
}

.heading .heading-desc a:hover {
  text-decoration: underline
}

.heading .heading-desc p {
  margin-bottom: 16px
}

.heading .heading-desc p:last-child {
  margin-bottom: 0
}

.heading .heading-desc.w600 {
  font-weight: 600
}

.heading .heading-icon-bottom {
  margin-top: 40px
}

.heading.heading-alway-white .heading-desc,
.heading.heading-alway-white .heading-sub,
.heading.heading-alway-white .heading-title {
  color: var(--sala-alway-white, #fff)
}

.heading.heading-alway-white .heading-desc.color-white-normal {
  color: var(--sala-alway-neutral-white, #fff)
}

.heading.heading-alway-dark .heading-desc,
.heading.heading-alway-dark .heading-sub,
.heading.heading-alway-dark .heading-title {
  color: var(--sala-alway-dark, #111)
}

.heading.heading-alway-dark .heading-sub.color-navy {
  color: var(--sala-primary-navy, #0057fc)
}

.heading.mb32 {
  margin-bottom: 32px
}

.heading.mb24 {
  margin-bottom: 24px
}

.heading.mb100 {
  margin-bottom: 100px
}

.heading ul {
  margin-top: 24px
}

.heading ul li {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  color: var(--sala-neutral-dark, #111)
}

.heading ul li+li {
  margin-top: 12px
}

@media (max-width:768px) {
  .heading {
    margin-bottom: 30px
  }

  .heading.align-left {
    margin-bottom: 30px
  }
}

@media (max-width:576px) {
  .heading .heading-sub.size-xl {
    font-size: 24px
  }

  .heading .heading-title {
    font-size: 24px
  }

  .heading .heading-title.size-l {
    font-size: 32px
  }

  .heading .heading-title.size-xl {
    font-size: 40px
  }

  .heading .heading-title br {
    display: none
  }

  .heading .heading-title span.background-04::before {
    content: "";
    display: none
  }
}

.pricing-box {
  height: 100%
}

.pricing-box .inner {
  padding: 40px 40px 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  height: 100%
}

.pricing-box .icon {
  position: absolute;
  top: 30px;
  right: 30px
}

.pricing-box .name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.pricing-box .desc {
  margin-bottom: 32px
}

.pricing-box .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px
}

.pricing-box .list li::before {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--sala-alway-neutral-white);
  font-size: 24px;
  margin-right: 16px
}

.pricing-box .list li:last-child {
  margin-bottom: 0
}

.pricing-box .button-wrap {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  text-align: center
}

.pricing-box .button-wrap a {
  width: 100%;
  justify-content: center
}

.clients .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: inline-block
}

.clients .content li {
  display: inline-block
}

.clients .content li:not(:last-child) {
  margin-right: 60px
}

.clients .content li img {
  height: 54px;
  object-fit: contain
}

.clients.border-bottom {
  border: 0 !important;
  padding-bottom: 80px;
  position: relative
}

.clients.border-bottom:after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: var(--sala-primary-navy, #0057fc);
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.clients.layout-02 .content li {
  margin-right: 140px
}

.clients.layout-02 .content li:last-child {
  margin-right: 0
}

@media (max-width:992px) {
  .pricing-box {
    margin-bottom: 30px;
    height: auto
  }

  .clients.layout-02 .content li {
    margin-right: 60px
  }

  .clients.layout-02 .content li:last-child {
    margin-right: 0
  }
}

@media (max-width:576px) {
  .pricing-box .inner {
    padding: 20px 20px 100px
  }

  .pricing-box .inner .button-wrap {
    left: 20px;
    bottom: 20px;
    right: 20px
  }

  .clients .content li {
    width: 50%;
    margin: 0 0 20px !important
  }

  .clients.border-bottom {
    padding-bottom: 0
  }
}

.counter-box {
  padding: 12px 100px;
  border-right: 1px solid var(--sala-border-line, #eee)
}

.counter-box:last-child {
  border-right: 0
}

.counter-box .number {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  color: var(--sala-neutral-dark, #111);
  margin-bottom: 6px
}

.counter-box .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--sala-neutral-dark, #111)
}

.background-yellow .counter-box {
  border-color: var(--sala-alway-dark, #111)
}

.block-counter {
  display: block
}

.block-counter.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.block-counter.layout-01 .counter-box {
  padding: 0;
  position: relative
}

.block-counter.layout-01 .counter-box.color-white,
.block-counter.layout-01 .counter-box.color-white .number,
.block-counter.layout-01 .counter-box.color-white .title {
  color: var(--sala-alway-white, #fff)
}

.block-counter.layout-01 .counter-box .sub {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px
}

.block-counter.layout-01 .counter-box .title {
  font-size: 24px
}

.block-counter.layout-01 .counter-box svg {
  position: absolute;
  top: 0;
  right: 0
}

.block-counter.layout-02 .counter-box {
  padding: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--sala-border-line, #eee)
}

.block-counter.layout-03 .counter-box {
  padding: 0;
  margin-bottom: 32px
}

.block-counter.layout-03 .title {
  font-weight: 400;
  color: var(--sala-neutral-normal, #555)
}

.block-counter.p40 .counter-box {
  padding: 0 40px
}

.block-counter.p40 .counter-box:first-child {
  padding-left: 0
}

.block-counter.p40 .counter-box:last-child {
  padding-right: 0
}

.block-counter.alway-dark .number,
.block-counter.alway-dark .title {
  color: var(--sala-alway-dark, #111)
}

.block-counter.layout-04 {
  justify-content: center
}

.block-counter.layout-04 .counter-box {
  padding: 0 60px
}

.block-counter.layout-04 .counter-box .number {
  margin-bottom: 8px
}

.block-counter.layout-04 .counter-box svg {
  vertical-align: 22px
}

.block-counter.layout-05 .counter-box {
  padding: 0
}

.block-counter.layout-05 .counter-box .number {
  color: var(--sala-alway-white, #fff);
  font-size: 48px;
  font-weight: 600
}

.block-counter.layout-05 .title {
  font-size: 16px;
  color: var(--sala-alway-neutral-white, #fff);
  font-weight: 400
}

.block-counter.layout-06 .row>div:last-child .counter-box {
  border-right: 0
}

.block-counter.layout-06 .counter-box {
  padding: 30px;
  text-align: center;
  border-right: 1px solid var(--sala-border-line, #eee)
}

.block-counter.layout-06 .number {
  background-image: linear-gradient(to bottom, #6083f4, #7527eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px
}

.block-counter.layout-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.block-counter.layout-07 .counter-box {
  padding: 0;
  border: 0;
  margin-right: 70px
}

.block-counter.layout-07 .counter-box:last-child {
  margin-right: 0
}

.block-counter.layout-07 .counter-box .title {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--sala-alway-white, #fff);
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.block-counter.layout-07 .counter-box .number {
  color: var(--sala-alway-white, #fff)
}

.background-yellow .block-counter.layout-04 .number,
.background-yellow .block-counter.layout-04 .title {
  color: var(--sala-alway-dark)
}

@media (max-width:1200px) {
  .block-counter.layout-04 .counter-box {
    padding: 0 40px
  }

  .block-counter.layout-06 .counter-box {
    border-right: 0
  }
}

@media (max-width:992px) {
  .counter-box {
    margin-bottom: 30px
  }

  .block-counter.layout-04 {
    flex-direction: column
  }

  .block-counter.layout-04 .counter-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border: 0;
    text-align: center
  }

  .block-counter.layout-04 .counter-box:last-child {
    margin-bottom: 0
  }
}

@media (max-width:768px) {
  .block-counter.layout-01 .counter-box {
    padding: 12px 30px
  }

  .block-counter.layout-01 .counter-box .number {
    font-size: 42px
  }

  .block-counter.layout-07 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
  }

  .block-counter.layout-07 .counter-box {
    margin: 0 0 20px 0
  }

  .block-counter.layout-07 .counter-box:last-child {
    margin-bottom: 0
  }
}

@media (max-width:576px) {

  .block-counter.flex,
  .block-counter.layout-01 {
    justify-content: center
  }

  .block-counter.flex .counter-box,
  .block-counter.layout-01 .counter-box {
    padding: 12px;
    text-align: center
  }

  .block-counter.flex .counter-box .number,
  .block-counter.layout-01 .counter-box .number {
    font-size: 24px
  }

  .block-counter.flex .counter-box .title,
  .block-counter.layout-01 .counter-box .title {
    font-size: 14px
  }

  .block-counter.layout-04 .counter-box .number {
    font-size: 42px
  }

  .block-counter.layout-04 .counter-box .title {
    font-size: 18px
  }

  .counter-box {
    margin-bottom: 20px
  }
}

.section-banner {
  position: relative
}

.section-banner img {
  width: 100%
}

.section-banner .heading-title {
  font-size: 56px
}

.section-banner .heading {
  margin-bottom: 32px
}

.section-banner.layout-01 .inner {
  background-color: var(--sala-primary-navy, #0057fc)
}

.section-banner.layout-01 img {
  height: 100%;
  object-fit: cover
}

.section-banner.layout-01 .content {
  padding: 90px
}

.section-banner.layout-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.section-banner.layout-01 ul li {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .5)
}

.section-banner.layout-01 ul li:first-child {
  padding-left: 0
}

.section-banner.layout-01 ul li:last-child {
  padding-right: 0;
  border-right: 0
}

.section-banner.layout-01 ul li span {
  font-size: 32px;
  line-height: 1.32;
  font-weight: 600;
  color: var(--sala-alway-white, #fff);
  display: inline-block;
  margin-bottom: 8px
}

.section-banner.layout-01 ul li p {
  font-size: 18px;
  color: var(--sala-alway-white, #fff)
}

.section-banner.layout-02 {
  background-position: center right;
  background-size: 50% 100%;
  background-repeat: no-repeat
}

.section-banner.layout-02 .heading {
  margin-bottom: 32px
}

.section-banner.layout-02 .content {
  padding: 100px 100px 100px 0
}

.section-banner.layout-02 .inner {
  background-color: transparent
}

.section-banner.layout-03 {
  padding: 200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.section-banner.layout-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, .5)
}

.section-banner.layout-03 .content {
  padding: 0;
  position: relative
}

.section-banner.layout-03 .content .heading {
  width: 100%;
  max-width: 100%
}

.section-banner.layout-04 .heading .heading-title {
  margin-top: 0;
  color: var(--sala-alway-dark, #111)
}

.section-banner.layout-04 .heading-desc {
  color: var(--sala-alway-dark, #111)
}

.section-banner.layout-04 .heading.heading-alway-white .heading-desc,
.section-banner.layout-04 .heading.heading-alway-white .heading-title {
  color: var(--sala-alway-white, #fff)
}

.section-banner.layout-04 .inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain
}

.section-banner.layout-04 .banner-left {
  position: relative;
  z-index: 1
}

.section-banner.layout-04 .banner-left.align-left .heading {
  margin: 0 0 32px
}

.section-banner.layout-04 .banner-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 40%
}

.section-banner.layout-04 .banner-right.layout-02 img {
  max-width: 34%;
  bottom: -33px
}

.section-banner.layout-05 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right
}

.section-banner.layout-06 .inner {
  position: relative
}

.section-banner.layout-06 img {
  width: auto
}

.section-banner.layout-06 .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 60px;
  width: 50%;
  background-color: var(--sala-shade-background90, rgba(248, 249, 252, .9))
}

.section-banner.layout-06 .content.align-left {
  left: 0;
  right: auto
}

.section-banner.layout-06 .content.align-right {
  right: 0;
  left: auto;
  text-align: left
}

.section-banner.layout-06 .heading-title {
  font-weight: 500
}

.section-banner.layout-07 .inner {
  position: relative
}

.section-banner.layout-07 .inner>img {
  position: absolute;
  bottom: -16px;
  left: -86px;
  width: auto
}

.section-banner.layout-07 .inner .content {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 50%
}

.section-banner.layout-08 .inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 7% top;
  border-radius: 10px
}

.section-banner.layout-08 .inner>img {
  position: absolute;
  bottom: -13%;
  left: 5%;
  width: 36%
}

.section-banner.layout-08 .inner .content {
  position: relative;
  z-index: 1;
  left: 48%;
  width: 50%
}

.section-banner.layout-09 .inner {
  background-image: linear-gradient(-90deg, rgba(0, 87, 252, .0823529412) 0, rgba(244, 52, 26, .1490196078) 100%);
  padding: 90px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.section-banner.layout-10 {
  background-color: rgba(96, 77, 224, .1607843137);
  position: relative
}

.section-banner.layout-11 .inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 7% top;
  border-radius: 10px
}

.section-banner.layout-11 .content .heading {
  position: relative
}

.section-banner.layout-11 .content img {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  object-fit: contain
}

@media (max-width:1200px) {
  .section-banner.layout-08 .inner>img {
    bottom: 50%;
    transform: translateY(50%)
  }
}

@media (max-width:992px) {
  .section-banner .content {
    margin-bottom: 32px
  }

  .section-banner.layout-02 {
    background-image: none !important
  }

  .section-banner.layout-02 .content {
    padding-right: 0
  }

  .section-banner.layout-03 .heading-title br {
    display: none
  }

  .section-banner.layout-06 .content {
    width: 100%
  }

  .section-banner.layout-07 .inner>img {
    display: none
  }

  .section-banner.layout-07 .inner .content {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 40px
  }

  .section-banner.layout-08 .inner {
    background-image: none !important
  }

  .section-banner.layout-08 .inner .content {
    position: static;
    width: 100%;
    padding: 0 30px
  }

  .section-banner.layout-08 .inner>img {
    display: none
  }

  .section-banner.layout-09 .inner {
    padding: 30px
  }
}

@media (max-width:768px) {
  .section-banner.layout-01 .content {
    padding: 40px
  }

  .section-banner .content {
    margin-bottom: 0
  }

  .section-banner.layout-06 .content {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 0 0;
    background-color: transparent
  }
}

@media (max-width:576px) {
  .section-banner .heading-title {
    font-size: 32px
  }

  .section-banner.layout-01 ul {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start
  }

  .section-banner.layout-01 ul li {
    padding: 0;
    border: 0;
    margin: 0 0 20px 0
  }

  .section-banner.layout-01 ul li:last-child {
    margin-bottom: 0
  }

  .section-banner.layout-03 {
    padding: 80px 0
  }

  .section-banner.layout-03 .content {
    font-size: 32px
  }
}

.icon-box {
  margin-bottom: 30px
}

.icon-box .icon+.content {
  margin-top: 24px
}

.icon-box .desc {
  margin-top: 16px
}

.icon-box .number {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  color: var(--sala-primary-navy, #0057fc);
  margin-bottom: 30px
}

.icon-box.p30 {
  padding: 30px
}

.icon-box.p48 {
  padding: 48px
}

.block-icon-box.layout-01 .icon-box {
  margin-bottom: 60px
}

.block-icon-box.layout-01 .icon-box img {
  height: 64px;
  object-fit: cover
}

.block-icon-box.layout-01 .icon-box .title {
  margin-top: 0
}

.block-icon-box.layout-01.mb40 .icon-box {
  margin-bottom: 40px
}

.block-icon-box.layout-02 .icon-box {
  border: 1px solid var(--sala-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: calc(100% - 30px)
}

.block-icon-box.layout-02 .icon-box .content {
  padding: 0
}

.block-icon-box.layout-02.br20 .icon-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}

.block-icon-box.layout-02.icon64 .icon img {
  height: 64px
}

.block-icon-box.layout-03 .icon-box {
  border: 1px solid var(--sala-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px
}

.block-icon-box.layout-03 .icon-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.block-icon-box.layout-03 .icon-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px
}

.block-icon-box.layout-03 .icon-box .desc {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.44
}

.block-icon-box.layout-03 .icon-box img {
  height: 100%
}

.block-icon-box.layout-03 .icon-box .content {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 148px);
  flex: 0 0 calc(100% - 148px);
  max-width: calc(100% - 148px)
}

.block-icon-box.layout-04 .icon-box {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid var(--sala-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.block-icon-box.layout-04 .icon-box .title {
  font-size: 32px
}

.block-icon-box.layout-04 .icon-box .desc {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.44
}

.block-icon-box.layout-05 .icon-box:not(:last-child) {
  margin-bottom: 32px
}

.block-icon-box.layout-05 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.block-icon-box.layout-05 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px
}

.block-icon-box.layout-05 .icon i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--sala-primary-navy, #0057fc);
  font-size: 24px;
  color: var(--sala-primary-navy, #0057fc);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}

.block-icon-box.layout-05 .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  width: calc(100% - 70px)
}

.block-icon-box.layout-05 .content .desc {
  margin-top: 8px
}

.block-icon-box.layout-06 .icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--sala-alway-white, #fff)
}

.block-icon-box.layout-07 .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500
}

.block-icon-box.border-right .row>div:first-child .icon-box {
  padding-left: 0
}

.block-icon-box.border-right .row>div:last-child .icon-box {
  padding-right: 0;
  border: 0
}

.block-icon-box.border-right .icon-box {
  padding: 32px 60px;
  border-right: 1px solid var(--sala-border-line, #eee);
  margin: 0 0 30px 0
}

.block-icon-box.layout-08 .icon-box {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--sala-border-line, #eee);
  text-align: center
}

.block-icon-box.layout-08 .icon-box .content {
  margin-top: 40px
}

.block-icon-box.layout-08 .icon-box .desc {
  margin-top: 8px
}

.block-icon-box.layout-08 .icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.block-icon-box.layout-08 .icon i {
  font-size: 48px;
  color: var(--sala-alway-white, #fff)
}

.block-icon-box.layout-09 .icon-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  text-align: center
}

.block-icon-box.layout-09 .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--sala-primary-navy, #0057fc);
  display: block;
  font-size: 24px;
  color: var(--sala-alway-white, #fff);
  line-height: 40px;
  text-align: center;
  margin: 0 auto
}

.block-icon-box.layout-09 .title {
  font-weight: 500;
  margin-bottom: 16px
}

.block-icon-box.layout-10 .number {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--sala-border-line, #eee);
  margin-bottom: 8px
}

.block-icon-box.layout-10 .content {
  padding-left: 60px;
  padding-right: 40px
}

.block-icon-box.layout-10 .content .title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 16px
}

.block-icon-box.layout-10 .content .desc {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400
}

.block-icon-box.layout-11 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.block-icon-box.layout-11 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px
}

.block-icon-box.layout-11 .icon i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 48px;
  color: var(--sala-primary-navy, #0057fc);
  background-color: var(--sala-shade-background, #f8f9fc);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.block-icon-box.layout-11 .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 112px);
  flex: 0 0 calc(100% - 112px);
  max-width: calc(100% - 112px);
  width: calc(100% - 112px)
}

.block-icon-box.layout-11 .content .desc {
  margin-top: 8px
}

.block-icon-box.layout-12 .icon-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sala-border-line, #eee)
}

.block-icon-box.layout-12 .icon-box:last-child {
  border-bottom: 0
}

.block-icon-box.layout-12 .icon-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.block-icon-box.layout-12 .icon-box .inner .content {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 85px);
  flex: 0 0 calc(100% - 85px);
  max-width: calc(100% - 85px);
  width: calc(100% - 85px)
}

.block-icon-box.layout-12 .icon-box .inner .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px
}

.block-icon-box.layout-13 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.block-icon-box.layout-13 .icon {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--sala-alway-white, #fff)
}

.block-icon-box.layout-13 .content {
  margin-left: 28px;
  margin-top: 0
}

.block-icon-box.layout-13 .desc {
  margin-top: 8px
}

.block-icon-box.layout-14 .icon-box {
  border: 1px solid var(--sala-border-line, #eee);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  padding: 50px 30px
}

.block-icon-box.layout-14 .icon-box .content {
  padding: 0
}

.block-icon-box.layout-14 .icon img {
  height: 64px
}

.block-icon-box.layout-15 .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--sala-neutral-white, #fff);
  justify-content: space-between
}

.block-icon-box.layout-15 .icon-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--sala-shade-background, #f8f9fc);
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.block-icon-box.layout-15 .icon-box .icon i {
  font-size: 36px;
  color: var(--sala-neutral-dark, #111)
}

.block-icon-box.layout-15 .icon-box .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600
}

.block-icon-box.layout-15 .icon-box .desc {
  margin-top: 8px
}

.block-icon-box.layout-15 .icon-box .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 92px);
  flex: 0 0 calc(100% - 92px);
  max-width: calc(100% - 92px);
  width: calc(100% - 92px)
}

.block-icon-box.layout-16 .icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sala-shade-background, #f8f9fc)
}

.block-icon-box.layout-16 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 125px);
  flex: 0 0 calc(100% - 125px);
  max-width: calc(100% - 125px);
  width: calc(100% - 125px)
}

.block-icon-box.layout-16 .content .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 8px
}

.block-icon-box.layout-17 {
  margin-top: 40px
}

.block-icon-box.layout-18 .icon-box {
  background-color: #212020;
  padding: 25px 20px;
  height: calc(100% - 30px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center
}

.block-icon-box.layout-18 .icon-box i {
  font-size: 28px;
  color: var(--sala-primary-navy, #0057fc);
  margin-bottom: 20px
}

.block-icon-box.layout-18 .icon-box .title {
  color: var(--sala-alway-white, #fff);
  font-size: 16px
}

@media (max-width:992px) {
  .block-icon-box.border-right .icon-box {
    padding: 0;
    border-right: 0
  }

  .block-icon-box.layout-10 .content {
    padding-right: 0
  }
}

@media (max-width:768px) {
  .icon-box {
    margin-bottom: 30px
  }

  .icon-box .content {
    padding-right: 0
  }

  .icon-box.layout-02 {
    padding: 20px !important
  }

  .block-icon-box.layout-01 .icon-box {
    margin-bottom: 30px
  }

  .block-icon-box.layout-01 .icon-box .icon+.content {
    padding-right: 0
  }
}

@media (max-width:576px) {
  .block-icon-box.layout-03 .icon-box {
    text-align: center;
    padding: 20px
  }

  .block-icon-box.layout-03 .icon-box .icon {
    margin-bottom: 32px
  }

  .block-icon-box.layout-03 .icon-box .inner {
    flex-wrap: wrap;
    flex-direction: column
  }

  .block-icon-box.layout-03 .icon-box .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .block-icon-box.layout-17 {
    margin-top: 0
  }
}

.section-text .text-left h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600
}

.section-text .text-left p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  color: var(--sala-neutral-dark, #111)
}

.section-text .text-right p {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400
}

@media (max-width:992px) {
  .section-text .text-left {
    margin-bottom: 24px
  }
}

@media (max-width:576px) {
  .section-text .text-left h2 {
    font-size: 28px
  }

  .section-text .text-left p {
    font-size: 18px
  }
}

.block-video {
  position: relative
}

.block-video img {
  width: 100%
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.7);
    opacity: 0
  }
}

.block-list.block-list-flex li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.block-list.block-flex-center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.block-list.block-flex-center.layout-01 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 500
}

.block-list.block-flex-center.layout-01 i {
  margin-right: 10px
}

.block-list.block-flex-center.layout-01 li,
.block-list.block-flex-center.layout-01 li:last-child {
  margin: 0 22px 20px
}

.block-list.layout-01 li {
  margin-bottom: 24px
}

.block-list.layout-01 li:last-child {
  margin-bottom: 0
}

.block-list.layout-01 h4 {
  margin-bottom: 12px
}

.block-list.layout-01 i {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  width: 28px;
  align-items: center;
  justify-content: center;
  background-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff)
}

.block-list.layout-01 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  display: inline-block
}

.block-list.layout-02 li {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--sala-border-line, #eee);
  margin-bottom: 12px;
  padding-left: 65px;
  position: relative
}

.block-list.layout-02 li:last-child {
  margin-bottom: 0
}

.block-list.layout-02 li i {
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--sala-primary-navy, #0057fc)
}

.block-list.layout-02 li .title {
  margin-bottom: 8px
}

.block-list.layout-03 li {
  position: relative;
  padding-left: 64px;
  margin-bottom: 32px
}

.block-list.layout-03 li:last-child {
  margin-bottom: 0
}

.block-list.layout-03 li .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--sala-alway-white, #fff)
}

.block-list.layout-03 li .number.background-alway-white {
  color: var(--sala-primary-navy, #0057fc)
}

.block-list.layout-03 li .number.size-l {
  width: 50px;
  height: 50px
}

.block-list.layout-03 li .title {
  margin-bottom: 8px
}

.block-list.layout-03 li .title.size-l {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600
}

.block-list.layout-03.color-white .desc,
.block-list.layout-03.color-white .title {
  color: var(--sala-alway-white, #fff)
}

.block-list.layout-04 li {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.block-list.layout-04 li:last-child {
  margin-bottom: 0
}

.block-list.layout-04 li .number {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--sala-primary-navy, #0057fc);
  background-color: var(--sala-neutral-white, #fff);
  margin-right: 24px
}

.block-list.layout-04 li .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600
}

.block-list.layout-05 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sala-border-line, #eee)
}

.block-list.layout-05 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.block-list.layout-05 li svg {
  margin-right: 24px
}

.block-list.layout-06 li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: var(--sala-neutral-white, #fff);
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  margin-bottom: 24px
}

.block-list.layout-06 li:last-child {
  margin-bottom: 0
}

.block-list.layout-06 li .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 87, 252, .15);
  margin-right: 16px
}

.block-list.layout-06 li .icon svg path {
  stroke: #0057fc
}

.block-list.layout-06 li span {
  font-size: 18px
}

.block-list.layout-06 li:nth-child(2n) {
  margin-left: 98px
}

.block-list.layout-06 li:nth-child(2n) .icon {
  background-color: rgba(255, 31, 37, .15)
}

.block-list.layout-06 li:nth-child(2n) .icon svg path {
  stroke: #ff1f25
}

.block-list.layout-06 li:nth-child(2n+1) {
  margin-right: 98px
}

.block-list.layout-07 .inner {
  max-width: 770px;
  margin: 0 auto
}

.block-list.layout-07 .customer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center
}

.block-list.layout-07 .customer .name {
  font-size: 14px
}

.block-list.layout-07 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff);
  line-height: normal
}

.block-list.layout-08 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px
}

.block-list.layout-08 li:last-child {
  margin-bottom: 0
}

.block-list.layout-08 li i {
  font-size: 24px;
  margin-right: 12px;
  color: var(--sala-primary-navy, #0057fc)
}

.block-list.layout-09 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.block-list.layout-09 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 80px
}

.block-list.layout-09 ul li:last-child {
  margin-right: 0
}

.block-list.layout-09 ul li i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  max-width: 36px;
  width: 36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sala-shade-background, #f8f9fc);
  font-size: 18px;
  color: var(--sala-primary-navy, #0057fc);
  margin-right: 16px
}

.block-list.layout-09 ul li span {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--sala-neutral-dark, #111)
}

@media (max-width:768px) {
  .block-list.layout-09 ul {
    flex-direction: column
  }

  .block-list.layout-09 ul li {
    margin: 0 0 20px 0
  }

  .block-list.layout-09 ul li:last-child {
    margin-bottom: 0
  }
}

@media (max-width:576px) {
  .block-list.layout-06 li {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .block-list.block-flex-center ul {
    flex-direction: column
  }
}

.block-image-box.layout-01 .image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px
}

.block-image-box.layout-01 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 90px
}

.block-image-box.layout-01 .title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 10px
}

.block-image-box.layout-01 .title:after {
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background-color: var(--sala-tone-yellow, #ffdd0f);
  display: block;
  width: 100%;
  z-index: -1
}

.block-image-box.layout-01 .desc {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  margin-bottom: 18px
}

.block-image-box.layout-02 {
  padding: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center
}

.block-image-box.layout-02+.block-image-box.layout-02 {
  margin-top: 60px
}

.block-image-box.layout-02 .title {
  font-size: 32px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 12px
}

.block-image-box.layout-02 .desc {
  font-size: 18px;
  line-height: 1.11;
  font-weight: 400;
  margin-bottom: 40px
}

.block-image-box.layout-02 img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.block-image-box.layout-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.block-image-box.layout-04 .image-box {
  text-align: center;
  padding: 40px;
  border: 1px solid var(--sala-border-line, #eee)
}

.block-image-box.layout-04 .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 10px
}

.block-image-box.layout-04 .title.w600 {
  font-weight: 600
}

.block-image-box.layout-04 .desc {
  margin-bottom: 26px
}

.block-image-box.layout-05 .image-box {
  margin-bottom: 30px
}

.block-image-box.layout-05 .content {
  margin-top: 20px
}

.block-image-box.layout-05 .title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500
}

.block-image-box.background-01 {
  background-image: linear-gradient(180deg, rgba(0, 87, 252, .15) 0, rgba(244, 51, 25, .15) 100%)
}

.block-image-box.background-02 {
  background-image: linear-gradient(180deg, rgba(0, 87, 252, .15) 0, rgba(17, 17, 17, .15) 100%)
}

.block-image-box.background-03 {
  background-image: linear-gradient(180deg, rgba(96, 77, 224, .15) 0, rgba(255, 204, 0, .15) 100%)
}

.block-image-box.background-04 {
  background-image: linear-gradient(180deg, rgba(0, 87, 252, .15) 0, rgba(45, 203, 72, .15) 100%)
}

@media (max-width:992px) {
  .block-image-box.layout-02+.block-image-box.layout-02 {
    margin-top: 32px
  }

  .block-image-box.layout-04 {
    flex-direction: column
  }
}

@media (max-width:576px) {
  .block-image-box.layout-01 .image-box {
    flex-direction: column;
    margin-bottom: 30px
  }

  .block-image-box.layout-01 .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center
  }

  .block-image-box.layout-02 {
    padding: 30px
  }

  .block-image-box.layout-04 .image-box {
    padding: 30px 20px
  }
}

.block-social p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400
}

.block-social li {
  display: inline-block;
  margin-right: 32px
}

.block-social li img {
  height: 40px
}

.block-social li:last-child {
  margin-right: 0
}

.block-step ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.block-step li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.block-step li:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--sala-primary-navy, #0057fc);
  display: inline-block;
  margin: 0 40px
}

.block-step li:last-child:after {
  content: "";
  display: none
}

.block-step span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--sala-primary-navy, #0057fc);
  color: var(--sala-alway-white, #fff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  margin-right: 16px
}

.block-step p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  color: var(--sala-neutral-dark, #111)
}

@media (max-width:768px) {
  .block-step ul {
    flex-direction: column
  }

  .block-step li {
    width: 100%;
    margin-bottom: 20px
  }

  .block-step li:after {
    content: "";
    display: none
  }
}

@media (max-width:992px) {
  .pdr50 {
    padding-right: 30px
  }

  .pdl50 {
    padding-left: 30px
  }
}

@media (max-width:768px) {
  .pdr50 {
    padding-right: 0
  }

  .pdl50 {
    padding-left: 0
  }
}

.block-infinite {
  overflow: hidden
}

.block-infinite:hover .infinite {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  animation-play-state: paused !important
}

.block-infinite .infinite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-animation: ticker 0s linear infinite 0s normal;
  -moz-animation: ticker 0s linear infinite 0s normal;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s
}

.block-infinite .infinite.layout-02 {
  -webkit-animation: ticker_rtl 0s linear infinite 0s normal;
  -moz-animation: ticker_rtl 0s linear infinite 0s normal;
  animation: ticker_rtl 0s linear infinite 0s normal
}

.block-infinite.layout-02 span {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  color: var(--sala-neutral-dark, #111)
}

@media (max-width:576px) {
  .block-infinite.layout-02 span {
    font-size: 18px
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes ticker_rtl {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, -30px, 0);
    transform: translate3d(-30px, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, -30px, 0);
    transform: translate3d(-30px, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 30px, 0);
    transform: translate3d(-30px, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 30px, 0);
    transform: translate3d(-30px, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 30px, 0);
    transform: translate3d(30px, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 30px, 0);
    transform: translate3d(30px, 30px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes animateJump {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-3%)
  }
}