@charset "UTF-8";
[data-aos=title_bk_in]::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #194098;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; /* 初始設置為暫停 */
  z-index: -1;
}

/* AOS 觸發時啟動背景動畫 */
[data-aos=title_bk_in].aos-animate::after {
  -webkit-animation: title_bk_in 2s ease forwards;
          animation: title_bk_in 2s ease forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running; /* 滾動到時啟動動畫 */
}

/* 初始設置為暫停的文字淡入動畫 */
[data-aos=title_txt_in] {
  -webkit-animation: title_txt_in 2s ease forwards;
          animation: title_txt_in 2s ease forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* AOS 觸發時啟動文字淡入動畫 */
[data-aos=title_txt_in].aos-animate {
  -webkit-animation-play-state: running;
          animation-play-state: running; /* 滾動到時啟動動畫 */
}

/* 自定義背景動畫 */
@-webkit-keyframes title_bk_in {
  0% {
    top: 100%;
    left: 0;
    width: 4px;
    height: 0%;
  }
  10% {
    top: 100%;
    left: 0;
    width: 4px;
    height: 100%;
  }
  26% {
    top: 0%;
    left: 0;
    width: 4px;
  }
  40% {
    top: 0%;
    left: 0;
    width: 100%;
  }
  55% {
    top: 0%;
    left: 100%;
    width: 4px;
  }
  65% {
    top: 0%;
    left: 0;
    width: 100%;
  }
  100% {
    top: 0%;
    left: 0;
    width: 4px;
  }
}
@keyframes title_bk_in {
  0% {
    top: 100%;
    left: 0;
    width: 4px;
    height: 0%;
  }
  10% {
    top: 100%;
    left: 0;
    width: 4px;
    height: 100%;
  }
  26% {
    top: 0%;
    left: 0;
    width: 4px;
  }
  40% {
    top: 0%;
    left: 0;
    width: 100%;
  }
  55% {
    top: 0%;
    left: 100%;
    width: 4px;
  }
  65% {
    top: 0%;
    left: 0;
    width: 100%;
  }
  100% {
    top: 0%;
    left: 0;
    width: 4px;
  }
}
/* 自定義文字淡入動畫 */
@-webkit-keyframes title_txt_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    color: #fff;
  }
  70% {
    opacity: 1;
    color: #fff;
  }
  100% {
    opacity: 1;
    color: #111827;
  }
}
@keyframes title_txt_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    color: #fff;
  }
  70% {
    opacity: 1;
    color: #fff;
  }
  100% {
    opacity: 1;
    color: #111827;
  }
}
.section_title,
.section_title_01 {
  position: relative;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #002147;
  padding: 1px 10px 5px 20px;
  margin-bottom: 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
.section_title::after,
.section_title_01::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #194098;
  z-index: 2;
}

.section_title-w,
.section_title_01-w {
  position: relative;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding: 1px 10px 5px 20px;
  margin-bottom: 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
}
.section_title-w::after,
.section_title_01-w::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.section_title_icon {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #111827;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.section_title_icon i {
  color: #194098;
  margin-left: auto;
  margin-bottom: -5px;
  z-index: 2;
  margin-right: 10px;
}

