@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, ../sass/style.scss */
body {
  font-family: "Noto Sans", "微軟正黑體", STHeiti, arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.085rem;
  color: #333333;
}

/* line 17, ../sass/style.scss */
a {
  color: #17178E;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 20, ../sass/style.scss */
a:hover, a:active, a:focus {
  color: #17178E;
  outline: none;
  text-decoration: none;
}

/* line 26, ../sass/style.scss */
p {
  margin-bottom: 20px;
}

/* line 30, ../sass/style.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 33, ../sass/style.scss */
ul li {
  list-style: none;
}

/* line 38, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, figure {
  color: #000000;
  font-family: "Noto Sans", "微軟正黑體", STHeiti, arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

/* line 45, ../sass/style.scss */
::-webkit-selection {
  color: #17178E;
  background: #EAEAFF;
}

/* line 50, ../sass/style.scss */
::-moz-selection {
  color: #17178E;
  background: #EAEAFF;
}

/* line 54, ../sass/style.scss */
::selection {
  color: #17178E;
  background: #EAEAFF;
}

/* line 59, ../sass/style.scss */
#header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 66;
}
/* line 67, ../sass/style.scss */
#header .logo {
  width: 30%;
}
/* line 69, ../sass/style.scss */
#header .logo img {
  max-height: 60px;
}
@media screen and (max-width: 1024px) {
  /* line 67, ../sass/style.scss */
  #header .logo {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  /* line 67, ../sass/style.scss */
  #header .logo {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  /* line 67, ../sass/style.scss */
  #header .logo {
    width: 60%;
  }
}
/* line 85, ../sass/style.scss */
#header .navbar .navbar-nav li a {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
/* line 92, ../sass/style.scss */
#header .navbar .navbar-nav.menus li {
  position: relative;
}
/* line 94, ../sass/style.scss */
#header .navbar .navbar-nav.menus li a {
  position: relative;
}
/* line 96, ../sass/style.scss */
#header .navbar .navbar-nav.menus li a:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #17178E;
  z-index: -1;
}
/* line 109, ../sass/style.scss */
#header .navbar .navbar-nav.menus li a:hover, #header .navbar .navbar-nav.menus li a:active, #header .navbar .navbar-nav.menus li a:focus {
  color: #2222d0;
  letter-spacing: 0.2rem;
}
/* line 112, ../sass/style.scss */
#header .navbar .navbar-nav.menus li a:hover:before, #header .navbar .navbar-nav.menus li a:active:before, #header .navbar .navbar-nav.menus li a:focus:before {
  width: 90%;
}
/* line 118, ../sass/style.scss */
#header .navbar .navbar-nav.menus li.active a {
  color: #2222d0;
}
/* line 120, ../sass/style.scss */
#header .navbar .navbar-nav.menus li.active a:before {
  width: 75%;
}
/* line 130, ../sass/style.scss */
#header .navbar .flex-row:hover a {
  letter-spacing: 0.085rem;
}
/* line 134, ../sass/style.scss */
#header .navbar .flex-row .btn-group {
  margin-left: 20px;
}
/* line 136, ../sass/style.scss */
#header .navbar .flex-row .btn-group #language {
  padding: 5px 12px;
  color: #000000;
  border-color: #000000;
  border-width: 1px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 143, ../sass/style.scss */
