@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;

500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300;1,400;1,700&display=swap);@charset "UTF-8";
.rwd-block {
  display: none !important;
}

.desktop-block {
  display: block !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  padding-top: 72px;
}

.simple-bg {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
}

.simple-bg-reverse {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1001) 30%, rgba(0, 123, 124, 0.15) 99%);
}

.simple-bg-green {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
}

.simple-green {
  background: #E9F2F2;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.title-18 {
  font-size: 18px;
  font-weight: 500;
}

.title-22 {
  font-size: 22px;
  font-weight: 700;
}

.title-24 {
  font-size: 24px;
  font-weight: 700;
}

.title-32 {
  font-size: 32px;
  font-weight: 700;
}

.title-36 {
  font-size: 36px;
  font-weight: 700;
}

.title-testimony {
  padding: 25px 0;
  position: relative;
}

.title-testimony span:after {
  content: "\201D";
  font-size: 32px;
  position: absolute;
  bottom: -10px;
  right: 0px;
}

.title-testimony span:before {
  content: "\201C";
  font-size: 32px;
  position: absolute;
  top: -10px;
  left: 0px;
}

.font-serif {
  font-family: "Noto Serif TC", serif;
}

.text-gy {
  color: #DE8601;
}

.text-bk {
  color: #333;
}

.text-green {
  color: #007A7B;
}

.link-yellow {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-decoration: underline;
  color: #F5C844;
}

.link-yellow i {
  text-decoration: none;
}

.paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}

.btn-gy {
  background: linear-gradient(271.61deg, #FF9D2A -6.84%, #FFA62A 9.25%, #FFBB29 55.25%, #FFC229 85.84%);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  color: #000000;
}

.btn-gy:hover {
  color: #fff;
}

.btn-gy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-gy:disabled:hover {
  color: #000;
}

.btn-green {
  background: #007A7B;
  border-radius: 16px;
  color: #E9F2F2;
}

.btn-green i {
  color: #FFC12A;
  margin-left: 10px;
}

.btn-green:hover {
  color: #fff;
  background: #007A7B;
}

.btn-checks {
  border-radius: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.04em;
  padding: 18px 0;
}

.btn-checks i {
  color: #FFC12A;
  font-size: 32px;
  margin-left: 10px;
}

.btn-large {
  border-radius: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  min-width: 300px;
  padding: 10px 20px;
  display: inline-block;
}

.btn-large:hover {
  color: #fff;
}

@-webkit-keyframes arrowAnimation {
  0% {
    left: 100%;
  }

  90%, 100% {
    left: 0%;
  }
}

@keyframes arrowAnimation {
  0% {
    left: 100%;
  }

  90%, 100% {
    left: 0%;
  }
}

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

  90%, 100% {
    right: 0%;
  }
}

@keyframes arrowAnimation2 {
  0% {
    right: 100%;
  }

  90%, 100% {
    right: 0%;
  }
}

.btn-arrow {
  padding: 10px 60px;
  position: relative;
}

.btn-arrow-right {
  padding-right: 30px;
  padding-left: 70px;
  min-width: initial;
}

.btn-arrow .left-arrow,
.btn-arrow .right-arrow {
  width: 30px;
  height: 30px;
  top: 10px;
  position: absolute;
  left: 30px;
  overflow: hidden;
}

.btn-arrow .left-arrow .arrow,
.btn-arrow .right-arrow .arrow {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/button-right-arrow.png?a128d09527b9ad8bdd8de31692b966ed);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-animation: arrowAnimation2 1.5s ease 0s infinite normal;
          animation: arrowAnimation2 1.5s ease 0s infinite normal;
}

.btn-arrow .right-arrow {
  left: initial;
  right: 30px;
}

.btn-arrow .right-arrow .arrow {
  right: 0px;
  background-image: url(/images/button-left-arrow.png?291f4c751359b0562cfcd1da6694918a);
  -webkit-animation: arrowAnimation 1.5s ease 0s infinite normal;
          animation: arrowAnimation 1.5s ease 0s infinite normal;
}

.btn-middle {
  padding: 14px 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.08em;
  border-radius: 25px;
}

.highlight-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.highlight-swiper-prev,
.highlight-swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #007A7B;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.highlight-swiper-prev.swiper-button-disabled,
.highlight-swiper-next.swiper-button-disabled {
  background: #C0C0C0;
}

.highlight-swiper-prev i,
.highlight-swiper-next i {
  font-size: 30px;
}

.highlight-swiper-pagination {
  display: inline-block;
  bottom: initial !important;
  left: initial !important;
  width: auto !important;
  margin-left: 10px;
  position: relative;
  top: -10px;
}

.highlight-swiper-pagination .swiper-pagination-bullet-active {
  background: #007A7B;
}

.highlight-swiper-pagination-scroll {
  border-radius: 5px;
}

.highlight-swiper-pagination-scroll .swiper-pagination-progressbar-fill {
  background: #007A7B !important;
  border-radius: 5px;
}

.swiper-highlight-control {
  padding-left: 50px;
  padding-right: 50px;
}

.media-title {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}

.custom-checkbox {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox label {
  display: block;
}

.custom-checkbox input {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1px;
  height: 1px;
}

.custom-checkbox span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #007A7B;
  padding: 5px 30px;
  background: #fff;
  border-radius: 25px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input:checked + span,
.custom-checkbox input:checked + label > span {
  color: #fff;
  background: #007A7B;
}

.custom-checkbox:hover span {
  background: #eee;
}

.number-radio-selector {
  position: relative;
  display: inline-block;
}

.number-radio-selector:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 8px;
  width: calc(100% - 20px);
  top: 10px;
  left: 8px;
  background: #B7D3D4;
}

.number-radio-selector input {
  display: none;
}

.number-radio-selector span {
  padding-top: 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #2F373D;
  position: relative;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
}

.number-radio-selector span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #B7D3D4;
  top: 4px;
  left: 4px;
  transition: all 0.1s;
  border-radius: 50%;
  z-index: 3;
}

.number-radio-selector label {
  cursor: pointer;
}

.number-radio-selector label:hover span:after {
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border: 1px solid #007A7B;
  background: #fff;
}

.number-radio-selector label:first-child span {
  margin-left: 0px;
}

.number-radio-selector label:last-child span {
  margin-right: 0px;
}

.number-radio-selector input:checked + span:after {
  top: 0px;
  left: 0px;
  background: #007A7B;
  width: 28px;
  height: 28px;
}

.check-select {
  width: 300px;
  display: inline-block;
  position: relative;
}

.check-select select {
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 18px;
  padding: 2px 20px 5px 10px;
}

.check-select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 9px;
  border-color: #007A7B transparent transparent transparent;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-tabs {
  background: #FFFFFF;
  border: 1px solid #007A7B;
  border-radius: 12px;
  display: inline-flex;
}

.main-tabs .nav-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #2F373D;
  padding: 10px 40px;
}

