.banner {
  background-color: #f2f9fd;
  margin: 0px;
  padding: 0px;
}

section {
  background-color: #f2f9fd;
  padding: 0 0 70px;
}

section .cards-title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #001837;
  text-align: center;
  margin: 0;
  margin: 72px 0 0;
}

@media (max-width: 576px) {
  section .cards-title {
    margin: 32px 0 0;
    font-size: 32px;
  }
}

@media (min-width: 576.1px) and (max-width: 1200px) {
  section .cards-title {
    margin: 40px 0 0;
  }
}

section .card-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  section .card-wrapper {
    display: block;
    padding: 16px;
  }
}

section .card-wrapper .card-main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-left {
    padding: 0 12px;
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section .card-wrapper .card-main-left img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-left .left-text-wrapper {
    margin-left: 32px;
  }
}

section .card-wrapper .card-main-left .left-text-wrapper .card-left-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #667487;
  margin: 0;
  padding: 24px 0 8px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-left .left-text-wrapper .card-left-text {
    text-align: left;
    padding: 0;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-left .left-text-wrapper .card-left-text {
    font-size: 16px;
  }
}

section .card-wrapper .card-main-left .left-text-wrapper .card-left-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #001837;
  margin: 0;
  padding-bottom: 80px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-left .left-text-wrapper .card-left-heading {
    padding-bottom: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .card-wrapper .card-main-left .left-text-wrapper .card-left-heading {
    padding-bottom: 48px;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-left .left-text-wrapper .card-left-heading {
    padding-bottom: 56px;
  }
}

section .card-wrapper .card-main-left .left-text-wrapper .location-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #667487;
  margin: 0;
  opacity: 0.7;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-left .left-text-wrapper .location-text {
    font-size: 16px;
  }
}

section .card-wrapper .card-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-right {
    padding: 0 0 0 16px;
  }
}