#header .navbar .flex-row .btn-group #language i {
  margin-right: 5px;
  color: #17178E;
}
/* line 147, ../sass/style.scss */
#header .navbar .flex-row .btn-group #language:after {
  display: none;
}
/* line 150, ../sass/style.scss */
#header .navbar .flex-row .btn-group #language:hover {
  color: #EAEAFF;
  border-color: #EAEAFF;
}
/* line 155, ../sass/style.scss */
#header .navbar .flex-row .btn-group .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  /* line 134, ../sass/style.scss */
  #header .navbar .flex-row .btn-group {
    margin-left: 0;
    margin-right: 10px;
  }
  /* line 163, ../sass/style.scss */
  #header .navbar .flex-row .btn-group #language {
    min-width: auto;
    padding: 5px;
    font-size: 14px;
  }
  /* line 167, ../sass/style.scss */
  #header .navbar .flex-row .btn-group #language i {
    margin: 3px;
  }
  /* line 171, ../sass/style.scss */
  #header .navbar .flex-row .btn-group .dropdown-menu {
    min-width: 7rem;
  }
  /* line 173, ../sass/style.scss */
  #header .navbar .flex-row .btn-group .dropdown-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /* line 134, ../sass/style.scss */
  #header .navbar .flex-row .btn-group {
    margin-right: 0;
  }
  /* line 180, ../sass/style.scss */
  #header .navbar .flex-row .btn-group #language {
    padding: 3px 5px;
  }
  /* line 182, ../sass/style.scss */
  #header .navbar .flex-row .btn-group #language span {
    display: none;
  }
}
/* line 188, ../sass/style.scss */
#header .navbar .flex-row .menu {
  display: none;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}
/* line 193, ../sass/style.scss */
#header .navbar .flex-row .menu .burger {
  position: relative;
  width: 26px;
  height: 50px;
  z-index: 1001;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 200, ../sass/style.scss */
#header .navbar .flex-row .menu .burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #17178E;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 211, ../sass/style.scss */
#header .navbar .flex-row .menu .burger span:nth-child(1) {
  top: 15px;
}
/* line 214, ../sass/style.scss */
#header .navbar .flex-row .menu .burger span:nth-child(2) {
  top: 22px;
}
/* line 217, ../sass/style.scss */
#header .navbar .flex-row .menu .burger span:nth-child(3) {
  top: 29px;
}
/* line 223, ../sass/style.scss */
#header .navbar .flex-row .menu .active span {
  background: #EB6C4C;
}
/* line 225, ../sass/style.scss */
#header .navbar .flex-row .menu .active span:nth-child(1) {
  top: 24px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 229, ../sass/style.scss */
#header .navbar .flex-row .menu .active span:nth-child(2) {
  opacity: 0;
  left: -200px;
}
/* line 233, ../sass/style.scss */
#header .navbar .flex-row .menu .active span:nth-child(3) {
  top: 24px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 992px) {
  /* line 244, ../sass/style.scss */
  #header .navbar .navbar-nav.menus .nav-link {
    padding: 0 0.5rem 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 253, ../sass/style.scss */
  #header .navbar .navbar-nav.menus .nav-link {
    padding: 0 0.8rem 0.25rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 276, ../sass/style.scss */
  #header .navbar .offcanvas-collapse {
    position: fixed;
    top: 66px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(130, 130, 130, 0.97);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-property: left, visibility;
  }
  /* line 291, ../sass/style.scss */
  #header .navbar .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    z-index: 999;
  }
  /* line 296, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav {
    height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 302, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li {
    width: 100%;
  }
  /* line 304, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 307, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li a {
    padding: 0.8rem 0.25rem;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 313, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li a.nav-link:not(:last-child) {
    font-weight: bolder;
    letter-spacing: 0.5rem;
    cursor: auto;
  }
  /* line 319, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li a:before {
    display: none;
  }
  /* line 323, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li:hover {
    border-bottom: 2px solid #17178E;
  }
  /* line 325, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li:hover a {
    color: #17178E;
  }
  /* line 328, ../sass/style.scss */
  #header .navbar .offcanvas-collapse .navbar-nav li:hover a.nav-link:not(:last-child) {
    letter-spacing: 0.5rem;
  }
  /* line 338, ../sass/style.scss */
  #header .navbar .flex-row .nav-link {
    padding-left: 1rem !important;
  }
  /* line 341, ../sass/style.scss */
  #header .navbar .flex-row .menu {
    display: block !important;
  }
}
/* line 349, ../sass/style.scss */
.no-scroll {
  overflow-y: hidden;
}