.main-tabs .nav-link.active {
  color: #fff;
  background: #007A7B;
  border: 1px solid #007A7B;
  box-sizing: border-box;
  border-radius: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.swiper-pagination-bullet-active {
  background: #007A7B !important;
}

.landing-img {
  background-image: url(/images/landing-mimg.jpg?30955e34decaf12957855929280cfb98);
  background-size: auto 450px;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}

.landing-section-1 .container {
  background-image: url(/images/landing_bg.jpg?4bb1677d4c742c0b60184d0cf0fe609f);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}

@media (min-width: 1440px) {
  .landing-section-1 .container {
    background-position: 60px center;
  }
}

.landing-section-1 .container .title-24 {
  margin-bottom: 70px;
}

.landing-ball {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 100%;
  text-align: center;
  background: linear-gradient(#00898b 16.67%, #026e6f 100%);
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.13));
  border-radius: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
  position: relative;
  display: block;
}

.landing-ball:hover {
  background-image: linear-gradient(180deg, #FFC128 1%, #FF9C2A 100%);
}

.landing-ball:hover .lb-title,
.landing-ball:hover .lb-text,
.landing-ball:hover .lb-arrow {
  color: #333;
  transition: all 0.5s;
}

.landing-ball:hover .lb-arrow .arrow {
  background-image: url(/images/button-right-arrow.png?a128d09527b9ad8bdd8de31692b966ed);
}

.landing-ball .lb-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-ball .lb-title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s;
}

.landing-ball .lb-text {
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
}

.landing-ball .lb-arrow {
  width: 30px;
  height: 30px;
  margin: 1px auto;
  display: block;
}

.landing-ball .lb-arrow .arrow {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/button-right-arrow-w.png?6a1cb77ea981fd67c39ec5f895d08384);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: relative;
}

.landing-section-2 {
  background: #007d7d;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}

.landing-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 170px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
  padding: 20px;
}

.landing-box .title-24 {
  font-size: 23px;
  letter-spacing: 2.3px;
  color: #00898B;
}

.landing-box .title-18 {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #231815;
}

.landing-box .btn {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  margin-top: 25px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2.8px;
  color: #3E3A39;
  transition: all 0.5s;
}

.landing-box .btn:hover {
  color: #fff;
}

.landing-box.landing-box-1 {
  background-image: url(/images/landing-img1bg.jpg?c37ad6881977f6e994af3eed7f07c6c7);
}

.landing-box.landing-box-2 {
  background-image: url(/images/landing-img2bg.jpg?229967d5aac985cbdb6210b5de9db40e);
}

@media (min-width: 1400px) {
  .landing-section-1 .container,
  .landing-section-1 .container-lg,
  .landing-section-1 .container-md,
  .landing-section-1 .container-sm,
  .landing-section-1 .container-xl,
  .landing-section-2 .container,
  .landing-section-2 .container-lg,
  .landing-section-2 .container-md,
  .landing-section-2 .container-sm,
  .landing-section-2 .container-xl {
    max-width: 1340px;
  }
}

.landing-title {
  font-size: 43px !important;
  font-weight: 700 !important;
  letter-spacing: 8.6px !important;
}

.landing-subtitle {
  font-size: 28px !important;
  letter-spacing: 2.8px !important;
  font-weight: 700 !important;
}

.landing-circle-title {
  font-size: 22px !important;
  letter-spacing: 4.6px !important;
}

.landing-text {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1.7px;
  color: #231815;
  width: 80%;
}

.landing-button {
  letter-spacing: 4.4px;
  transition: all 0.5s;
  width: 308px;
}

.landing-bottom-title {
  letter-spacing: 4.6px;
}

.landing-circle-wrapper {
  width: 350px;
}

.landing-call {
  margin-top: 20px;
  border: 1px solid #00898b;
  border-radius: 10px;
  background: #fff;
  width: 308px;
  height: 42px;
}

.landing-call .landing-call-title {
  background: #00898b;
  border-radius: 10px;
  flex: 0 0 53%;
  max-width: 53%;
  text-align: center;
}

.landing-call .landing-call-title img {
  width: 22px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.landing-call .landing-call-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
}

.landing-call .landing-call-content {
  text-align: center;
  flex: 1;
  color: #00898b;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.landing-call .landing-call-content .landing-call-phone {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 3px;
}

.landing-call .landing-call-content .landing-call-desc {
  font-size: 12px;
  line-height: 12px;
}

#outsideLink .close {
  position: absolute;
  right: -16px;
  top: -16px;
  border: 2px solid #0ba3b0;
  background: #fff;
  z-index: 999;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #0ba3b0;
  text-shadow: none;
  outline: none;
  padding: 0px;
}

#outsideLink .outside-link-modal {
  padding: 20px 30px 10px 30px;
}

#outsideLink .outside-link-modal h5,
#outsideLink .outside-link-modal p {
  text-align: center;
}

#outsideLink .outside-link-modal h5 {
  color: #007A7B;
}

#outsideLink .outside-link-modal p {
  letter-spacing: 1px;
  color: #333;
}

#outsideLink .outlink-footer {
  display: flex;
}

#outsideLink .outlink-footer > a {
  border: 1px solid #007A7B;
  flex: 1;
  display: block;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  box-shadow: none;
}

#outsideLink .outlink-footer > a:focus {
  outline: none;
  box-shadow: none;
}

#mainNav .navbar-nav {
  margin: 20px 0 17px 0;
  float: none;
}

#mainNav .navbar-nav .nav-item {
  border: none;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
}

header:after {
  display: none;
}

header .navbar {
  padding-top: 5px;
  padding-bottom: 6px;
}

header .navbar-brand .logo {
  margin: 0;
  padding: 0px;
  height: 48px;
}

header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #333;
}

.modal-open header {
  padding-right: 15px;
}

.modal-open #sideMenu .sideMenu {
  right: 35px;
}

#sideMenu .modal-content {
  top: initial;
  margin-top: 0px;
}

#sideMenu .sideMenu {
  background: rgba(0, 122, 123, 0.85);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  right: 20px;
}

#sideMenu .sideMenu .toggle-collapse {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

#sideMenu .sideMenu.collapseMenu {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

#sideMenu .sideMenu.collapseMenu .toggle-collapse {
  opacity: 1;
}

#sideMenu .sideMenu.collapseMenu .toggle-normal {
  opacity: 0;
}

#sideMenu .sideMenu.collapseMenu .sideMenu-toggle {
  width: 60px;
  height: 60px;
}

#sideMenu .sideMenu.collapseMenu .box {
  display: none;
}

#sideMenu .sideMenu .sideMenu-toggle {
  padding: 6px 0;
  cursor: pointer;
}

#sideMenu .sideMenu .box-helf {
  float: none;
  padding: 0px 10px;
}

#sideMenu .sideMenu .btn {
  background: none;
  width: 100%;
  padding: 18px 24px 18px 24px;
  display: flex;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff;
}

#sideMenu .sideMenu .btn img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

#sideMenu .sideMenu .btn.btn-red {
  background: none;
}

@-webkit-keyframes bgAnimation {
  0% {
    top: 0px;
  }

  90%, 100% {
    top: 100%;
  }
}

@keyframes bgAnimation {
  0% {
    top: 0px;
  }

  90%, 100% {
    top: 100%;
  }
}

