@font-face {
  font-family: 'Sky Text';
  src: url(/assets/SkyText-Regular-65ef88634a99c81d35fe0d157ecfad857333e24f817c339aa8cfbea7de87cc6e.eot);
  src: url(/assets/SkyText-Regular-65ef88634a99c81d35fe0d157ecfad857333e24f817c339aa8cfbea7de87cc6e.eot?#iefix) format("embedded-opentype"), url(/assets/SkyText-Regular-e52d0809125fadf6847149925f1a2c155141ccf3985b9f568029a0cfe64fd4ed.woff2) format("woff2"), url(/assets/SkyText-Regular-e323a29f92133504d7b20fc6967389854c237b8c2a6b2f2944f8df979489a7fa.woff) format("woff"), url(/assets/SkyText-Regular-8bb7665ea784d7507a8b182742babdc6a37477c20d6965c0909418266182c077.svg#SkyText-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sky Text';
  src: url(/assets/SkyText-Bold-9edc12ea6d738f0e7e011a0de0049f539d4cea3e32c021cbfa74d4cbd3e6d2f7.eot);
  src: url(/assets/SkyText-Bold-9edc12ea6d738f0e7e011a0de0049f539d4cea3e32c021cbfa74d4cbd3e6d2f7.eot?#iefix) format("embedded-opentype"), url(/assets/SkyText-Bold-27cdcce9518a367096b70e813bfcb4eb357a45a543483e2c4265d44122c25f92.woff2) format("woff2"), url(/assets/SkyText-Bold-2ece2e649a7438f899ece787002d747f6a130f7cec44a9326bd6427a8e7f4d7f.woff) format("woff"), url(/assets/SkyText-Bold-00c06b2495f8345328e37066ca06f5e8de374b2101e1595061c69328fdb89544.svg#SkyText-Bold) format("svg");
  font-weight: bold;
}

@font-face {
  font-family: 'Sky Text';
  src: url(/assets/SkyText-Italic-0cd2d7e25d7ce29dd754123f4d8c4817dafd8dadc775ffc9693e0121ae618814.eot);
  src: url(/assets/SkyText-Italic-0cd2d7e25d7ce29dd754123f4d8c4817dafd8dadc775ffc9693e0121ae618814.eot?#iefix) format("embedded-opentype"), url(/assets/SkyText-Italic-697ae6aeeba042d627b2d329e44823feb7f22a9ab3bfa520bbc13e0d7f1bfd8e.woff2) format("woff2"), url(/assets/SkyText-Italic-40b192795af4ab72c7db20a31a14cc0feea9220c51b6c408cf3f34550c432f2e.woff) format("woff"), url(/assets/SkyText-Italic-a8e67f338f7b14b7055a48f52384d787320858a65e3e6049db9edad4e0651a89.svg#SkyText-Italic) format("svg");
  font-style: italic;
}

@font-face {
  font-family: 'UBS Text';
  src: url(/frutigerltstd-light.eot);
  src: url(/frutigerltstd-light.eot?#iefix) format("embedded-opentype"), url(/assets/frutigerltstd-light-8fac325d11386b3c68e207b7fcebb748b1b551f402658f7f0dc4a3313ddc65ed.woff2) format("woff2"), url(/assets/frutigerltstd-light-deee15df1be1571ef03f974e2c57dafc7ffba7c7123b0911624b02cd2b670173.woff) format("woff"), url(/assets/frutigerltstd-light-cae37249362b1b2e533055cfe25165d4d282ce07ee3dfe0ef6041c7baa20bd07.svg#frutigerltstd-light) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* removed */
.finalise {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--avv-primary--color);
}

/* removed */
.finalise span {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

/* removed */
.agreement-pdf.demo {
  background-image: url(/images/demo.png);
}

/* removed */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

/* removed */
.modal-content .modal-footer.ast {
  padding-right: 24px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  /* removed */
  .modal-dialog {
    margin: 1.75rem auto;
  }
  /* removed */
  /* removed */
  #terms-business.modal .notice-scroll-down {
    background-color: #226ce0;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    top: 0;
    position: sticky;
    z-index: 1;
  }
  /* removed */
  #terms-business.modal .agreement-html {
    white-space: normal;
  }
  /* removed */
  #terms-business.modal .modal-dialog {
    width: 800px;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  /* removed */
  #terms-business.modal .modal-dialog {
    width: 100%;
  }
}

@media (min-width: 576px) {
  /* removed */
  /* removed */
  /* removed */
  .agreement .form-group {
    display: table;
    width: 100%;
  }
  /* removed */
  .agreement .form-group .like-paper, .agreement .form-group #compare {
    display: table-cell;
  }
  /* removed */
  .modal-dialog.notify-creation-ask {
    width: 80%;
  }
  /* removed */
  .form-group.multiple-editors {
    display: flex;
    justify-content: space-around;
  }
  /* removed */
  .form-group.multiple-editors #editor.multiple-editors, .form-group.multiple-editors #compare.multiple-editors {
    width: 50%;
    position: static;
  }
}