/* line 354, ../sass/style.scss */
.main section {
  position: relative;
  display: block;
  padding: 2rem 0;
}
/* line 358, ../sass/style.scss */
.main section:first-child {
  padding: 5rem 0 2rem;
}
/* line 361, ../sass/style.scss */
.main section:last-child {
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 768px) {
  /* line 354, ../sass/style.scss */
  .main section {
    padding: 2rem 0 1.5rem;
  }
  /* line 366, ../sass/style.scss */
  .main section:first-child, .main section:last-child {
    padding: 2rem 0 1.5rem;
  }
}
/* line 371, ../sass/style.scss */
.main .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 376, ../sass/style.scss */
.main .banner .img:before {
  padding-bottom: 20%;
}
@media screen and (max-width: 767px) {
  /* line 376, ../sass/style.scss */
  .main .banner .img:before {
    padding-bottom: 30%;
  }
}
/* line 385, ../sass/style.scss */
.main .upload .parallax {
  position: relative;
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  /* line 385, ../sass/style.scss */
  .main .upload .parallax {
    height: auto;
    min-height: 250px;
  }
}
/* line 397, ../sass/style.scss */
.main .upload .parallax:before {
  padding-bottom: 15%;
}
@media screen and (max-width: 767px) {
  /* line 397, ../sass/style.scss */
  .main .upload .parallax:before {
    padding-bottom: 25%;
  }
}
/* line 403, ../sass/style.scss */
.main .upload .parallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
/* line 415, ../sass/style.scss */
.main .upload .parallax .text h3, .main .upload .parallax .text .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 419, ../sass/style.scss */
.main .upload .parallax .text h3 {
  margin-bottom: 0;
  font-weight: bolder;
  letter-spacing: 0.25rem;
  line-height: 1.4;
}
/* line 426, ../sass/style.scss */
.main .upload .parallax .text .btn-outline:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  /* line 414, ../sass/style.scss */
  .main .upload .parallax .text {
    padding: 2rem 2%;
  }
  /* line 432, ../sass/style.scss */
  .main .upload .parallax .text h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  /* line 436, ../sass/style.scss */
  .main .upload .parallax .text .text-right {
    text-align: center !important;
  }
}
/* line 443, ../sass/style.scss */
.main .title {
  position: relative;
  padding-bottom: 1px;
}
/* line 446, ../sass/style.scss */
.main .title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background-color: #17178E;
  z-index: -1;
}
/* line 458, ../sass/style.scss */
.main .title h3 {
  position: relative;
  font-weight: bold;
}
/* line 463, ../sass/style.scss */
.main .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 470, ../sass/style.scss */
.main .img:before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
@media screen and (max-width: 991px) {
  /* line 477, ../sass/style.scss */
  .main .item {
    display: block;
    margin-bottom: 30px;
  }
}

/* line 484, ../sass/style.scss */
#footer {
  position: relative;
  padding: 3rem 0;
  background-color: #17178E;
  color: #ffffff;
  font-size: 15px;
}
/* line 490, ../sass/style.scss */
#footer h6 {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: 0.15rem;
  font-size: 17px;
}
/* line 498, ../sass/style.scss */
#footer ul li {
  padding: 0.5rem 0 0.25rem;
}
/* line 501, ../sass/style.scss */
#footer ul li.icon i {
  width: 25px;
  text-align: center;
  color: #cccccc;
}
/* line 507, ../sass/style.scss */
#footer ul li a {
  color: #ffffff;
}
/* line 509, ../sass/style.scss */
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
  color: #EAEAFF;
}
/* line 514, ../sass/style.scss */
#footer ul li:not(.icon) span {
  padding-left: 5px;
}
/* line 520, ../sass/style.scss */
#footer ul.contacts li, #footer ul.socials li, #footer ul.service li {
  display: inline-block;
}
/* line 523, ../sass/style.scss */
#footer ul.contacts li:not(:first-child):before, #footer ul.socials li:not(:first-child):before, #footer ul.service li:not(:first-child):before {
  content: "／";
  display: inline-block;
  width: 24px;
  text-align: center;
  font-weight: lighter;
}
/* line 533, ../sass/style.scss */
#footer ul.service {
  padding: 1rem 0;
  margin: 2rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 538, ../sass/style.scss */