.ctbc-home-slider .swiper-slide {
  padding-top: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ctbc-home-slider .swiper-slide.s1 {
  background-image: url("/images/2022/home_bg.jpg");
}

.ctbc-home-slider .swiper-slide.s2 {
  background-image: url("/images/2022/home_bg2.jpg");
}

.ctbc-home-slider .swiper-slide.s3 {
  background-image: url("/images/2022/home_bg3.jpg");
}

.ctbc-home-slider .swiper-slide.s4 {
  background-image: url("/images/2022/home_bg4.jpg");
}

.ctbc-home-slider .swiper-slide.s5 {
  background-image: url("/images/2022/home_bg5.jpg");
}

.ctbc-home-slider .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 235px;
  background: linear-gradient(359.93deg, #057677 0.06%, rgba(5, 118, 119, 0) 99.94%);
  opacity: 0.72;
  z-index: 1;
}

.ctbc-home-slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0.87%, rgba(255, 255, 255, 0) 100.35%);
  z-index: 1;
}

.ctbc-home-slider .swiper-slide .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
  z-index: 2;
}

.ctbc-home-slider .slide-content-title {
  width: 36%;
  padding-top: 36%;
  background-position: center -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/home_bg_title.png?a737d473a891a31122bc5ba9af4f5c14);
}

.ctbc-home-slider .slide-content-text {
  font-family: "Noto Serif TC", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-left: 66px;
  margin-bottom: 80px;
  padding-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
}

.ctbc-home-slider .slide-content-text .sct-arrow {
  margin-right: 15px;
  position: relative;
  width: 25px;
  overflow: hidden;
}

.ctbc-home-slider .slide-content-text .sct-arrow .sct-arrow-inside {
  top: 0px;
  position: relative;
  background-image: url(/images/slide_arrow_bg.png?c862a074bb06f8bdd9ad98cec5a71961);
  background-size: contain;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-top: 220%;
  -webkit-animation: bgAnimation 3s ease 0s infinite normal;
          animation: bgAnimation 3s ease 0s infinite normal;
}

.arrows {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
}

.arrows .arrows-inside {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-image: url("/images/2022/arrows.png");
  -webkit-animation: bgAnimation 3s ease 0s infinite normal;
          animation: bgAnimation 3s ease 0s infinite normal;
}

.home-step1 {
  padding: 50px 0 70px 0;
}

.home-step1 .title-24 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.home-step1 .title-32 {
  margin-bottom: 20px;
}

.home-step1 .paragraph {
  margin-bottom: 20px;
  text-align: center;
}

.home-step1 .home-1-action-buttons {
  width: 60%;
}

.video-block {
  position: relative;
}

.video-block video {
  width: 100%;
  position: relative;
  z-index: 1;
}

.video-block .gifs {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s;
}

.video-block .gifs.active {
  opacity: 1;
}

footer {
  margin-top: initial;
  position: relative;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  color: #c0feff;
}

.promotion-item {
  background: #007A7B;
  padding: 20px 15px;
  border-radius: 30px;
}

.promotion-item img {
  width: 80%;
  margin: 0 auto 20px auto;
}

.promotion-item .promotion-item-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 96px;
  letter-spacing: 2px;
}

.home-step2-slide {
  overflow-x: hidden;
}

.home-step2-swiper-wrapper {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  margin-bottom: 40px;
}

.home-step2-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-step2-swiper .swiper {
  width: 100%;
}

.home-step2-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-step2-swiper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-step2 {
  padding: 55px 0 50px 0;
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
}

.home-step2 .title-32 {
  margin-bottom: 55px;
}

.home-step2 .paragraph {
  margin-bottom: 20px;
}

.highlight-item {
  position: relative;
  border-radius: 25px;
  box-shadow: 3px 3px 8px #777;
  width: 100%;
}

.highlight-item:hover:after {
  opacity: 0.5;
}

.highlight-item .highlight-item-linkbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
}

.highlight-item > .highlight-item-img {
  padding-top: 138%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 8;
  border-radius: 25px;
}

.highlight-item > .highlight-item-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
}

.highlight-item > img {
  position: relative;
  z-index: 8;
  border-radius: 25px;
}

.highlight-item > a.highlight-link {
  z-index: 11;
  border-radius: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.highlight-item:after {
  content: "";
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/gradient.png?23f409f74c2140e2f1b665949a8ce073);
  z-index: 9;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
}

.highlight-item .highlight-text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 30px 15px 15px 15px;
}

.highlight-item .highlight-text .btn {
  margin-bottom: 12px;
}

.highlight-item .highlight-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.highlight-item .highlight-text h3 a {
  color: #fff;
}

.highlight-item .highlight-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.highlight-item .highlight-text p a {
  color: #fff;
}

.highlight-item .highlight-text ul {
  min-height: 150px;
}

.highlight-item .highlight-text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.highlight-item.news-highlight h3 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 700;
}

.highlight-item.news-highlight p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-step3 {
  padding: 40px 0;
}

.home-step3 .title-24 {
  margin-bottom: 16px;
}

.home-step3 .title-32 {
  margin-bottom: 24px;
}

.home-step3 .step3-highlight-box {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-step3 .step3-highlight-box .highlight-item .highlight-text {
  min-height: 225px;
}

.home-step4 {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
  padding: 60px 0;
}

.home-step4 .title-24 {
  margin-bottom: 18px;
  margin-top: 30px;
}

.home-step4 .title-32 {
  margin-bottom: 65px;
}

.home-step4 .paragraph {
  padding-left: 20px;
  margin-bottom: 10px;
}

.home-step5 {
  padding: 24px 0 36px 0;
}

.home-step5 .title-24 {
  margin-bottom: 18px;
  margin-top: 30px;
}

.home-step5 .title-32 {
  margin-bottom: 65px;
}

.home-step5 .step5-highlight-box {
  margin-bottom: 50px;
  padding: 0 50px;
}

.home-testimony {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
  padding: 32px 0;
}

.home-testimony .title-testimony {
  margin-bottom: 30px;
}

.home-testimony .media {
  margin-bottom: 30px;
}

.footer-buttons a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  align-items: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #FFFFFF;
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}

.footer-buttons a.rb {
  border-right: 1px solid #fff;
}

.footer-buttons a img {
  position: relative;
  top: -3px;
}

.footer-buttons img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.footer-content {
  padding: 18px 40px;
}

.footer-content p {
  margin-bottom: 0px;
}

.footer-content .footer-link-p {
  display: flex;
}

.footer-content .footer-link-p > img {
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
}

.footer-content .footer-link-p > a {
  flex: 1;
}

.main-section {
  padding-top: 48%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.main-section.story-section1 {
  background-image: url("/images/2022/story_bg1.jpg");
}

.main-section.story-section2 {
  background-image: url("/images/2022/story_bg2.jpg");
}

.main-section.story-section3 {
  background-image: url("/images/2022/story_bg3.jpg");
}

.main-section.story-section4 {
  background-image: url("/images/2022/story_bg4.jpg");
}

.main-section.story-section5 {
  background-image: url("/images/2022/story_bg5.jpg");
}

.main-section.story-section6 {
  background-image: url("/images/2022/story_bg6.jpg");
}

.main-section.data-section {
  background-image: url("/images/2022/research_bg.jpg");
}

.main-section.check-section {
  background-image: url("/images/2022/check_bg1.jpg");
}

.main-section.check-section2 {
  background-image: url("/images/2022/check_bg2.jpg");
}

.main-section.plan-section {
  background-image: url("/images/2022/plan_bg.jpg");
}

.main-section > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-section.simple-color {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.1001) 99.71%);
}

