.sep-popup-overlay.exit {
  position: fixed;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7294117647);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  overflow-y: auto;
}
.sep-popup-overlay.exit.active {
  opacity: 1;
}
.sep-popup-overlay.exit .sep-popup-container {
  position: relative;
  border-radius: 16px;
  max-width: 564px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.sep-popup-overlay.exit .sep-popup-container * {
  margin: 0;
}
.sep-popup-overlay.exit .sep-popup-container > :not(.terms-box, .background-image-box) {
  padding: 0 104px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sep-popup-overlay.exit .sep-popup-container .background-image-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.sep-popup-overlay.exit .sep-popup-container .background-image-box img {
  width: 100%;
  border-radius: 16px;
}
.sep-popup-overlay.exit .sep-popup-container .header-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sep-popup-overlay.exit .sep-popup-container .header-box .title {
  font-size: 40px;
  font-weight: 600;
}
.sep-popup-overlay.exit .sep-popup-container .header-box .subtitle {
  font-size: 20px;
  font-weight: 500;
}
.sep-popup-overlay.exit .sep-popup-container .body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sep-popup-overlay.exit .sep-popup-container .body-box .offer-text {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box img {
  margin: 8px 0 16px;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 12px;
  margin-bottom: 32px;
  width: 100%;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box > div {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  height: 43px;
  padding: 2px 8px;
  line-height: 130%; /* 23.4px */
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#5d33dc), to(#37078e));
  background: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(180deg, #5d33dc 0%, #37078e 100%);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(183, 183, 183, 0.53);
          box-shadow: 0px 0px 3px 0px rgba(183, 183, 183, 0.53);
  padding: 13px 20px;
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn:hover {
  -webkit-box-shadow: 0 0 3px 2px rgba(183, 183, 183, 0.34);
          box-shadow: 0 0 3px 2px rgba(183, 183, 183, 0.34);
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn span {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 130%; /* 23.4px */
}
.sep-popup-overlay.exit .sep-popup-container .footer-box .cancel-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-bottom: 24px;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box {
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .collapse-btn {
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .collapse-btn > span {
  position: absolute;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .collapse-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .terms {
  height: 0;
  padding: 0 16px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  max-height: 0;
  overflow: hidden;
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .terms p {
  overflow-y: auto;
  max-height: 94px;
  padding-right: 1px;
  /* Target the scrollbar */
  /* Style the scrollbar track */
  /* Style the scrollbar thumb */
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .terms p::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
  height: 2px; /* Height of the scrollbar for horizontal scrolling */
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .terms p::-webkit-scrollbar-track {
  background: #d8d6de; /* Background color of the track */
  border-radius: 10px; /* Optional: rounded corners */
}
.sep-popup-overlay.exit .sep-popup-container .terms-box .terms p::-webkit-scrollbar-thumb {
  background: #bbb9c5; /* Scrollbar thumb color */
  border-radius: 10px; /* Optional: rounded corners */
}
.sep-popup-overlay.exit .sep-popup-container .terms-box.active .collapse-btn .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sep-popup-overlay.exit .sep-popup-container .terms-box.active .terms {
  padding: 0 16px 24px;
  height: 100%;
  max-height: 1000px;
}
@media screen and (max-width: 600px) {
  .sep-popup-overlay.exit .sep-popup-container {
    margin: 0 20px;
    max-width: 327px;
  }
  .sep-popup-overlay.exit .sep-popup-container > :not(.terms-box, .background-image-box) {
    padding: 0 26px;
  }
  .sep-popup-overlay.exit .sep-popup-container .header-box {
    margin-bottom: 20px;
  }
  .sep-popup-overlay.exit .sep-popup-container .header-box .title {
    font-size: 30px;
  }
  .sep-popup-overlay.exit .sep-popup-container .header-box .subtitle {
    font-size: 16px;
  }
  .sep-popup-overlay.exit .sep-popup-container .body-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .sep-popup-overlay.exit .sep-popup-container .body-box .offer-text {
    font-size: 30px;
  }
  .sep-popup-overlay.exit .sep-popup-container .body-box .image-box img {
    height: 127px;
    max-width: 143px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box img {
    max-width: 91px;
    height: 40px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 16px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn {
    min-width: 122px;
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    padding: 13px 8px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn a {
    font-size: 16px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn {
    width: 106px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn span {
    font-size: 16px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .cancel-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .sep-popup-overlay.exit .sep-popup-container .terms-box p {
    font-size: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 321px) {
  .sep-popup-overlay.exit .sep-popup-container {
    max-width: 289px;
  }
  .sep-popup-overlay.exit .sep-popup-container > :not(.terms-box, .background-image-box) {
    padding: 0 24px;
  }
  .sep-popup-overlay.exit .sep-popup-container .header-box {
    margin-bottom: 30px;
  }
  .sep-popup-overlay.exit .sep-popup-container .body-box .image-box img {
    height: 90px;
    max-width: 100px;
  }
  .sep-popup-overlay.exit .sep-popup-container .body-box .offer-text {
    font-size: 28px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box {
    height: 36px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn,
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn {
    height: 36px;
  }
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn a,
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .cta-btn span,
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn a,
  .sep-popup-overlay.exit .sep-popup-container .footer-box .btn-box .close-btn span {
    font-size: 14px;
  }
}
.sep-popup-image {
  position: fixed;
  height: auto;
  min-height: 1px;
  background-color: white;
  border-radius: 16px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.sep-popup-image.center-popup {
  max-width: 90vw;
  position: relative;
}
.sep-popup-image.bottom_right-popup, .sep-popup-image.bottom_left-popup {
  max-width: 100vw;
  bottom: -100vh;
  opacity: 0;
}
.sep-popup-image.bottom_right-popup.active, .sep-popup-image.bottom_left-popup.active {
  opacity: 1;
  bottom: 0;
}
.sep-popup-image.bottom_right-popup {
  right: 0;
}
.sep-popup-image.bottom_left-popup {
  left: 0;
}
.sep-popup-image .background-image-box {
  width: 100%;
  height: 100%;
}
.sep-popup-image .exit-popup {
  position: absolute;
  right: min(5%, 20px);
  top: min(5%, 20px);
  padding: 0;
  cursor: pointer;
}
.sep-popup-image img {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.sep-popup-overlay {
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7294117647);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
}
.sep-popup-overlay.active {
  opacity: 1;
}
.sep-popup-scroll-container {
  position: fixed;
  opacity: 0;
  bottom: -200px;
  right: 30px;
  max-width: 393px;
  z-index: 10000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-family: Manrope, sans-serif;
  border-radius: 8px;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(59, 26, 223, 0.2);
          box-shadow: 0px 7px 30px 0px rgba(59, 26, 223, 0.2);
}
.sep-popup-scroll-container .background-image-box img {
  border-radius: 8px;
}
.sep-popup-scroll-container:has(.terms-box) .background-image-box img {
  border-radius: 8px 8px 0 0;
}
.sep-popup-scroll-container * {
  margin: 0;
}
.sep-popup-scroll-container.active:not(.disabled) {
  bottom: 30px;
  opacity: 1;
}
.sep-popup-scroll-container .body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px;
  position: relative;
}
.sep-popup-scroll-container .body-box .background-image-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.sep-popup-scroll-container .body-box .background-image-box img {
  width: 100%;
  height: 100%;
}
.sep-popup-scroll-container .body-box .left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sep-popup-scroll-container .body-box .left-side .partner-logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sep-popup-scroll-container .body-box .left-side .social-proof-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.sep-popup-scroll-container .body-box .vertical-stroke {
  height: 88px;
  border-left-width: 1px;
  border-left-style: solid;
  margin: 0 20px;
}
.sep-popup-scroll-container .body-box .right-side {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sep-popup-scroll-container .body-box .right-side .offer-text {
  font-family: Manrope;
  line-height: 120%;
  font-size: 22px;
  font-weight: 600;
}
.sep-popup-scroll-container .body-box .right-side .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.sep-popup-scroll-container .body-box .right-side .btn-box > div {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sep-popup-scroll-container .body-box .right-side .btn-box .cta-btn {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d33dc), to(#37078e));
  background: linear-gradient(180deg, #5d33dc 0%, #37078e 100%);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(190, 190, 190, 0.5);
          box-shadow: 0px 2px 3px 0px rgba(190, 190, 190, 0.5);
}
.sep-popup-scroll-container .body-box .right-side .btn-box .cta-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#37078e), to(#37078e));
  background: linear-gradient(180deg, #37078e 0%, #37078e 100%);
}
.sep-popup-scroll-container .body-box .right-side .btn-box .cta-btn span {
  padding: 16px 12px;
}
.sep-popup-scroll-container .body-box .right-side .btn-box a {
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.sep-popup-scroll-container .body-box .right-side .btn-box .close-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#5d33dc), to(#37078e));
  background: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(180deg, #5d33dc 0%, #37078e 100%);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(183, 183, 183, 0.53);
          box-shadow: 0px 0px 3px 0px rgba(183, 183, 183, 0.53);
}
.sep-popup-scroll-container .body-box .right-side .btn-box .close-btn:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(183, 183, 183, 0.53);
          box-shadow: 0 0 3px 3px rgba(183, 183, 183, 0.53);
}
.sep-popup-scroll-container .body-box .right-side .btn-box .close-btn span {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.sep-popup-scroll-container .footer-box .terms-box {
  border-radius: 0 0 8px 8px;
}
.sep-popup-scroll-container .footer-box .terms-box .collapse-btn {
  position: relative;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
}
.sep-popup-scroll-container .footer-box .terms-box .collapse-btn > span {
  position: absolute;
}
.sep-popup-scroll-container .footer-box .terms-box .collapse-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.sep-popup-scroll-container .footer-box .terms-box .collapse-btn .icon path,
.sep-popup-scroll-container .footer-box .terms-box .collapse-btn .icon svg {
  fill: white;
}
.sep-popup-scroll-container .footer-box .terms-box .terms {
  height: 0;
  padding: 0 16px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  max-height: 0;
  overflow: hidden;
}
.sep-popup-scroll-container .footer-box .terms-box .terms p {
  font-size: 12px;
}
.sep-popup-scroll-container .footer-box .terms-box.active .collapse-btn .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sep-popup-scroll-container .footer-box .terms-box.active .terms {
  padding: 16px;
  height: 100%;
  max-height: 1000px;
}
@media screen and (max-width: 600px) {
  .sep-popup-scroll-container {
    max-width: 100%;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 8px 8px 0 0;
  }
  .sep-popup-scroll-container.active:not(.disabled) {
    bottom: 0;
    border: 0;
  }
  .sep-popup-scroll-container:has(.terms-box) {
    border-radius: 0;
  }
  .sep-popup-scroll-container:has(.terms-box) .body-box {
    border-radius: 0;
  }
  .sep-popup-scroll-container:has(.terms-box) .background-image-box img {
    border-radius: 0;
  }
  .sep-popup-scroll-container .footer-box .terms-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sep-popup-scroll-container .footer-box .terms-box::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.33%, rgba(255, 255, 255, 0.21)), color-stop(19.25%, rgba(255, 255, 255, 0.84)), color-stop(60.75%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) -15.33%, rgba(255, 255, 255, 0.84) 19.25%, #fff 60.75%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    width: 100%;
    position: absolute;
    height: 67px;
    width: 100%;
    position: absolute;
    top: -30px;
    z-index: -2;
  }
  .sep-popup-scroll-container .footer-box .terms-box .collapse-btn {
    border-radius: 8px 8px 0 0;
  }
  .sep-popup-scroll-container .footer-box .terms-box .collapse-btn .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sep-popup-scroll-container .footer-box .terms-box.active .icon {
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
  }
}
@media screen and (max-width: 320px) {
  .sep-popup-scroll-container .body-box {
    padding: 16px 10px;
  }
  .sep-popup-scroll-container .body-box .vertical-stroke {
    margin: 0 16px;
  }
  .sep-popup-scroll-container .body-box .right-side .offer-text {
    font-size: 20px;
  }
  .sep-popup-scroll-container .body-box .right-side .btn-box {
    gap: 6px;
  }
  .sep-popup-scroll-container .body-box .right-side .btn-box .cta-btn {
    padding: 0 4px;
  }
}
/*# sourceMappingURL=maps/main.min.css.map */