#footer ul.service li {
  padding: 0;
}
/* line 540, ../sass/style.scss */
#footer ul.service li.sp {
  float: right;
  padding-left: 0;
  text-align: center;
}
/* line 544, ../sass/style.scss */
#footer ul.service li.sp:before {
  display: none;
}
/* line 547, ../sass/style.scss */
#footer ul.service li.sp i, #footer ul.service li.sp span {
  display: block;
}
/* line 550, ../sass/style.scss */
#footer ul.service li.sp span {
  padding-left: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 540, ../sass/style.scss */
  #footer ul.service li.sp {
    display: block;
    margin-top: 1.5rem;
    float: none;
  }
}
/* line 564, ../sass/style.scss */
#footer .copyright p {
  margin-bottom: 0;
}
/* line 566, ../sass/style.scss */
#footer .copyright p .elink {
  color: #f4c51c;
}
@media screen and (max-width: 576px) {
  /* line 484, ../sass/style.scss */
  #footer {
    padding: 3rem 0 1.5rem;
  }
  /* line 574, ../sass/style.scss */
  #footer .copyright .block {
    display: block;
  }
}

/* line 581, ../sass/style.scss */
.bread {
  position: relative;
  width: 100%;
  background-color: #EAEAFF;
}
/* line 585, ../sass/style.scss */
.bread .breadcrumb {
  width: 100%;
  padding: 0.4rem 0;
  margin-bottom: 0;
  font-size: 15px;
  background-color: transparent;
}
@media screen and (max-width: 576px) {
  /* line 585, ../sass/style.scss */
  .bread .breadcrumb {
    font-size: 14px;
  }
}
/* line 594, ../sass/style.scss */
.bread .breadcrumb li {
  color: gray;
}
/* line 596, ../sass/style.scss */
.bread .breadcrumb li:before {
  color: #bfbfbf !important;
}
/* line 599, ../sass/style.scss */
.bread .breadcrumb li a {
  color: gray;
}
/* line 601, ../sass/style.scss */
.bread .breadcrumb li a:hover {
  color: #17178E;
}
/* line 606, ../sass/style.scss */
.bread .breadcrumb .active {
  font-weight: bold;
}

/* overlay at start */
/* line 614, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 617, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* line 620, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-bg.mfp-removing {
  opacity: 0;
}
/* line 625, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/* line 630, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* line 635, ../sass/style.scss */
.mfp-fade.mfp-bg.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 643, ../sass/style.scss */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans", "微軟正黑體", STHeiti, arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 20px;
}
/* line 652, ../sass/style.scss */
.btn.btn-md {
  padding: 8px 20px !important;
}
/* line 655, ../sass/style.scss */
.btn.btn-lg {
  padding: 18px 36px !important;
}
/* line 658, ../sass/style.scss */
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* line 663, ../sass/style.scss */
.btn-primary {
  background: #17178E;
  color: #ffffff;
  border: 2px solid #17178E;
}
/* line 667, ../sass/style.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1b1ba4 !important;
  border-color: #1b1ba4 !important;
}
/* line 671, ../sass/style.scss */
.btn-primary.btn-outline {
  background: transparent;
  color: #17178E;
  border: 2px solid #17178E;
}
/* line 675, ../sass/style.scss */
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #17178E;
  color: #ffffff;
}

/* line 682, ../sass/style.scss */
.btn-outline {
  background: none;
  border: 2px solid #17178E;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 686, ../sass/style.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
  border: 2px solid #5a5ae4;
  color: #5a5ae4;
}