.main-section.simple-color:after {
  display: none;
}

.main-section.simple-color:before {
  display: none;
}

.main-section:after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(359.93deg, #057677 0.87%, rgba(5, 118, 119, 0) 99.94%);
  opacity: 0.72;
}

.main-section:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0.87%, rgba(255, 255, 255, 0) 100.35%);
  z-index: 1;
}

.main-section .btn {
  position: relative;
  z-index: 10;
}

.main-section .check-more {
  color: #fff;
  font-size: 18px;
  position: absolute;
  z-index: 3;
  width: 80px;
  bottom: 55px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
}

.main-section .check-more .arrows {
  margin: 0 auto;
}

.main-section .check-more i {
  display: block;
  color: #fff;
  font-size: 24px;
}

.main-section .check-more .check-icon2 {
  position: relative;
  top: -15px;
}

.check-buttons {
  padding: 45px 0;
}

.check-more {
  color: #fff;
  font-size: 18px;
  z-index: 3;
  width: 80px;
  text-align: center;
}

.check-more i {
  display: block;
  color: #fff;
  font-size: 24px;
}

.check-more .check-icon2 {
  position: relative;
  top: -15px;
}

.check-info-box {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 50px 30px;
  margin-bottom: 25px;
}

.check-info-box .title-32 {
  margin-bottom: 25px;
}

.check-mobile {
  display: none;
}

.check-calculator-buttons a.btn-checks {
  margin-bottom: 22px;
  display: block;
}

.check-calculator-buttons a.btn-checks:last-child {
  margin-bottom: 0px;
}

.check-swiper {
  height: calc( 100vh - 250px);
}

.check-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-input-section {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 137, 139, 0.13) 0%, rgba(0, 137, 139, 0) 100%);
  position: relative;
}

.check-input-section .container {
  height: 100%;
}

.check-input-section .check-inputs-box {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.check-input-section .check-inputs-box.last-check-input-box > div {
  margin: 30px 0;
}

.check-input-section .check-inputs-box .check-select {
  margin-left: 15px;
}

.check-input-section .check-inputs-box > div {
  margin: 15px 0;
}

.check-input-section .check-inputs-box > div.smm {
  margin: 7px 0;
}

.check-input-section .check-inputs-box > div.smm .title-24 {
  margin-bottom: 0.25rem !important;
}

.check-input-section .check-inputs-box input {
  border: none;
  border-bottom: 1px solid #333;
  width: 100px;
  background: none;
  outline: none;
  border-radius: 0px;
}

.check-input-section .check-inputs-box input:focus {
  outline: none;
}

.check-input-title {
  padding-top: 30px;
}

.check-input-bar {
  width: 100%;
  background: #B7D3D4;
  border-radius: 13px;
  height: 12px;
  margin-bottom: 24px;
  position: relative;
}

.check-input-bar .check-input-bar-inside {
  background: #007A7B;
  height: 12px;
  border-radius: 13px;
}

.check-input-buttons {
  background: rgba(0, 137, 139, 0.13);
  padding: 12px 0 36px 0;
}

.story-people {
  padding: 50px 0 45px 0;
}

.story-people .title-24 {
  margin-bottom: 18px;
  margin-top: 30px;
}

.story-people .title-32 {
  margin-bottom: 55px;
  padding-left: 50px;
}

.story-people .story-people-box {
  margin-bottom: 50px;
  padding: 0 50px;
}

.story-people .story-people-box-wrapper {
  margin-bottom: 60px;
}

.story-news {
  padding: 50px 0 45px 0;
}

.story-news .highlight-item .highlight-text h3,
.story-news .highlight-item .highlight-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.story-news .title-32 {
  margin-bottom: 55px;
  padding-left: 50px;
}

.story-news .story-box1,
.story-news .story-box2 {
  margin-bottom: 50px;
  padding: 0 40px;
}

.story-news .story-box-wrapper {
  margin-bottom: 60px;
}

.story-news .highlight-text h3 {
  line-height: 1.3;
}

.research-3-img {
  padding: 20px 40px;
}

.research-box {
  padding: 35px 0 45px 0;
}

.research-box .title-32 {
  margin-bottom: 15px;
}

.research-box .paragraph {
  margin-bottom: 30px;
}

.plan-box {
  background: #E1F1F1;
}

.plan-box-text {
  background: linear-gradient(90deg, #057677 -16.87%, rgba(5, 118, 119, 0.73) 34.18%, rgba(5, 118, 119, 0.05) 146.5%, rgba(5, 118, 119, 0) 153.31%);
  padding: 21px 21px 25px 21px;
  margin: 0 15px;
}

.plan-box-text .title-22 {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.plan-box-text .paragraph.font-weight-bold {
  margin-bottom: 20px;
  color: #fff;
}

.plan-box-text .paragraph {
  margin-bottom: 15px;
  color: #fff;
}

.plan-box-item {
  padding: 70px 0 80px 0;
}

.plan-box-img {
  padding-top: 111%;
  position: relative;
  margin: 0 15px;
}

.plan-box-img .plan-box-img-content {
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.plan-box-img.img-reverse:after {
  left: -15px;
  background: linear-gradient(270deg, #057677 -100.15%, rgba(5, 118, 119, 0.96) -93.58%, rgba(5, 118, 119, 0.55) -23.53%, rgba(5, 118, 119, 0.25) 37.76%, rgba(5, 118, 119, 0.07) 85.92%, rgba(5, 118, 119, 0) 118.75%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.plan-box-img:after {
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(270deg, #057677 -100.15%, rgba(5, 118, 119, 0.96) -93.58%, rgba(5, 118, 119, 0.55) -23.53%, rgba(5, 118, 119, 0.25) 37.76%, rgba(5, 118, 119, 0.07) 85.92%, rgba(5, 118, 119, 0) 118.75%);
}

.plan-news {
  padding: 60px 0 45px 0;
}

.plan-news .main-tabs {
  margin-bottom: 40px;
}

.plan-news .main-tabs .nav-item {
  flex: 1;
}

.plan-news .main-tabs .nav-item .nav-link {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}

.plan-news .main-tabs .nav-item:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.plan-news .swiper-highlight-control {
  padding-left: 0px;
  padding-right: 0px;
}

.plan-news .swiper-wrapper {
  margin-bottom: 40px;
}

#dataChart5YearLegend {
  margin-bottom: 10px;
  width: 100%;
}

#dataChart5YearLegend ul {
  text-align: right;
}

#dataChart5YearLegend ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

#dataChart5YearLegend ul li span {
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.plan-question {
  padding: 25px 0;
}

#qaAccordion .card {
  background: none;
  border: none;
  margin-bottom: 20px;
  width: 100%;
  align-items: center;
}

#qaAccordion .card-header {
  background: #007A7B;
  border-radius: 16px;
  width: 100%;
}

#qaAccordion .card-header i {
  display: block;
  color: #FFC12A;
  font-size: 32px;
  margin-left: 10px;
}

#qaAccordion .card-header h2 button {
  position: relative;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #E9F2F2;
  outline: none;
  box-shadow: none;
  padding-right: 40px;
}

