.bottom-pane-wrap .bottom-pane-area{
  position: relative;
  padding: 104px 0px;
  text-align: center;
  overflow: hidden;
  background-color: rgb(28, 28, 81);
  z-index: 1;
}

.bottom-pane-wrap .bottom-pane-blue {
  background-color: transparent;
  background-image: linear-gradient(rgba(2, 156, 215, 0.2), transparent);
  left: calc(50% - 660px);
  position: absolute;
  top: 60px;
  z-index: -1;
  height: 180px;
  width: 360px;
}

.bottom-pane-wrap .bottom-pane-yellow {
  background-color: transparent;
  background-image: linear-gradient(rgba(245, 179, 19, 0.2), transparent);
  bottom: 20px;
  left: calc(50% - 440px);
  position: absolute;
  z-index: -1;
  height: 120px;
  width: 420px;
}

.bottom-pane-wrap .bottom-pane-purple {
  background-color: transparent;
  background-image: linear-gradient(rgba(181, 58, 205, 0.2), transparent);
  position: absolute;
  right: calc(50% - 660px);
  top: 20px;
  z-index: -1;
  height: 160px;
  width: 300px;
}

.bottom-pane-wrap .bottom-pane-green {
  background-color: transparent;
  background-image: linear-gradient(rgba(14, 191, 122, 0.2), transparent);
  bottom: 0px;
  position: absolute;
  right: calc(50% - 860px);
  z-index: -1;
  height: 160px;
  width: 300px;
}

.bottom-pane-wrap .bottom-pane-inner {
  padding: 0px 100px;
}

.bottom-pane-wrap .bottom-pane-inner h3{
  margin: 0px 0px 40px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 36px;
}
.popup-col-wrap {justify-content: center;}
.bottom-pane-wrap .bottom-pane-button {
  margin-bottom: 12px;
}

.bottom-pane-wrap .bottom-pane-button a {
  outline: none;
  border: 0px;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
  cursor: pointer;
  border-radius: 8px;
  font-family: Calibre, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: transparent;
  box-shadow: #fff 0px 0px 0px 2px inset;
  color: rgb(255, 255, 255);
  min-height: 64px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 64px;
  width: auto;
  margin: 0px 14px;
  display: inline-block;
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  vertical-align: top;
  text-decoration:none;
}

.bottom-pane-wrap .bottom-pane-button a:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.bottom-pane-wrap .bottom-pane-button a.button-popup {
  background-color: rgb(245, 179, 19);
  color: rgb(28, 28, 81);
  outline: none;
  border: 0px;
  box-shadow: none;
}
.bottom-pane-wrap .bottom-pane-button a.button-popup:hover {
  background-color: rgb(246, 188, 48);
}
.bottom-pane-wrap .popup-wrap {
  display: none;
}
.bottom-pane-wrap.popup-open .popup-wrap {
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.bottom-pane-wrap .popup-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: calc(100% - 48px);
  min-height: 100px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: rgb(28 28 81 / 12%) 0px 0px 20px;
  background-color: rgb(255, 255, 255);
  overflow: hidden scroll;
  max-width: 360px;
}
.bottom-pane-wrap .popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0px;
  font-size: 30px;
  line-height: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(28, 28, 81);
  border-radius: 16px;
  color: rgb(255, 255, 255);
  box-shadow: rgb(28 28 81 / 24%) 0px 0px 20px inset;
}

.bottom-pane-wrap .popup-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 16px 16px 32px;
  box-sizing: border-box;
}
.bottom-pane-wrap .popup-top-content {
  margin-bottom: 15px;
}

.bottom-pane-wrap .popup-top-content h3 {
  margin: 32px 0px 8px;
  color: rgb(28, 28, 81);
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.bottom-pane-wrap .popup-top-content h3 span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.bottom-pane-wrap .popup-top-content p {
  margin: 0px;
  color: rgb(28, 28, 81);
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
}
.bottom-pane-wrap .popup-col-wrap {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: column;
}

.bottom-pane-wrap .popup-left-content-col {
  box-sizing: border-box;
  flex-basis: 50%;
  padding-left: 20px;
  display: block;
  padding-right: 20px;
  margin-bottom: 16px;
}
.bottom-pane-wrap .popup-right-content-col {
  box-sizing: border-box;
/*   flex-basis: 50%; */
  padding-right: 20px;
  padding-left: 20px;
}
.bottom-pane-wrap .popup-left-content-col-inner,
.bottom-pane-wrap .popup-right-content-inner {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: rgb(28 28 81 / 12%) 0px 2px 26px;
  border: 1px solid rgb(244, 244, 246);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1 1 0%;
  min-height: 346px;
  padding: 32px;
}

.bottom-pane-wrap .popup-left-content-col-bg {
  background-color: transparent;
  background-image: radial-gradient(rgba(28, 28, 81, 0.15) 2px, transparent 1px);
  background-position: 0px 0px;
  background-size: 15px 15px;
  display: none;
  height: 192px;
  width: 344px;
  left: 8px;
  bottom: 80px;
  position: absolute;
  z-index: -1;
}
.bottom-pane-wrap .popup-right-content-bg {
  background-color: transparent;
  background-image: radial-gradient(rgba(28, 28, 81, 0.15) 2px, transparent 1px);
  background-position: 0px 0px;
  background-size: 15px 15px;
  display: none;
  height: 191px;
  width: 344px;
  right: 8px;
  top: 152px;
  position: absolute;
  z-index: -1;
}
.bottom-pane-wrap .popup-col-wrap h3 {
  margin: 0px;
  color: rgb(28, 28, 81);
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}
.bottom-pane-wrap .popup-col-wrap p{
  margin: 0px 0px 24px;
  line-height: 28px;
  font-size: 18px;
  color: rgb(2, 156, 215);
  font-weight: 500;
  text-align: center;
}
.bottom-pane-wrap .popup-col-wrap .popup-right-content-inner p {
  color: rgb(181, 58, 205);
}
.bottom-pane-wrap .popup-col-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.bottom-pane-wrap .popup-col-wrap ul li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: rgb(28, 28, 81);
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  padding-left: 0;
}
.bottom-pane-wrap .popup-bottom-content p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: rgba(28, 28, 81, 0.7);
  margin-top: 15px;
  font-weight: 400;
  line-height: 28px;
}