.section_title_icon-w {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.section_title_icon-w i {
  color: #fff;
  margin-left: auto;
  margin-bottom: -5px;
  z-index: 2;
  margin-right: 10px;
}

.article_title,
.article_title_01 {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  color: #194098;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_title,
  .article_title_01 {
    font-size: 1.6rem;
  }
}
.article_title a,
.article_title_01 a {
  text-decoration: none;
  color: #194098;
}

.article_title-w,
.article_title_01-w {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_title-w,
  .article_title_01-w {
    font-size: 1.6rem;
  }
}
.article_title-w a,
.article_title_01-w a {
  text-decoration: none;
  color: #ededed;
}

.article_title-b,
.article_title_01-b {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_title-b,
  .article_title_01-b {
    font-size: 1.6rem;
  }
}
.article_title-b a,
.article_title_01-b a {
  text-decoration: none;
  color: #222;
}

.article_subTitle,
.article_subTitle_01 {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 700;
  color: #194098;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_subTitle,
  .article_subTitle_01 {
    font-size: 1.1rem;
  }
}
.article_subTitle a,
.article_subTitle_01 a {
  text-decoration: none;
  color: #194098;
}

.article_subTitle-w,
.article_subTitle_01-w {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_subTitle-w,
  .article_subTitle_01-w {
    font-size: 1.1rem;
  }
}
.article_subTitle-w a,
.article_subTitle_01-w a {
  text-decoration: none;
  color: #ededed;
}

.article_subTitle-b,
.article_subTitle_01-b {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 700;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .article_subTitle-b,
  .article_subTitle_01-b {
    font-size: 1.1rem;
  }
}
.article_subTitle-b a,
.article_subTitle_01-b a {
  text-decoration: none;
  color: #222;
}

.btn-h1 {
  min-height: 32px !important;
}

.btn-h2 {
  min-height: 36px !important;
}

.btn-h3 {
  min-height: 40px !important;
}

.btn-h4 {
  min-height: 44px !important;
}

.btn-h5 {
  min-height: 48px !important;
}

.btn-h6 {
  min-height: 52px !important;
}

.btn-h7 {
  min-height: 56px !important;
}

.btn-h8 {
  min-height: 60px !important;
}

.btn-h9 {
  min-height: 64px !important;
}

.btn-h10 {
  min-height: 68px !important;
}

.btn-w1 {
  min-width: 120px !important;
}

.btn-w2 {
  min-width: 160px !important;
}

.btn-w3 {
  min-width: 200px !important;
}

.btn-w4 {
  min-width: 240px !important;
}

.btn-w5 {
  min-width: 280px !important;
}

.btn-w6 {
  min-width: 320px !important;
}

.btn-w7 {
  min-width: 360px !important;
}

.btn-w8 {
  min-width: 400px !important;
}

.btn-w9 {
  min-width: 440px !important;
}

.btn-w10 {
  min-width: 480px !important;
}

.btn_capsule_a01 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 36px;
  border-radius: 50px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
}
.btn_capsule_a01::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_capsule_a01:hover {
  color: #fff;
  cursor: pointer;
}
.btn_capsule_a01:hover i {
  color: "";
}
.btn_capsule_a01:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_capsule_a02 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 36px;
  border-radius: 50px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  color: #222;
  border: 1px solid #194098;
  background-color: #fff;
}
.btn_capsule_a02::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_capsule_a02:hover {
  color: #fff;
  cursor: pointer;
}
.btn_capsule_a02:hover i {
  color: "";
}
.btn_capsule_a02:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_capsule_a03 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 36px;
  border-radius: 50px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  border: 1px solid #194098;
  background-color: #194098;
}
.btn_capsule_a03::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_capsule_a03:hover {
  color: #222;
  cursor: pointer;
}
.btn_capsule_a03:hover i {
  color: "";
}
.btn_capsule_a03:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_capsule_a04 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 36px;
  border-radius: 50px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgb(14.1949152542, 36.3389830508, 86.3050847458);
  background-color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
}
.btn_capsule_a04::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_capsule_a04:hover {
  color: #222;
  cursor: pointer;
}
.btn_capsule_a04:hover i {
  color: "";
}
.btn_capsule_a04:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_capsule_a05 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 36px;
  border-radius: 50px;
  font-weight: 500;
  z-index: 10;
  overflow: hidden;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn_capsule_a05:hover {
  color: #fff;
  background-color: #997933;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_a01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 6px 10px;
  min-height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  min-width: 140px;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  color: #222;
  line-height: 1.5;
}
.btn_square_a01 i {
  position: absolute;
  left: 15px;
  color: #194098;
  font-size: 1rem;
}
.btn_square_a01::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a01::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a01:hover {
  color: #fff;
  cursor: pointer;
}
.btn_square_a01:hover i {
  color: #fff;
}
.btn_square_a01:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_a02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 6px 10px;
  min-height: 44px;
  border: 1px solid #194098;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  min-width: 140px;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  color: #222;
  line-height: 1.5;
}
.btn_square_a02 i {
  position: absolute;
  left: 15px;
  color: #194098;
  font-size: 1rem;
}
.btn_square_a02::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a02::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a02:hover {
  color: #fff;
  cursor: pointer;
}
.btn_square_a02:hover i {
  color: #fff;
}
.btn_square_a02:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_a03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 6px 10px;
  min-height: 44px;
  border: 1px solid #194098;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  min-width: 140px;
  z-index: 10;
  background: #194098;
  overflow: hidden;
  color: #fff;
  line-height: 1.5;
}
.btn_square_a03 i {
  position: absolute;
  left: 15px;
  color: #fff;
  font-size: 1rem;
}
.btn_square_a03::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a03::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a03:hover {
  color: #222;
  cursor: pointer;
}
.btn_square_a03:hover i {
  color: #194098;
}
.btn_square_a03:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_a04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 6px 10px;
  min-height: 44px;
  border: 1px solid "";
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  min-width: 140px;
  z-index: 10;
  background: rgb(14.1949152542, 36.3389830508, 86.3050847458);
  overflow: hidden;
  color: #fff;
  line-height: 1.5;
}
.btn_square_a04 i {
  position: absolute;
  left: 15px;
  color: #fff;
  font-size: 1rem;
}
.btn_square_a04::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a04::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_a04:hover {
  color: #fff;
  cursor: pointer;
}
.btn_square_a04:hover i {
  color: #fff;
}
.btn_square_a04:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_b01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 15px;
  margin: 3px 3px;
  font-size: 1.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 38px;
  min-width: 250px;
}
.btn_square_b01 i {
  font-size: 1.2rem;
  color: #194098;
  margin-right: 5px;
  margin-left: 5px;
}
.btn_square_b01::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #194098;
  z-index: -2;
}
.btn_square_b01::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.btn_square_b01:hover {
  color: #fff;
  cursor: pointer;
}
.btn_square_b01:hover i {
  color: #fff;
}
.btn_square_b01:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_l01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: hsl(221.5748031496, 71.7514124294%, -65.2941176471%);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_l01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_l01 i {
  color: #194098;
  position: absolute;
  left: 20px;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_l01:hover {
  color: #fff;
}
.btn_square_l01:hover i {
  color: #fff;
}
.btn_square_l01:hover::after {
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_l02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_l02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #194098;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_l02 i {
  color: #fff;
  position: absolute;
  left: 20px;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_l02:hover {
  color: #194098;
}
.btn_square_l02:hover i {
  color: rgb(32.2033898305, 82.4406779661, 195.7966101695);
}
.btn_square_l02:hover::after {
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_l03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_l03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_l03 i {
  color: #fff;
  position: absolute;
  left: 20px;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_l03:hover {
  color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
}
.btn_square_l03:hover i {
  color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
}
.btn_square_l03:hover::after {
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_r01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: hsl(221.5748031496, 71.7514124294%, -65.2941176471%);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_r01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_r01 i {
  color: #194098;
  margin-left: auto;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_r01:hover {
  color: #fff;
}
.btn_square_r01:hover i {
  color: #fff;
}
.btn_square_r01:hover::after {
  background-color: #194098;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_r02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_r02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #194098;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_r02 i {
  color: #fff;
  margin-left: auto;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_r02:hover {
  color: #194098;
}
.btn_square_r02:hover i {
  color: rgb(32.2033898305, 82.4406779661, 195.7966101695);
}
.btn_square_r02:hover::after {
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_square_r03 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 1.1rem;
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn_square_r03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_square_r03 i {
  color: #fff;
  margin-left: auto;
  margin-bottom: -5px;
  font-size: 1.4rem;
}
.btn_square_r03:hover {
  color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
}
.btn_square_r03:hover i {
  color: rgb(14.1949152542, 36.3389830508, 86.3050847458);
}
.btn_square_r03:hover::after {
  background-color: hsl(221.5748031496, 71.7514124294%, 134.7058823529%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn_stick_r01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 14px;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-box-shadow: 1px 2px 2px -1px #c0c0c0;
          box-shadow: 1px 2px 2px -1px #c0c0c0;
  background: -webkit-gradient(linear, left top, right top, from(#e7e6e6), color-stop(70%, #fff), to(#ececec));
  background: linear-gradient(to right, #e7e6e6 0%, #fff 70%, #ececec 100%);
  min-height: 40px;
  min-width: 240px;
  max-width: 600px;
}
.btn_stick_r01 i {
  color: #cfcccc;
  margin-left: auto;
  margin-bottom: -5px;
  font-size: 1.5rem;
  z-index: 2;
}
.btn_stick_r01::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  left: 1px;
  top: calc(50% - 8px);
  background-color: #cfcccc;
  -webkit-transition: all 2s;
  transition: all 2s;
  z-index: 2;
}
.btn_stick_r01::before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 7px;
  width: 70%;
  top: 0;
  -webkit-box-shadow: 0 12px 10px #c0c0c0;
          box-shadow: 0 12px 10px #c0c0c0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.btn_stick_r01:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fcecea), color-stop(15%, #fff), to(#f5dbd7));
  background: linear-gradient(to right, #fcecea 0%, #fff 15%, #f5dbd7 100%);
  color: #222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn_stick_r01:hover i {
  color: #194098;
}
.btn_stick_r01:hover::before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  bottom: 13px;
  z-index: -10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card_corner-a01 {
  display: block;
  position: relative;
  max-width: 600px;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgb(194.03, 210.2232394366, 228.87);
}
.card_corner-a01 > .card_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a01 > .card_desc {
  font-size: 0.85rem;
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a01 > .card_corner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #002147;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 32px;
}
.card_corner-a01 > .card_corner i {
  font-size: 1.2rem;
  color: white;
}
.card_corner-a01:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #002147;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  top: -16px;
  right: -16px;
}
.card_corner-a01:hover > .card_title,
.card_corner-a01:hover > .card_desc {
  color: #fff;
}
.card_corner-a01:hover:before {
  -webkit-transform: scale(40);
          transform: scale(40);
}

.card_corner-a02 {
  display: block;
  position: relative;
  max-width: 600px;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgb(194.03, 210.2232394366, 228.87);
}
.card_corner-a02 > .card_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a02 > .card_desc {
  font-size: 0.85rem;
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a02 > .card_corner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #002147;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 0;
  right: 0;
  border-radius: 32px 0 4px 0;
}
.card_corner-a02 > .card_corner i {
  font-size: 1.2rem;
  color: white;
}
.card_corner-a02:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #002147;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  bottom: -16px;
  right: -16px;
}
.card_corner-a02:hover > .card_title,
.card_corner-a02:hover > .card_desc {
  color: #fff;
}
.card_corner-a02:hover:before {
  -webkit-transform: scale(40);
          transform: scale(40);
}

.card_corner-a03 {
  display: block;
  position: relative;
  max-width: 600px;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgb(194.03, 210.2232394366, 228.87);
}
.card_corner-a03 > .card_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a03 > .card_desc {
  font-size: 0.85rem;
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a03 > .card_corner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #002147;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 0;
  left: 0;
  border-radius: 0 32px 4px 0;
}
.card_corner-a03 > .card_corner i {
  font-size: 1.2rem;
  color: white;
}
.card_corner-a03:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #002147;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  bottom: -16px;
  left: -16px;
}
.card_corner-a03:hover > .card_title,
.card_corner-a03:hover > .card_desc {
  color: #fff;
}
.card_corner-a03:hover:before {
  -webkit-transform: scale(40);
          transform: scale(40);
}

.card_corner-a04 {
  display: block;
  position: relative;
  max-width: 600px;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgb(194.03, 210.2232394366, 228.87);
}
.card_corner-a04 > .card_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a04 > .card_desc {
  font-size: 0.85rem;
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.card_corner-a04 > .card_corner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #002147;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  left: 0;
  border-radius: 4px 0 32px 0;
}
.card_corner-a04 > .card_corner i {
  font-size: 1.2rem;
  color: white;
}
.card_corner-a04:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #002147;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  top: -16px;
  left: -16px;
}
.card_corner-a04:hover > .card_title,
.card_corner-a04:hover > .card_desc {
  color: #fff;
}
.card_corner-a04:hover:before {
  -webkit-transform: scale(40);
          transform: scale(40);
}

.shadow_box {
  width: 150px;
  height: 150px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-right: 50px;
  margin-bottom: 60px;
}

.shadow_01 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.shadow_02 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.shadow_03 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.shadow_04 {
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.shadow_05 {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.shadow_06 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.shadow_07 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.shadow_08 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.shadow_09 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.shadow_10 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.shadow_11 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.shadow_12 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.shadow_13 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.shadow_14 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.shadow_15 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.shadow_16 {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.youtube_play {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  text-decoration: none;
}
.playBtn .circle {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.playBtn .circle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 118%;
  height: 118%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.playBtn .circle i {
  font-size: 3rem;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.playBtn .circle:hover {
  cursor: pointer;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px, rgba(0, 0, 0, 0.7) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px, rgba(0, 0, 0, 0.7) 0px 6px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.playBtn .circle:hover::after {
  width: 110%;
  height: 110%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.playBtn .circle:hover i {
  font-size: 5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.aos-show {
  position: relative;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.aos-show.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
}

.aos_show_top,
.aos_show_bottom,
.aos_show_left,
.aos_show_right,
.aos_reveal-left,
.aos_reveal-right {
  position: relative;
  overflow: hidden;
}
.aos_show_top img,
.aos_show_bottom img,
.aos_show_left img,
.aos_show_right img,
.aos_reveal-left img,
.aos_reveal-right img {
  width: 100%;
  height: auto;
  display: block;
}

.aos_show_top {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
}
.aos_show_top.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.aos_show_bottom {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
}
.aos_show_bottom.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.aos_show_left {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
}
.aos_show_left.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.aos_show_right {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: clip-path 1s ease, opacity 1s ease;
  transition: clip-path 1s ease, opacity 1s ease;
}
.aos_show_right.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.aos_reveal-left {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: clip-path 0.6s ease, opacity 0.6s ease;
  transition: clip-path 0.6s ease, opacity 0.6s ease;
}
.aos_reveal-left.aos-animate {
  opacity: 1;
  clip-path: polygon(0 0, 110% 0, 100% 100%, 0 100%);
}

.aos_reveal-right {
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: clip-path 0.6s ease, opacity 0.6s ease;
  transition: clip-path 0.6s ease, opacity 0.6s ease;
}
.aos_reveal-right.aos-animate {
  opacity: 1;
  clip-path: polygon(-10% 0, 100% 0, 100% 100%, 0 100%);
}/*# sourceMappingURL=layout-element.css.map */