#qaAccordion .card-header h2 button:focus {
  outline: none;
  box-shadow: none;
}

#qaAccordion .card-header h2 button .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  top: 12px;
  right: 12px;
}

#qaAccordion .card-header h2 button .vertical {
  position: absolute;
  background-color: #FFC12A;
  width: 3px;
  height: 20px;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: -10px;
}

#qaAccordion .card-header h2 button .horizontal {
  position: absolute;
  background-color: #FFC12A;
  width: 20px;
  height: 3px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1.5px;
}

#qaAccordion .card-header h2 button.collapsed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

#qaAccordion .card-header h2 button.collapsed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

#qaAccordion .card-header h2 button.collapsed i {
  transform: rotate(0deg);
  transition: transform 1s;
}

#qaAccordion .card-header h2 button:not(.collapsed) {
  opacity: 1;
}

#qaAccordion .card-header h2 button:not(.collapsed) .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}

#qaAccordion .card-header h2 button:not(.collapsed) .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

#qaAccordion .card-header h2 button:not(.collapsed) i {
  transform: rotate(360deg);
  transition: transform 1s;
}

#qaAccordion .card-body {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ddd;
}

.plan-highlight {
  padding: 30px 0 50px 0;
}

.plan-highlight .title-32 {
  margin-bottom: 30px;
}

.philosophy-top {
  position: relative;
}

.philosophy-top .container-fluid,
.philosophy-top .container {
  position: relative;
  z-index: 2;
}

.philosophy-top:after {
  content: "";
  width: 100%;
  height: 38%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(359.93deg, #BF8F20 0.06%, rgba(191, 143, 32, 0) 90.32%);
  opacity: 0.72;
}

.philosophy-top .check-more {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 100px;
}

.philosophy-top-text {
  padding-left: 85px;
}

.philosophy-top-text h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.philosophy-top-text h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.philosophy-top-text h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  text-align: justify;
  letter-spacing: 0.06em;
  color: #2F373D;
}

.philosophy-top-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}

.philosophy-top-img {
  padding-top: 66.66%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.philosophy-top-img-mobile {
  height: calc( 100vh - 96px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-brown .philosophy-top-text h2 {
  color: #BF8F20;
}

.p-brown .philosophy-top-text h3 {
  text-shadow: -1px 0 #BF8F20, 0 1px #BF8F20, 1px 0 #BF8F20, 0 -1px #BF8F20;
}

.p-brown .philosophy-content .title-36,
.p-brown .philosophy-2-column-box .title-36 {
  color: #BF8F20;
}

.p-brown .philosophy-content .container,
.p-brown .philosophy-2-column-box .container {
  border-bottom: 3px solid #BF8F20;
}

.philosophy-middle {
  margin-bottom: 60px;
}

.philosophy-middle img {
  width: 100%;
}

.philosophy-alert {
  padding: 0 0 35px 0;
}

.philosophy-alert p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #2F373D;
  margin-bottom: 10px;
}

.philosophy-content .title-22 {
  margin-bottom: 15px;
}

.philosophy-content .title-36 {
  margin-bottom: 10px;
}

.philosophy-content .paragraph p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}

.philosophy-content .row {
  margin-bottom: 80px;
}

.philosophy-content .row:last-child {
  margin-bottom: 0px;
}

.philosophy-content .row .col-md-6:first-child .philosophy-content-text {
  padding-right: 30px;
}

.philosophy-content .row .col-md-6:last-child .philosophy-content-text {
  padding-left: 30px;
}

.philosophy-content .title-36,
.philosophy-2-column-box .title-36 {
  color: #BF8F20;
}

.philosophy-content .container,
.philosophy-2-column-box .container {
  border-bottom: 3px solid #BF8F20;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.philosophy-content .p2cb-left,
.philosophy-2-column-box .p2cb-left {
  padding-right: 30px;
}

.philosophy-content .p2cb-right,
.philosophy-2-column-box .p2cb-right {
  padding-left: 30px;
}

#subscriptionModal .modal-dialog {
  max-width: 790px;
  border: none;
}

#subscriptionModal .modal-content {
  background: linear-gradient(180deg, rgba(0, 123, 124, 0.13) 0%, rgba(0, 137, 139, 0.13) 99.71%) #fff;
  border-radius: 30px;
  border: none;
  padding: 24px 32px;
  position: relative;
}

#subscriptionModal .modal-content .modal-header {
  border-bottom: none;
  position: relative;
  z-index: 2;
}

#subscriptionModal .modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}

#subscriptionModal .modal-content .modal-header .modal-body {
  position: relative;
  z-index: 2;
}

#subscriptionModal .modal-content .modal-header .close {
  background: rgba(0, 122, 123, 0.85);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 73.5px;
  color: #FFF382;
  padding: 8px;
  opacity: 1;
  width: 48px;
  height: 48px;
}

#subscriptionModal .modal-content .subscription-content {
  padding: 60px 0 80px 0;
}

#subscriptionModal .modal-content .subscription-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
}

#subscriptionModal .modal-content #subscription_email {
  background: #FFFFFF;
  border: 2px solid #007A7B;
  box-sizing: border-box;
  border-radius: 16px;
  height: 56px;
  font-size: 18px;
  padding: 2px 10px;
}

main.check-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.check-4 .s2 .desIntro {
  padding-left: 0px;
}

.check-4 .s1 .q11 .content .progress .data,
.check-4 .s1 .q12 .content .progress .data,
.check-4 .s1 .q13 .content .progress .data {
  top: 15px;
}

.check-4 .s1 .q11 .content .info,
.check-4 .s1 .q12 .content .info,
.check-4 .s1 .q13 .content .info {
  min-height: 200px;
}

.svg-item {
  width: 95%;
  font-size: 16px;
  margin: 0 auto;
  opacity: 0.2;
}

.svg-item.active {
  -webkit-animation: donutfade 1s;
          animation: donutfade 1s;
  opacity: 1;
}

@-webkit-keyframes donutfade {
  /* this applies to the whole svg item wrapper */
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .svg-item {
    width: 95%;
  }
}

.donut-ring {
  stroke: #EBEBEB;
}

.donut-segment {
  transform-origin: center;
}

.svg-item.active .donut-segment-1 {
  -webkit-animation: donut1 2s;
          animation: donut1 2s;
}

.svg-item.active .donut-segment-2 {
  -webkit-animation: donut2 2s;
          animation: donut2 2s;
}

.svg-item.active .donut-segment-3 {
  -webkit-animation: donut3 2s;
          animation: donut3 2s;
}

.svg-item.active .donut-percent {
  -webkit-animation: donutfadelong 1s;
          animation: donutfadelong 1s;
}

@-webkit-keyframes donutfadelong {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes donutfadelong {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 56.1, 43.9;
  }
}

@keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 56.1, 43.9;
  }
}

@-webkit-keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 52.9, 47.1;
  }
}

@keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 52.9, 47.1;
  }
}

@-webkit-keyframes donut3 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 58.3, 41.7;
  }
}