.bottom-pane-wrap .popup-bottom-content p a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: rgb(2, 156, 215);
}

.bottom-pane-wrap .popup-bottom-content p a:hover {
  text-decoration: underline;
}

.bottom-pane-wrap .popup-btn {
  outline: none;
  border: 0px;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
  cursor: pointer;
  border-radius: 8px;
  font-family: Calibre, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: rgb(2, 156, 215);
  color: rgb(255, 255, 255);
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 64px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  max-width: 276px;
  color: rgb(255, 255, 255);
  line-height: initial;
  text-decoration:none;
}

.bottom-pane-wrap .popup-btn img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  margin-right: 16px;
}

.bottom-pane-wrap .popup-btn span {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 8px;
  line-height: 1em;
  text-align: center;
}

.bottom-pane-wrap .popup-right-content-col .popup-btn {
  background-color: rgb(181, 58, 205);
}

.bottom-pane-wrap .popup-right-content-col .popup-btn:hover {
  background-color: rgb(190, 82, 211);
}

.bottom-pane-wrap .popup-btn:hover {
  background-color: rgb(2, 178, 245);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.bottom-pane-wrap .popup-right-content {
  margin-bottom: 16px;
}

.bottom-pane-wrap .popup-inner-wrap {max-width: 740px !important; }
.bottom-pane-wrap .popup-content-wrap {padding: 64px 30px; }



@media screen and (min-width: 768px){
  .bottom-pane-wrap .bottom-pane-inner h3 {
    font-size: 36px;
    line-height: 48px;
  }
  .bottom-pane-wrap .popup-inner-wrap{
    max-width: 680px;
  }
  .bottom-pane-wrap .popup-top-content h3 {
    font-size: 36px;
    margin-top: 0px;
  }
  .bottom-pane-wrap .popup-content-wrap {
    padding: 64px 64px 32px;
  }
  .bottom-pane-wrap .popup-top-content p {
    font-size: 18px;
  }
  .bottom-pane-wrap .popup-col-wrap {
    flex-direction: column;
  }
  .bottom-pane-wrap .popup-left-content-col {
    display: flex;
    padding-right: 20px;
    margin-bottom: 16px;
  }
  .bottom-pane-wrap .popup-right-content-col {
    padding-left: 20px;
  }
  .bottom-pane-wrap .popup-left-content-col-inner,
  .bottom-pane-wrap .popup-right-content-inner {
    min-height: inherit;
  }

  .bottom-pane-wrap .popup-left-content-col-bg {
    display: none;
  }
  .bottom-pane-wrap .popup-right-content-bg {
    display: none;
  }
  .bottom-pane-wrap .popup-col-wrap ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px){
  .bottom-pane-wrap .bottom-pane-inner h3 {
    font-size: 36px;
    line-height: 48px;
  }
  .bottom-pane-wrap .popup-inner-wrap{
    max-width: 840px;
  }
  .bottom-pane-wrap .popup-top-content h3 {
    font-size: 36px;
    margin-top: 0px;
  }
  .bottom-pane-wrap .popup-content-wrap {
    padding: 64px 64px 32px;
  }
  .bottom-pane-wrap .popup-col-wrap {
    flex-direction: row;
    margin-right: -45px;
  }
  .bottom-pane-wrap .popup-left-content-col {
    display: flex;
    padding-right: 16px;
    margin-bottom: 0px;
  }
  .bottom-pane-wrap .popup-right-content-col {
    padding-left: 16px;
  }
  .bottom-pane-wrap .popup-left-content-col-bg {
    display: block;
  }
  .bottom-pane-wrap .popup-right-content-bg {
    display: block;
  }
}
@media screen and (max-width: 1024px){
  .bottom-pane-wrap .bottom-pane-inner {
    padding: 0px 10vw;
  }

}
@media screen and (max-width: 767px){
  .bottom-pane-wrap .bottom-pane-button a {
    margin: 0px 0px 16px;
    width: 100%;
  }

}