section .card-wrapper .card-main-right .card-inside {
  background-color: #2d9cdb;
  border-radius: 10px;
  padding: 24px;
  margin: 8px 0;
  max-width: 275px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside {
    margin: 0 8px;
    padding: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .card-wrapper .card-main-right .card-inside {
    padding: 16px;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-right .card-inside {
    padding: 16px;
  }
}

section .card-wrapper .card-main-right .card-inside .card-inside-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0 64px 12px 0;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .card-inside-text {
    padding: 0 0 8px 0;
    font-size: 12px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .card-wrapper .card-main-right .card-inside .card-inside-text {
    padding: 0 0 12px;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-right .card-inside .card-inside-text {
    padding: 0 32px 12px 0;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap {
  padding: 0 50px 0 0;
  border-right: 1px solid #fff;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap {
    padding: 0 8px 0 0;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap {
    padding: 0 16px 0 0;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap {
    padding: 0 8px 0 0;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap .month-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 5px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap .month-text {
    padding: 0 0 5px;
    font-size: 10px;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap .month-temp {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .month-wrap .month-temp {
    padding: 0;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap {
  padding: 0 24px 0 16px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap {
    padding: 0 0 0 8px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap {
    padding: 0 0 0 16px;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap {
    padding: 0 0 0 8px;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap .year-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 5px;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap .year-text {
    padding: 0 0 5px;
    font-size: 10px;
  }
}

section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap .year-temp {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}

@media (max-width: 576px) {
  section .card-wrapper .card-main-right .card-inside .month-years-wrap .year-wrap .year-temp {
    padding: 0;
  }
}

section .btn-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 56px 0 0;
}

section .btn-card a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: #2d9cdb;
  border-radius: 4px;
  margin: 0;
  padding: 24px 32px;
  text-decoration: none;
}

section .progressbar-title-wrapper {
  margin: 0 0 16px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .progressbar-title-wrapper .progressbar-title {
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 28px;
  color: #001837;
  padding: 0;
  margin: 0;
}

@media (max-width: 576px) {
  section .progressbar-title-wrapper .progressbar-title {
    padding: 0;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .progressbar-title-wrapper .progressbar-title {
    padding: 0;
  }
}

section .progressbar-title-wrapper button {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  opacity: 0.9;
}

section .progressbar-title-wrapper button i {
  padding-left: 20px;
}

section .temperature-progressbar {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom {
  padding: 40px;
}

@media (max-width: 576px) {
  section .temperature-progressbar .temperature-custom {
    padding: 16px;
  }
}

@media (min-width: 576.1px) and (max-width: 992px) {
  section .temperature-progressbar .temperature-custom {
    padding: 24;
  }
}

section .temperature-progressbar .temperature-custom .top-bars {
  background-color: #2e9cdc1a;
  padding: 16px;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  section .temperature-progressbar .temperature-custom .top-bars .progress-wrap {
    display: block;
  }
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .progress-text {
  width: 35%;
  color: #001837;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
  line-height: 28px;
  margin: 0;
  padding: 0 16px 0 0;
}

@media (max-width: 992px) {
  section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .progress-text {
    text-align: left;
    width: 100%;
  }
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number .progress-bar-custom {
  width: 100%;
  height: 10px;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number .progress-bar-custom .top-bar1 {
  background-color: #00549d;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number .progress-bar-custom .top-bar2 {
  background-color: #0074c1;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number .progress-bar-custom .top-bar3 {
  background-color: #0087d5;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .top-bars .progress-wrap .bar-number .progress-value {
  padding: 0 0 0 24px;
  color: #667487;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 28px;
  margin: 0;
}

section .temperature-progressbar .temperature-custom .bottom-bars {
  padding: 0 16px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap {
    display: block;
  }
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .progress-text {
  width: 35%;
  color: #001837;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
  line-height: 28px;
  margin: 0;
  padding: 0 24px 0 0;
}

@media (max-width: 992px) {
  section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .progress-text {
    text-align: left;
    width: 100%;
  }
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom {
  width: 100%;
  height: 10px;
  margin-right: 8px;
  background-color: rgba(124, 223, 235, 0.2);
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar1 {
  background-color: #0099e9;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar2 {
  background-color: #0aadf9;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar3 {
  background-color: #16b5f9;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar4 {
  background-color: #48c3f9;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar5 {
  background-color: #7cd5fe;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar7 {
  background-color: #7cdfeb;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar6 {
  background-color: #44d1e3;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-bar-custom .down-bar8 {
  background-color: #7cdfeb;
  border-radius: 10px;
}

section .temperature-progressbar .temperature-custom .bottom-bars .progress-wrap .bar-number .progress-value {
  padding: 0 0 0 24px;
  color: #667487;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 28px;
  margin: 0;
}

section .analysis-card {
  margin: 70px 0 0;
  width: 100%;
  background-image: url("/images/idea_rectangle.png");
  background-size: 100%;
  border-radius: 10px;
}

section .analysis-card .analysis-wrapper {
  padding: 64px 0;
}

@media (max-width: 992px) {
  section .analysis-card .analysis-wrapper {
    padding: 22px 0;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  section .analysis-card .analysis-wrapper {
    padding: 27px 0;
  }
}

section .analysis-card .analysis-wrapper .card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 132.7%;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 0 16px;
}

@media (max-width: 576px) {
  section .analysis-card .analysis-wrapper .card-title {
    padding: 0 0 8px;
    font-size: 22px;
  }
}

section .analysis-card .analysis-wrapper .card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #f6f7fab3;
  margin: 0;
  text-align: center;
  padding: 0 216px 32px;
}

@media (max-width: 576px) {
  section .analysis-card .analysis-wrapper .card-text {
    padding: 0 56px 16px;
  }
}

@media (max-width: 992px) {
  section .analysis-card .analysis-wrapper .card-text {
    padding: 0 32px 8px;
    font-size: 14px;
  }
}

section .analysis-card .analysis-wrapper .card-share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  section .analysis-card .analysis-wrapper .card-share-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section .analysis-card .analysis-wrapper .card-share-wrapper .card-share {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0 0 24px;
}

@media (max-width: 992px) {
  section .analysis-card .analysis-wrapper .card-share-wrapper .card-share {
    padding: 4px 0 0;
  }
}

section .analysis-card .analysis-wrapper .card-share-wrapper .share-links {
  text-align: center;
}

section .analysis-card .analysis-wrapper .card-share-wrapper .share-links a {
  color: #f6f7fab3;
  text-decoration: none;
  padding: 0 16px;
}

section .analysis-card .analysis-wrapper .card-share-wrapper .share-links a:nth-last-child(2) {
  border-right: 1px solid #f6f7fab3;
  border-left: 1px solid #f6f7fab3;
}

section .share-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 56px 0 0;
}

section .share-card button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: #2d9cdb;
  border-radius: 4px;
  margin: 0;
  padding: 24px 32px;
}
/*# sourceMappingURL=search page.css.map */