/* line 7, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 11, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 15, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 19, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 23, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 27, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 31, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 35, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 43, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 59, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 64, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/index-service.scss */
.IndexServicesResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* line 16, ../sass/index/index-service.scss */
.ServiceTPL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  transition: 0.3s ease background;
  background: #eee;
  border-radius: 20px;
  width: calc((100% - 40px) / 3);
  height: 387px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 37, ../sass/index/index-service.scss */
.ServiceTPL:nth-child(3n) {
  margin-right: 0;
}
/* line 41, ../sass/index/index-service.scss */
.ServiceTPL .small-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
}
/* line 47, ../sass/index/index-service.scss */
.ServiceTPL .price {
  position: relative;
  font-size: 16px;
  margin-top: 10px;
}
/* line 52, ../sass/index/index-service.scss */
.ServiceTPL .price b {
  font-weight: 700;
  color: #2d83c0;
  font-size: 24px;
}
/* line 59, ../sass/index/index-service.scss */
.ServiceTPL picture {
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 70, ../sass/index/index-service.scss */
.ServiceTPL .img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  max-height: 100%;
}
/* line 78, ../sass/index/index-service.scss */
.ServiceTPL .site-btn {
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
  z-index: 10;
}
/* line 85, ../sass/index/index-service.scss */
.ServiceTPL:hover {
  background: rgba(45, 131, 192, 0.2);
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 92, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 32px;
  }

  /* line 96, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 16px;
    width: calc((100% - 30px) / 3);
    height: 310px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 104, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 20px;
  }
  /* line 108, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 15px;
    margin-top: 10px;
  }
  /* line 112, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 20px;
  }
  /* line 117, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 126, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 25px;
  }

  /* line 130, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 16px;
    width: calc((100% - 15px) / 2);
    height: 362px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 138, ../sass/index/index-service.scss */
  .ServiceTPL:nth-child(3n) {
    margin-right: 15px;
  }
  /* line 142, ../sass/index/index-service.scss */
  .ServiceTPL:nth-child(2n) {
    margin-right: 0;
  }
  /* line 146, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 22px;
  }
  /* line 150, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 154, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 22px;
  }
  /* line 159, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 168, ../sass/index/index-service.scss */
  .IndexServicesResult {
    margin-top: 20px;
  }

  /* line 172, ../sass/index/index-service.scss */
  .ServiceTPL {
    border-radius: 15px;
    width: 100%;
    height: calc(100vw - 30px);
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 180, ../sass/index/index-service.scss */
  .ServiceTPL .small-title {
    font-size: 24px;
  }
  /* line 184, ../sass/index/index-service.scss */
  .ServiceTPL .price {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 188, ../sass/index/index-service.scss */
  .ServiceTPL .price b {
    font-size: 24px;
  }
  /* line 193, ../sass/index/index-service.scss */
  .ServiceTPL picture {
    border-radius: 15px;
  }
}
/* line 1, ../sass/index/index-steps.scss */
.IndexStepsResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 17, ../sass/index/index-steps.scss */
.IndexStepB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background: #eee;
  height: 300px;
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
  padding: 20px;
}
/* line 36, ../sass/index/index-steps.scss */
.IndexStepB:nth-child(1), .IndexStepB:nth-child(2) {
  margin-top: 0;
}
/* line 40, ../sass/index/index-steps.scss */
.IndexStepB .small-title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 26px;
}
/* line 47, ../sass/index/index-steps.scss */
.IndexStepB .text {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 20px;
}
/* line 54, ../sass/index/index-steps.scss */
.IndexStepB .text a {
  font-weight: 600;
  color: #2d83c0;
  font-size: 26px;
}
/* line 59, ../sass/index/index-steps.scss */
.IndexStepB .text a:hover {
  opacity: 0.7;
}
/* line 65, ../sass/index/index-steps.scss */
.IndexStepB .site-btn {
  z-index: 2;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-top: auto;
}
/* line 72, ../sass/index/index-steps.scss */
.IndexStepB picture {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* line 80, ../sass/index/index-steps.scss */
.IndexStepB .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 90, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 32px;
  }

  /* line 94, ../sass/index/index-steps.scss */
  .IndexStepB {
    border-radius: 16px;
    height: 240px;
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
    padding: 16px;
  }
  /* line 101, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 22px;
  }
  /* line 105, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 16px;
    margin-top: 16px;
  }
  /* line 109, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 119, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 25px;
  }

  /* line 123, ../sass/index/index-steps.scss */
  .IndexStepB {
    overflow: hidden;
    border-radius: 12px;
    height: 200px;
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    padding: 10px;
  }
  /* line 132, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(3) .img {
    right: -8%;
  }
  /* line 137, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 20px;
  }
  /* line 141, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 14px;
    margin-top: 12px;
  }
  /* line 145, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 155, ../sass/index/index-steps.scss */
  .IndexStepsResult {
    margin-top: 20px;
  }

  /* line 159, ../sass/index/index-steps.scss */
  .IndexStepB {
    overflow: hidden;
    border-radius: 15px;
    height: 210px;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 167, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(2) {
    margin-top: 15px;
  }
  /* line 172, ../sass/index/index-steps.scss */
  .IndexStepB:nth-child(3) .img {
    transform: translateX(15%);
  }
  /* line 177, ../sass/index/index-steps.scss */
  .IndexStepB .small-title {
    font-size: 20px;
  }
  /* line 181, ../sass/index/index-steps.scss */
  .IndexStepB .text {
    font-size: 15px;
    margin-top: 15px;
    max-width: 61%;
  }
  /* line 186, ../sass/index/index-steps.scss */
  .IndexStepB .text br {
    display: none;
  }
  /* line 190, ../sass/index/index-steps.scss */
  .IndexStepB .text a {
    display: block;
    font-size: 22px;
  }
}
/* line 7, ../sass/blog-post.scss */
.BlogPost {
  position: relative;
}
/* line 10, ../sass/blog-post.scss */
.BlogPost .img {
  display: block;
  position: relative;
}
/* line 14, ../sass/blog-post.scss */
.BlogPost .img img {
  display: block;
  width: 100%;
  max-height: 475px;
  object-fit: contain;
  object-position: left;
}
/* line 23, ../sass/blog-post.scss */
.BlogPost .date {
  display: block;
  font-style: italic;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
/* line 31, ../sass/blog-post.scss */
.BlogPost .cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  gap: 15px 0;
}
/* line 47, ../sass/blog-post.scss */
.BlogPost .cont h2, .BlogPost .cont h3, .BlogPost .cont h4, .BlogPost .cont h5, .BlogPost .cont h6 {
  font-weight: 700;
  font-size: 28px;
}
/* line 52, ../sass/blog-post.scss */
.BlogPost .cont b, .BlogPost .cont strong {
  font-weight: 700;
}
/* line 56, ../sass/blog-post.scss */
.BlogPost .cont i {
  font-style: italic;
}
/* line 60, ../sass/blog-post.scss */
.BlogPost .cont span {
  color: #2d83c0;
}
/* line 64, ../sass/blog-post.scss */
.BlogPost .cont a {
  color: #2d83c0;
  text-decoration: underline;
}
/* line 68, ../sass/blog-post.scss */
.BlogPost .cont a:hover {
  text-decoration: none;
}
/* line 73, ../sass/blog-post.scss */
.BlogPost .cont ul {
  list-style-type: disc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  gap: 7px 0;
}
/* line 88, ../sass/blog-post.scss */
.BlogPost .cont ul li::marker {
  color: #2d83c0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 99, ../sass/blog-post.scss */
  .BlogPost .img img {
    max-height: 380px;
  }
  /* line 104, ../sass/blog-post.scss */
  .BlogPost .date {
    font-size: 13px;
    margin-top: 8px;
  }
  /* line 109, ../sass/blog-post.scss */
  .BlogPost .cont {
    margin-top: 15px;
    font-size: 16px;
  }
  /* line 113, ../sass/blog-post.scss */
  .BlogPost .cont h2, .BlogPost .cont h3, .BlogPost .cont h4, .BlogPost .cont h5, .BlogPost .cont h6 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 125, ../sass/blog-post.scss */
  .BlogPost .img img {
    max-height: 300px;
  }
  /* line 130, ../sass/blog-post.scss */
  .BlogPost .date {
    font-size: 13px;
    margin-top: 8px;
  }
  /* line 135, ../sass/blog-post.scss */
  .BlogPost .cont {
    margin-top: 15px;
    font-size: 16px;
  }
  /* line 139, ../sass/blog-post.scss */
  .BlogPost .cont h2, .BlogPost .cont h3, .BlogPost .cont h4, .BlogPost .cont h5, .BlogPost .cont h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 151, ../sass/blog-post.scss */
  .BlogPost .img img {
    max-height: initial;
  }
  /* line 156, ../sass/blog-post.scss */
  .BlogPost .date {
    font-size: 13px;
    margin-top: 8px;
  }
  /* line 161, ../sass/blog-post.scss */
  .BlogPost .cont {
    margin-top: 15px;
    font-size: 16px;
  }
  /* line 165, ../sass/blog-post.scss */
  .BlogPost .cont h2, .BlogPost .cont h3, .BlogPost .cont h4, .BlogPost .cont h5, .BlogPost .cont h6 {
    font-size: 22px;
  }
}