@keyframes donut3 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 58.3, 41.7;
  }
}

.donut-text {
  font-family: Arial, Helvetica, sans-serif;
  fill: #007A7B;
}

.donut-label {
  font-size: 0.28em;
  font-weight: 700;
  line-height: 1;
  fill: #000;
  transform: translateY(0.25em);
}

.donut-title {
  font-size: 0.15em;
  letter-spacing: 0.31px;
  line-height: 1;
  transform: translateY(0.5em);
  font-weight: bold;
  color: #666;
  fill: #666;
}

.svg-item.active .dount-title {
  -webkit-animation: donutfadelong 1s;
          animation: donutfadelong 1s;
}

.donut-percent {
  font-size: 0.6em;
  line-height: 1;
  transform: translateY(0.5em);
  font-weight: bold;
  font-style: italic;
  font-family: "Merriweather", serif;
}

.donut-percent2 {
  font-size: 0.17em;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  fill: #007A7B;
}

.donut-data {
  font-size: 0.15em;
  line-height: 1;
  transform: translateY(0.5em);
  text-align: center;
  text-anchor: middle;
  color: #666;
  fill: #666;
  font-family: "Merriweather", serif;
}

.svg-item.active .donut-data {
  -webkit-animation: donutfadelong 1s;
          animation: donutfadelong 1s;
}

.svg-item {
  max-width: 100%;
  display: inline-block;
}

.generate-list {
  font-size: 20px;
  margin: 10px auto 0 auto;
  width: 80%;
  padding: 0;
}

.generate-list li {
  border-bottom: 1px solid #999;
  padding: 5px 10px;
  text-align: center;
  list-style: none;
}

.generate-list li span {
  margin-right: 15px;
  letter-spacing: 0.5px;
  color: #888;
}

.generate-list li i {
  letter-spacing: 0.5px;
  color: #888;
  font-style: normal;
  margin-left: 5px;
}

.generate-list li b {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
  color: #007A7B;
  font-size: 26px;
}

.generate-list li:last-child {
  border-bottom: none;
}

.chart-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #007A7B;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border: initial;
}

