#oriance-popup {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  #oriance-popup {
    align-items: flex-end;
  }
}
#oriance-popup .overlay {
  background: rgba(32, 37, 52, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#oriance-popup .content {
  width: 1220px;
  max-width: 100%;
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
#oriance-popup button.close {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: none;
  padding: 16px 0;
  letter-spacing: 1px;
  margin-left: auto;
  display: block;
}
#oriance-popup button.close svg {
  margin-left: 5px;
}
#oriance-popup .inner {
  background: white;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  overflow: scroll;
  max-height: calc(100dvh - 80px);
}
#oriance-popup .left {
  width: 40%;
}
@media (max-width: 900px) {
  #oriance-popup .left {
    width: 100%;
  }
}
#oriance-popup .left img {
  width: 100%;
  height: auto;
}
#oriance-popup .right {
  width: 60%;
  padding: 50px 77px;
}
@media (max-width: 900px) {
  #oriance-popup .right {
    width: 100%;
    padding: 50px 0;
  }
}
#oriance-popup .title {
  margin: 15px 0;
}
#oriance-popup .cta {
  display: inline-flex;
  align-items: center;
  border: 2px solid #E86D25;
  background-color: white;
  margin-top: 50px;
}
#oriance-popup .cta:hover span {
  padding-right: 30px;
}
#oriance-popup .cta:hover div svg {
  transform: rotate(45deg);
}
#oriance-popup .cta div {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E86D25;
}
#oriance-popup .cta div svg {
  transition: 0.3s ease-out;
  height: auto;
  line-height: 0;
}
#oriance-popup .cta span {
  color: #E86D25;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  padding: 0px 50px 0px 20px;
  transition: 0.3s ease-out;
}

/*# sourceMappingURL=popup.css.map */