/* line 4, ../sass/index.scss */
.index .slider {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 9, ../sass/index.scss */
.index .slider .slide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 17, ../sass/index.scss */
.index .slider .slide:before {
  display: block;
  content: "";
  padding-bottom: 30%;
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/index.scss */
  .index .slider .slide:before {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 576px) {
  /* line 17, ../sass/index.scss */
  .index .slider .slide:before {
    padding-bottom: 45%;
  }
}
/* line 31, ../sass/index.scss */
.index .slider.pro .slide:before {
  display: none;
}
/* line 34, ../sass/index.scss */
.index .slider.pro .slide img {
  display: none;
}
/* line 40, ../sass/index.scss */
.index .title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
/* line 43, ../sass/index.scss */
.index .title:before {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 40, ../sass/index.scss */
  .index .title {
    margin-bottom: 30px;
  }
}
/* line 49, ../sass/index.scss */
.index .title h3 {
  padding-bottom: 10px;
}
/* line 51, ../sass/index.scss */
.index .title h3:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background-color: #17178E;
  z-index: -1;
}
/* line 65, ../sass/index.scss */
.index .service {
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 68, ../sass/index.scss */
.index .service .item {
  text-align: center;
}
/* line 70, ../sass/index.scss */
.index .service .item .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 3.5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 78, ../sass/index.scss */
.index .service .item .text h3 {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: normal;
}
/* line 83, ../sass/index.scss */
.index .service .item .text p {
  padding: 0 15px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (width: 768px) {
  /* line 93, ../sass/index.scss */
  .index .service .item .text p {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 101, ../sass/index.scss */
  .index .service .item .img {
    margin-bottom: 2.25rem;
  }
  /* line 105, ../sass/index.scss */
  .index .service .item .text h3 {
    margin-bottom: 1rem;
  }
}
/* line 113, ../sass/index.scss */
.index .sample .btn {
  min-width: 200px;
  font-weight: bolder;
  letter-spacing: 0.15rem;
}
/* line 120, ../sass/index.scss */
.index .cta .cta-block {
  padding: 1.5rem;
  z-index: 1;
}
/* line 123, ../sass/index.scss */
.index .cta .cta-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
/* line 134, ../sass/index.scss */
.index .cta .cta-block > .d-flex {
  border: 1px solid #ffffff;
}
/* line 136, ../sass/index.scss */
.index .cta .cta-block > .d-flex .text {
  width: 80%;
  margin: 0 10%;
  color: #ffffff;
}
/* line 140, ../sass/index.scss */
.index .cta .cta-block > .d-flex .text h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: 0.25rem;
  line-height: 1.4;
  font-size: 2rem;
}
/* line 148, ../sass/index.scss */
.index .cta .cta-block > .d-flex .text .btn-outline {
  min-width: 150px;
  color: #ffffff;
  border-color: #ffffff;
}
/* line 152, ../sass/index.scss */
.index .cta .cta-block > .d-flex .text .btn-outline:hover {
  opacity: 0.75;
}
/* line 159, ../sass/index.scss */
.index .cta .bg {
  background-color: #E5E5E5;
}
/* line 161, ../sass/index.scss */
.index .cta .bg .text {
  width: 80%;
  margin: 0 10%;
}
/* line 164, ../sass/index.scss */
.index .cta .bg .text .item {
  margin: 2rem 0;
}
/* line 166, ../sass/index.scss */
.index .cta .bg .text .item .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  border: 1px solid #17178E;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 174, ../sass/index.scss */
.index .cta .bg .text .item h4 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bolder;
  font-size: 1.4rem;
}
/* line 179, ../sass/index.scss */
.index .cta .bg .text .item h4 a {
  color: #000000;
}
/* line 181, ../sass/index.scss */
.index .cta .bg .text .item h4 a:hover {
  color: #17178E;
}
@media screen and (max-width: 768px) {
  /* line 190, ../sass/index.scss */
  .index .cta .cta-block {
    min-height: 300px;
  }
  /* line 194, ../sass/index.scss */
  .index .cta .cta-block > .d-flex .text h3 {
    font-size: 1.5rem;
  }
  /* line 200, ../sass/index.scss */
  .index .cta .bg {
    display: none;
  }
}
