@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
body, html {
  height: 100%;
}

body {
  margin: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #3a3a3a;
  -webkit-user-select: none;
          user-select: none;
  background-color: #FAFCFF;
  overflow-x: hidden;
}

.frame-1 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.frame-1:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.frame-1 .bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 0px;
  z-index: 0;
}
.frame-1 .backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, #f5af19 50%, #f12711 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 50%, #f5af19 70%, #f12711 100%);
  z-index: 2;
  opacity: 0.7;
}
.frame-1 .wrapper {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .frame-1 .wrapper {
    width: auto;
  }
}
.frame-1 .logo {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0px 6px 8px rgba(244, 156, 0, 0.45));
  border-radius: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 400px) {
  .frame-1 .logo {
    border-radius: 20px;
    width: 82px;
    height: 82px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .logo {
    width: 92px;
    height: 92px;
  }
}
.subscript-btn {
  width: 100%;
  margin-left: 0 !important;
}
.frame-1 .title {
  white-space: nowrap;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  transform: translateY(50px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 400px) {
  .frame-1 .title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .title {
    font-size: 38px;
    line-height: 55px;
  }
}
.frame-1 .title.show {
  transform: translateY(0px);
  opacity: 1;
}
.frame-1 .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 400px) {
  .frame-1 .sub-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .sub-title {
    font-size: 33px;
  }
}
.frame-1 .sub-title.show {
  transform: translateY(0px);
  opacity: 1;
}
.frame-1 .sub-title .line {
  position: relative;
}
.frame-1 .sub-title .line:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #F49C00;
  left: 0px;
  bottom: -10px;
}
@media screen and (min-width: 400px) {
  .frame-1 .sub-title .line:after {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .sub-title .line:after {
    width: 67px;
  }
}
.frame-1 .describe {
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 70px;
  letter-spacing: 2px;
  line-height: 1.8;
  transform: translateY(50px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 400px) {
  .frame-1 .describe {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .describe {
    font-weight: 100;
  }
}
.frame-1 .describe.show {
  transform: translateY(0px);
  opacity: 1;
}
.frame-1 .btn-frame {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.frame-1 .btn-frame.show {
  transform: translateY(0px);
  opacity: 1;
}
.frame-1 .button {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  min-width: 140px;
  text-align: left;
  height: 50px;
  max-height: 50px;
  transition: box-shadow 80ms;
}
@media screen and (min-width: 400px) {
  .frame-1 .button {
    min-width: 170px;
    height: 60px;
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .button {
    min-width: 200px;
  }
}
.frame-1 .button:last-child {
  margin-left: 15px;
}
@media screen and (min-width: 400px) {
  .frame-1 .button:last-child {
    margin-left: 25px;
  }
}
.frame-1 .button:hover {
  box-shadow: 0px 0px 15px rgba(244, 156, 0, 0.3);
  filter: drop-shadow(0px 0px 10px rgba(244, 156, 0, 0.7));
}
.frame-1 .button .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 400px) {
  .frame-1 .button .icon {
    min-width: 26px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .button .icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.frame-1 .button .icon.apple {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 400px) {
  .frame-1 .button .icon.apple {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .button .icon.apple {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}
.frame-1 .button .btn-wrapper {
  margin-left: 5px;
}
@media screen and (min-width: 400px) {
  .frame-1 .button .btn-wrapper {
    margin-left: 10px;
  }
}
.frame-1 .button .btn-title {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .frame-1 .button .btn-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .button .btn-title {
    font-size: 20px;
  }
}
.frame-1 .button .text {
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .frame-1 .button .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .frame-1 .button .text {
    font-size: 18px;
  }
}

.frame-2 {
  min-height: 800px;
  background-color: #FAFCFF;
  background-image: url(../images/world-map.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 60px;
  position: relative;
  padding: 80px 15px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .frame-2 {
    background-size: 70%;
    background-position: 30px center;
  }
}
@media screen and (min-width: 500px) {
  .frame-2 .wrapper {
    padding: 0px 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .frame-2 .wrapper {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin-left: 0px;
  }
}
.frame-2 .text-wrapper {
  font-weight: 300;
  letter-spacing: 2px;
}
.frame-2 .text-1 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .frame-2 .text-1 {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
.frame-2 .text-1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #4a4a4a;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 400px) {
  .frame-2 .text-1:after {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .frame-2 .text-1:after {
    bottom: -25px;
  }
}
.frame-2 .text {
  font-size: 24px;
  margin-bottom: 30px;
  border-radius: 100px;
  background: #333333;
  color: #ffffff;
  padding: 5px 25px;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .frame-2 .text.left {
    margin-left: 30px;
  }
}
@media screen and (min-width: 400px) {
  .frame-2 .text.right {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .frame-2 .text {
    font-size: 36px;
  }
}
.frame-2 .demo-wrapper {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .frame-2 .demo-wrapper {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .frame-2 .demo-wrapper {
    margin-top: 0px;
    margin-left: 0%;
    transform: translateX(0%);
  }
}
.frame-2 .iframe {
  position: absolute;
  left: 54px;
  top: 13px;
  width: 210px;
  height: 452px;
  z-index: -1;
}

.frame-3 {
  background: #FAFCFF;
  position: relative;
  display: flex;
  padding: 40px 15px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .frame-3 {
    padding-bottom: 150px;
  }
}
.frame-3 .mycol {
  padding-left: 30px;
  padding-right: 30px;
}
.frame-3 .wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .frame-3 .wrapper {
    margin-top: 0px;
  }
}
.frame-3 .icon-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .frame-3 .icon-frame {
    width: 160px;
    height: 160px;
  }
}
.frame-3 .icon-frame .icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .frame-3 .icon-frame .icon {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
.frame-3 .title {
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
  color: #4a4a4a;
  font-weight: 500;
}
.frame-3 .describe {
  font-size: 18px;
  margin-top: 10px;
  color: #4a4a4a;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.frame-4 {
  width: 100%;
  min-height: 1100px;
  height: 100%;
  background: #FAFCFF;
  position: relative;
  padding: 0px 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .frame-4 {
    min-height: 1450px;
  }
}
@media screen and (max-width: 768px) {
  .frame-4 {
    min-height: 950px;
  }
}
.frame-4 .main-title {
  text-align: center;
  font-size: 30px;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .frame-4 .main-title {
    font-size: 40px;
  }
}
.frame-4 .main-title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #4a4a4a;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .frame-4 .main-title:after {
    width: 90px;
    bottom: -25px;
  }
}
.frame-4 .wrapper {
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper {
    position: absolute;
    width: 700px;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
  }
}
.frame-4 .wrapper .line {
  position: absolute;
  top: 40px;
  left: 40px;
  height: 835px;
  background: #F49C00;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .line {
    top: 80px;
    left: 80px;
    /* height: 1200px; */
  }
}
@media screen and (max-width: 768px) {
  .frame-4 .wrapper .line {
    height: 650px;
  }
}
.frame-4 .wrapper .content-wrapper {
  position: absolute;
  width: 100%;
  display: flex;
}
/* .frame-4 .wrapper .content-wrapper.channel {
  top: 210px;
} */
/* @media screen and (min-width: 768px) {
  .frame-4 .wrapper .content-wrapper.channel {
    top: 300px;
  }
} */
.frame-4 .wrapper .content-wrapper.target {
  top: 210px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .content-wrapper.target {
    top: 300px;
  }
}
.frame-4 .wrapper .content-wrapper.keep {
  top: 420px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .content-wrapper.keep {
    top: 600px;
  }
}
.frame-4 .wrapper .content-wrapper.earth {
  top: 630px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .content-wrapper.earth {
    top: 900px;
  }
}
.frame-4 .wrapper .icon-frame {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid #F49C00;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFCFF;
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .icon-frame {
    min-width: 160px;
    width: 160px;
    height: 160px;
  }
}
.frame-4 .wrapper .icon-frame .icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .icon-frame .icon {
    width: 80px;
    height: 80px;
  }
}
.frame-4 .wrapper .describe {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .describe {
    margin-left: 100px;
  }
}
.frame-4 .wrapper .describe .title {
  font-size: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .describe .title {
    font-size: 26px;
  }
}
.frame-4 .wrapper .describe .text {
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .frame-4 .wrapper .describe .text {
    font-size: 20px;
  }
}

.frame-5 {
  background-color: #FAFCFF;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .frame-5 .container {
    max-width: 800px;
  }
}
.frame-5 .main-title {
  text-align: center;
  font-size: 26px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .frame-5 .main-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .frame-5 .main-title {
    font-size: 40px;
  }
}
.frame-5 .main-title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #4a4a4a;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 400px) {
  .frame-5 .main-title:after {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .frame-5 .main-title:after {
    bottom: -25px;
  }
}
.frame-5 .sub-title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.frame-5 .mt-mobile {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .frame-5 .mt-mobile {
    margin-top: 0px;
  }
}
.frame-5 .image {
  width: 200px;
}
.frame-5 .title {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.frame-5 .describe {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.frame-6 {
  background-color: #FAFCFF;
  padding-bottom: 30px;
  position: relative;
}
.frame-6 .frame {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  height: 400px;
  background: linear-gradient(to bottom, rgba(245, 175, 25, 0.7), rgba(241, 39, 17, 0.7));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .frame-6 .frame {
    display: block;
    height: 100%;
  }
}
.frame-6 .frame .main-title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (min-width: 400px) {
  .frame-6 .frame .main-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 500px) {
  .frame-6 .frame .main-title {
    font-size: 40px;
  }
}
.frame-6 .frame .sub-title {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 1px;
}
@media screen and (min-width: 400px) {
  .frame-6 .frame .sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .frame-6 .frame .sub-title {
    font-weight: 100;
  }
}
.frame-6 .frame .btn-frame {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .frame-6 .frame .btn-frame {
    flex-direction: column;
  }
}
@media screen and (min-width: 400px) {
  .frame-6 .frame .btn-frame {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.frame-6 .frame .btn {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 200ms linear;
}

@media screen and (max-width: 768px) {
  .frame-6 .frame .btn {
    width: 100%;
  }
}

.frame-6 .frame .btn:last-child {
  margin-left: 25px;
}

@media screen and (min-width: 400px) {
  .frame-6 .frame .btn:nth-child(2) {
    margin-top: 0px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .frame-6 .frame .btn:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .frame-6 .frame .btn:nth-child(2) {
    margin-top: 0px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .frame-6 .frame .btn:nth-child(2) {
    margin: 20px 0;
  }
}

.frame-6 .frame .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.frame-7 {
  background-color: #EAECEF;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.frame-7 .button {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777;
  border: 1px solid #777;
  border-radius: 50px;
  min-width: 140px;
  text-align: left;
  height: 50px;
  max-height: 50px;
  transition: box-shadow 80ms;
}
@media screen and (min-width: 400px) {
  .frame-7 .button {
    min-width: 170px;
    height: 60px;
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .frame-7 .button {
    min-width: 200px;
  }
}
.frame-7 .button:last-child {
  margin-left: 15px;
}
@media screen and (min-width: 400px) {
  .frame-7 .button:last-child {
    margin-left: 25px;
  }
}
.frame-7 .button .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 400px) {
  .frame-7 .button .icon {
    min-width: 26px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .frame-7 .button .icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.frame-7 .button .icon.apple {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 400px) {
  .frame-7 .button .icon.apple {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .frame-7 .button .icon.apple {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}
.frame-7 .button .btn-wrapper {
  margin-left: 5px;
}
@media screen and (min-width: 400px) {
  .frame-7 .button .btn-wrapper {
    margin-left: 10px;
  }
}
.frame-7 .button .btn-title {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .frame-7 .button .btn-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .frame-7 .button .btn-title {
    font-size: 20px;
  }
}
.frame-7 .button .text {
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .frame-7 .button .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .frame-7 .button .text {
    font-size: 18px;
  }
}

.footer {
  display: flex;
  align-items: center;
  height: 100px;
  border-top: 1px solid #e4e4e4;
  color: #777;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
@media screen and (min-width: 400px) {
  .footer {
    font-size: 16px;
  }
}
.footer .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  .footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer .social-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .footer .social-frame {
    width: auto;
    margin-bottom: 0px;
  }
}
.footer .link {
  margin-right: 10px;
}
@media screen and (min-width: 400px) {
  .footer .link {
    margin-right: 15px;
  }
}
.footer .link .logo {
  width: 120px;
  height: 17px;
}
.footer .link .icon {
  transition: transform 150ms linear;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 400px) {
  .footer .link .icon {
    width: 30px;
    height: 30px;
  }
}
.footer .link:hover .icon {
  transform: scale(1.2);
}

a {
  text-decoration: none;
  color: #333333;
}

::placeholder {
  color: #221F2041;
}

@media screen and (min-width: 500px) {
  /* width */
  ::-webkit-scrollbar {
    height: 2px;
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e8e8e8;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e8e8e8;
  }
}