.check-4 .kv .board .form .score {
  position: relative;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .line-link {
    line-height: 16px;
  }

  #sideMenu #m-reservation .d-lg-block {
    display: block;
  }

  #sideMenu #m-reservation .modal-lg {
    width: auto;
  }

  .rwd-block {
    display: block !important;
  }

  .desktop-block {
    display: none !important;
  }

  .container {
    max-width: 100%;
  }

  .title-32 {
    line-height: 40px;
  }

  .title-32-m-small {
    font-size: 20px;
    display: block;
    line-height: 28px;
  }

  body {
    padding-top: 56px;
  }

  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 3px;
  }

  header .container {
    padding: 0px;
  }

  header .navbar {
    padding: 0px;
  }

  header .navbar-brand {
    margin-left: 15px;
    margin-bottom: 3px;
  }

  header .navbar-brand .logo {
    height: 40px;
  }

  header .navbar-toggler {
    position: relative;
    border: none;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 36px;
    margin-right: 15px;
    margin-bottom: 3px;
    outline: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none !important;
  }

  header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  header .navbar-toggler .bar-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    -webkit-transform: translate3d(0, 0, 0);
  }

  header .navbar-toggler .bar-icon {
    height: 2px;
    width: 24px;
    background: #FFF382;
    display: block;
    opacity: 1;
    margin-top: 8px;
    transition: transform 0.15s linear;
    transform-origin: 50% 50%;
  }

  header .navbar-toggler .bar-icon:nth-child(1) {
    margin-top: 0px;
  }

  header .navbar-toggler .bar-icon:nth-child(2) {
    transition: opacity 0.1s linear;
  }

  header .navbar-toggler:not(.collapsed) .bar-icon:nth-child(1) {
    transform: rotate(45deg) translate3d(4px, 4px, 0);
    margin-top: 0px;
  }

  header .navbar-toggler:not(.collapsed) .bar-icon:nth-child(2) {
    opacity: 0;
    margin-top: 4px;
  }

  header .navbar-toggler:not(.collapsed) .bar-icon:nth-child(3) {
    transform: rotate(-45deg) translate3d(4px, -4px, 0);
    margin-top: 4px;
  }

  header .navbar-collapse {
    position: relative;
    background: #E9F2F2;
    width: 100%;
    margin-top: 0px;
    padding: 0 15px;
  }

  header .navbar-collapse .menu {
    position: absolute;
    top: 0px;
    bottom: 71px;
    width: calc(100% - 30px);
  }

  header .navbar-collapse.collapsing {
    height: 0px !important;
    overflow: hidden;
    transition: height 0.5s ease;
  }

  header .navbar-collapse.collapsing .menu {
    height: 0px;
  }

  header .navbar-collapse.show {
    position: fixed;
    height: calc(100% - 53px);
    top: 53px;
    left: 0px;
    transition: height 0.5s ease;
  }

  header .navbar-collapse#mainNav .navbar-nav {
    height: 100%;
    justify-content: space-around;
    margin: 0px;
  }

  header .navbar-collapse#mainNav .navbar-nav .nav-item {
    background: none;
    display: flex;
    flex: auto;
    align-items: center;
    border-bottom: 2px solid #007A7B;
  }

  header .navbar-collapse#mainNav .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  header .navbar-collapse#mainNav .navbar-nav .nav-item .nav-link {
    background: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.08em;
    color: #007A7B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  header .navbar-collapse#mainNav .navbar-nav .nav-item .nav-link:focus,
  header .navbar-collapse#mainNav .navbar-nav .nav-item .nav-link:active,
  header .navbar-collapse#mainNav .navbar-nav .nav-item .nav-link.active {
    background: #007A7B;
    color: #fff;
  }

  #sideMenu .sideMenu {
    display: none;
  }

  .title-24.text-gy {
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }

  .title-32 {
    font-size: 30px;
  }

  .home-step1 {
    padding: 40px 0;
  }

  .home-step1 .title-24 {
    margin-top: 0px;
  }

  .home-step1 .home-1-action-buttons {
    width: 100%;
  }

  .home-step1 .home-1-action-buttons img {
    width: 100%;
    margin: 0 auto;
  }

  .home-step2 {
    padding: 40px 0;
  }

  .home-step2-swiper-wrapper {
    width: calc(100% + 220px);
    left: -110px;
  }

  .home-step3 {
    padding: 20px 0;
  }

  .home-step3 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-step4 {
    padding: 20px 0;
  }

  .home-step4 .step4-chart {
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .home-step4 .title-24 {
    margin-top: 10px;
  }

  .home-step4 .title-32 {
    margin-bottom: 20px;
  }

  .home-step4 .paragraph {
    padding-left: 0px;
  }

  .home-step5 {
    padding: 20px 0;
  }

  .home-step5 .title-24 {
    margin-top: 10px;
  }

  .home-step5 .title-32 {
    margin-bottom: 20px;
  }

  .home-step5 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-step5 .step5-highlight-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .plan-news .story-box-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .plan-news .swiper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .plan-news .swiper-wrapper {
    margin-bottom: 20px;
  }

  .plan-news .swiper-highlight-control {
    padding-left: 30px;
    padding-right: 30px;
  }

  .plan-news .swiper-highlight-control .highlight-swiper-pagination-scroll {
    margin-bottom: 20px;
  }

  .plan-highlight {
    padding: 20px 0;
  }

  .plan-highlight .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .plan-highlight .title-32 {
    padding-left: 30px;
  }

  .plan-highlight .step3-highlight-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .story-people .title-32 {
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .story-people .story-people-box-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .story-people .story-people-box-wrapper .story-people-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .story-news {
    padding: 20px 0;
  }

  .story-news .story-box1,
  .story-news .story-box2 {
    margin-bottom: 20px;
  }

  .intro-box .title-22 {
    margin-bottom: 5px;
  }

  .intro-box .title-18 {
    margin-bottom: 10px;
    font-weight: bold;
  }

  .intro-box .intro-box-small {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-bottom: 5px !important;
  }

  .intro-box .paragraph {
    font-size: 14px;
  }

  .story-news .title-32 {
    padding-left: 10px;
    margin-bottom: 20px;
  }

  footer {
    font-size: 12px;
    padding-bottom: 0px;
  }

  .title-32.m20 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #333333;
  }

  .highlight-item .highlight-text h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .highlight-item .highlight-text p {
    font-size: 14px;
    font-weight: 400;
  }

  .check-calculator-buttons {
    margin-bottom: 15px;
  }

  .btn-checks {
    padding: 13px 0;
    font-size: 16px;
  }

  .btn-checks .link-yellow {
    font-size: 16px;
  }

  .footer-buttons a {
    font-size: 16px;
    font-family: "Noto Serif TC", serif;
  }

  .check-buttons {
    padding: 30px 20px;
  }

  .check-buttons .title-32 {
    margin-bottom: 15px;
  }

  .check-buttons .title-18 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .check-buttons .btn-checks i {
    float: right;
  }

  .plan-question .card-header .btn-link {
    padding-right: 32px;
    position: relative;
  }

  .plan-question .card-header .btn-link span.float-right {
    float: none !important;
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
  }

  .plan-question .card-header .btn-link span.float-right i {
    font-size: 38px;
  }

  #qaAccordion .card-body {
    margin-top: 15px;
    background: #007A7B;
  }

  #qaAccordion .card-body p {
    color: #fff;
  }

  .check-inputs-box .title-24 {
    font-size: 18px;
  }

  .philosophy-content .row .col-md-6:first-child .philosophy-content-text {
    padding-right: 0px;
  }

  .philosophy-content .row .col-md-6:last-child .philosophy-content-text {
    padding-left: 0px;
  }

  .main-section.story-section1 {
    background-image: url("/images/2022/sm1.png");
  }

  .main-section.story-section2 {
    background-image: url("/images/2022/sm2.png");
  }

  .main-section.story-section3 {
    background-image: url("/images/2022/sm3.png");
  }

  .main-section.story-section4 {
    background-image: url("/images/2022/sm4.png");
  }

  .main-section.story-section5 {
    background-image: url("/images/2022/sm5.png");
  }

  .main-section.story-section6 {
    background-image: url("/images/2022/sm6.png");
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .check-swiper {
    height: calc( 100vh - 310px);
  }

  .footer-buttons {
    background: #007e7d;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 998;
  }

  .footer-buttons.atBottom {
    position: relative;
    width: auto;
    bottom: initial;
    left: initial;
  }

  .ctbc-home-slider .swiper-slide {
    padding-top: 0px;
    height: calc( 100vh - 56px);
    position: relative;
  }

  .ctbc-home-slider .swiper-slide.s1 {
    background-image: url("/images/2022/home_bg_m.jpg");
  }

  .ctbc-home-slider .swiper-slide.s2 {
    background-image: url("/images/2022/home_bg_m2.jpg");
  }

  .ctbc-home-slider .swiper-slide.s3 {
    background-image: url("/images/2022/home_bg_m3.jpg");
  }

  .ctbc-home-slider .swiper-slide.s4 {
    background-image: url("/images/2022/home_bg_m4.jpg");
  }

  .ctbc-home-slider .swiper-slide.s5 {
    background-image: url("/images/2022/home_bg_m5.jpg");
  }

  .ctbc-home-slider .slide-content-title {
    width: 70%;
    padding-top: 100%;
    background-position: -50px -80px;
  }

  .ctbc-home-slider .slide-content-text {
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-left: 15px;
    padding-left: 10px;
  }

  .main-section {
    padding-top: 0px;
    height: calc( 100vh - 96px);
  }

  .main-section .title-32 {
    line-height: 46px;
  }

  .main-section.story-section {
    background-image: url("/images/2022/story_bg1_m.jpg");
  }

  .main-section.data-section {
    background-image: url("/images/2022/research_bg_m.jpg");
  }

  .main-section.check-section {
    background-image: url("/images/2022/check_bg1_m.jpg");
  }

  .main-section.check-section2 {
    background-image: url("/images/2022/check_bg2_m.jpg");
  }

  .main-section.plan-section {
    background-image: url("/images/2022/plan_bg_m.jpg");
  }

  .main-section.plan-section .title-18 {
    text-align: center;
  }

  .main-section:after {
    height: 40vh;
  }

  .main-section .container {
    height: 100%;
  }

  .main-section .container .row {
    height: 100%;
  }

  .main-section .container .row > div {
    height: 100%;
  }

  .main-section .check-info-box {
    height: 100%;
    background: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .main-section .check-info-box .title-18 {
    color: #fff;
  }

  .main-section .check-info-box .title-18.text-bk {
    color: #222;
  }

  .main-section .check-more span {
    display: none;
  }

  .check-mobile {
    display: block;
  }

  .check-mobile .check-info-box .title-32 {
    margin-bottom: 5px;
  }

  .check-mobile .check-info-box .title-18 {
    font-size: 16px;
  }

  .plan-box .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .plan-box .title-36 {
    font-weight: 900;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
    text-align: left !important;
    padding-left: 20px;
    margin-bottom: 25px !important;
  }

  .plan-box .plan-box-item {
    margin-bottom: -200px;
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow-y: hidden;
  }

  .plan-box .plan-box-item.type1 .plan-box-img {
    width: 80%;
    padding-top: 80%;
  }

  .plan-box .plan-box-item.type1 .plan-box-text {
    position: relative;
    top: -110px;
    width: 80%;
    margin-left: auto;
    z-index: 10;
    margin-right: 0px;
  }

  .plan-box .plan-box-item.type2 .row .col-md-6:first-child {
    order: 2;
    z-index: 10;
  }

  .plan-box .plan-box-item.type2 .row .col-md-6:last-child {
    order: 1;
    z-index: 9;
  }

  .plan-box .plan-box-item.type2 .plan-box-img {
    width: 80%;
    padding-top: 80%;
    position: relative;
    margin-left: auto;
    z-index: 9;
  }

  .plan-box .plan-box-item.type2 .plan-box-text {
    width: 80%;
    position: relative;
    z-index: 10;
    top: -110px;
  }

  .check-desktop {
    display: none;
  }

  .research-box {
    padding: 35px 20px;
  }

  .research-3-img {
    margin-bottom: 15px;
  }

  .simple-bg-m-white {
    background: #fff;
  }

  .landing-section-1 .container {
    background-image: none;
    padding-top: 10px;
  }

  .landing-section-1 {
    padding: 30px 30px;
  }

  .landing-section-2 {
    padding: 30px 15px;
  }

  .landing-img {
    margin: 0 -30px;
    height: 330px;
  }

  .landing-box .title-18 {
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
  }

  .landing-box.landing-box-1 {
    margin: 20px 0;
    height: 240px;
    background-image: url(/images/landing-img1mbg.jpg?c36e4f42fd27d02ef469d6c6e5dce142);
  }

  .landing-box.landing-box-1 .btn {
    margin-top: 100px;
  }

  .landing-box.landing-box-2 {
    height: 160px;
    background-image: url(/images/landing-img2mbg.jpg?3e483ed40c80b039c8445284e3dd25d0);
  }

  .landing-title {
    font-size: 28px !important;
    letter-spacing: 2.8px !important;
  }

  .landing-subtitle {
    font-size: 20px !important;
    letter-spacing: 2.2px !important;
    margin-bottom: 30px !important;
  }

  .landing-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }

  .landing-button,
  .landing-call {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-call .landing-call-title h3 {
    font-size: 14px;
  }

  .landing-call .landing-call-content .landing-call-phone {
    font-size: 14px;
  }
}

@media (min-width: 568px) and (max-width: 992px) and (orientation: portrait) {
  .ctbc-home-slider .slide-content-title {
    background-position: -50px -80px;
  }
}

@media (min-width: 568px) {
  .step3-pagination {
    display: none;
  }
}

@media (max-width: 567px) and (orientation: portrait) {
  .ctbc-home-slider .slide-content-title {
    width: 100%;
    background-position: -30px -60px;
  }
}

@media (max-width: 567px) {
  .btn-large {
    min-width: initial;
    display: block;
  }

  .home-step1 .btn-large,
  .home-step2 .btn-large,
  .home-step3 .btn-large,
  .home-step4 .btn-large,
  .home-step5 .btn-large {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-step2 .title-24 {
    margin-bottom: 15px;
  }

  .home-step3 .step3-highlight-box {
    margin-bottom: 10px;
  }

  .plan-highlight .step3-highlight-box {
    margin-bottom: 10px;
  }

  .home-step4 .btn-gy {
    margin-bottom: 10px;
  }

  .home-step5 .col-md-auto.text-right {
    text-align: center !important;
  }

  .home-step5 .btn-gy.btn-large {
    margin-top: 20px;
  }

  .home-step5 .step5-highlight-box {
    margin-bottom: 20px;
  }

  .home-testimony {
    padding: 13px 0;
  }

  .home-testimony .title-testimony {
    padding: 15px 0;
  }

  .home-testimony .title-32.text-gy {
    font-size: 18px;
  }

  .home-testimony .media-title {
    text-align: left;
    padding-left: 50%;
    font-size: 14px;
    font-family: "Noto Sana TC";
  }

  .highlight-swiper .swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    left: initial;
  }

  .highlight-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7;
    transform: scale(0.9) !important;
  }

  .swiper-highlight-control {
    padding: 0 15px;
    position: relative;
  }

  .swiper-highlight-control .highlight-swiper-prev,
  .swiper-highlight-control .highlight-swiper-next {
    display: none;
  }

  .swiper-highlight-control .highlight-swiper-pagination-scroll {
    position: relative;
  }

  .footer-content {
    padding: 10px 0;
  }

  .footer-content .logo {
    width: 120px;
  }

  .footer-content p {
    font-size: 12px;
  }

  .promotion-item .promotion-item-text {
    font-size: 12px;
  }

  .main-tabs .nav-link {
    padding: 10px 3px;
  }

  .plan-news .main-tabs {
    width: 100%;
  }

  .plan-news .main-tabs .nav-item {
    width: 33.333%;
  }

  .plan-news .main-tabs .nav-item .nav-link {
    text-align: center;
  }

  .check-inputs-box .title-24 {
    font-size: 16px;
    text-align: left;
  }

  .check-inputs-box .paragraph {
    font-size: 14px;
    text-align: left;
  }

  .check-input-buttons .button-wrapper {
    display: flex;
    justify-content: space-around;
  }

  .check-input-buttons .btn.btn-large {
    width: 41%;
    display: inline-block;
    font-size: 16px;
  }

  .number-radio-selector label {
    margin-bottom: 0px;
  }

  .number-radio-selector span {
    width: 20px;
    margin: 0 4px;
    font-size: 14px;
    padding-top: 24px;
  }

  .custom-checkbox label {
    margin-bottom: 2px;
  }

  .custom-checkbox span {
    font-size: 16px;
    padding: 3px 10px;
  }

  .check-select {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  .check-select:after {
    border-width: 12px 6px 0 7px;
  }

  .check-select select {
    font-size: 16px;
  }

  .check-input-section .check-inputs-box .check-select {
    margin-left: 0px;
  }

  .last-check-input-box .text-left {
    width: 100%;
  }

  .plan-box-item .btn-gy {
    width: 220px;
  }

  .plan-box-item.type1 .btn-gy {
    margin-left: auto;
    margin-right: 15px;
  }

  .plan-news .btn-gy {
    width: 150px;
  }

  .plan-question .title-36 {
    text-align: left !important;
    margin: 20px 0 10px 0;
  }

  .footer-buttons a {
    padding: 18px 0;
    font-size: 14px;
  }

  .check-input-section .check-inputs-box.last-check-input-box > div {
    margin: 12px 0;
  }

  .check-input-bar {
    height: 10px;
    margin-bottom: 10px;
  }

  .check-input-bar .check-input-bar-inside {
    height: 10px;
  }

  .number-radio-selector span:after {
    width: 14px;
    height: 14px;
    top: 6px;
  }

  .number-radio-selector input:checked + span:after {
    width: 20px;
    height: 20px;
    top: 4px;
  }

  .check-input-buttons {
    padding: 12px 0;
  }

  .check-input-buttons .btn.btn-large {
    padding: 6px 20px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .check-input-section .check-inputs-box > div {
    margin: 8px 0;
  }

  .custom-checkbox span {
    font-size: 14px;
  }

  .generate-list {
    width: 90%;
    font-size: 18px;
  }

  .check-inputs-box .title-24 {
    font-size: 13px;
    text-align: left;
  }

  .check-inputs-box .paragraph {
    font-size: 12px;
    text-align: left;
  }

  .custom-checkbox {
    margin-bottom: 3px;
  }
}

@media (max-width: 375px) {
  .landing-circle-wrapper {
    width: 100%;
  }

  .landing-circle-wrapper .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-section-1 {
    padding: 30px 20px;
  }

  .landing-button,
  .landing-call {
    width: 100%;
  }

  .landing-title {
    font-size: 28px !important;
    letter-spacing: 2.4px !important;
  }

  .landing-subtitle {
    font-size: 18px !important;
    letter-spacing: 2.5px !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 320px) {
  .landing-title {
    font-size: 24px !important;
    letter-spacing: 1.4px !important;
  }

  .landing-subtitle {
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 30px !important;
  }
}

