
.page-selector[data-v-d21b6c4c] {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 50px;
  width: 120px;
}
.page-selector-header[data-v-d21b6c4c] {
  font-weight: normal;
  font-size: 20px;
}
button.page-button[data-v-d21b6c4c] {
  height: 65px;
  border-color: gray;
  border-style: solid solid none solid;
  border-width: 1px;
  color: #2a2859;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: 'OsloSans-Regular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.page-selector button[data-v-d21b6c4c] {
  width: 100%;
  text-align: none;
}
.page-box[data-v-d21b6c4c] {
  border: lightgrey solid 1px;
  background: white;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 1px 4px;
}
.page-selector .last-page[data-v-d21b6c4c] {
  border-bottom-style: solid;
}
.page-selector .first-page .page-box[data-v-d21b6c4c] {
  margin-left: 30px;
}
.page-selector .last-page .page-box[data-v-d21b6c4c] {
  margin-right: 30px;
}
.page-selector .mid-left-page[data-v-d21b6c4c] {
  text-align: end;
  width: 50%;
  justify-content: flex-end;
  position: relative;
}
.page-selector .mid-right-page[data-v-d21b6c4c] {
  text-align: end;
  width: 50%;
  border-left-style: none;
  justify-content: flex-start;
  position: relative;
}
.page-selector .mid-left-page .page-box[data-v-d21b6c4c] {
  margin-right: -1px;
  border-style: solid dashed solid solid;
  z-index: 1;
}
.page-selector .mid-right-page .page-box[data-v-d21b6c4c] {
  margin-left: -1px;
  padding-left: 5 px;
  border-style: solid solid solid none;
}
button.page-button.active[data-v-d21b6c4c] {
  background: #2a2859;
}


/* TODO Fix style names and redundant CSS */
.downloadDropdown {
  position: relative;
}
.downloadContent {
  font-size: 18px;
  width: 100%;
  background: white;
}
.downloadExpander {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  border: 2px solid #2a2859;
  border-bottom: none;
}
.downloadExpanded {
  max-height: 0px !important;
  display: none;
}
.donwloadDropdown {
  margin-left: 50px;
  margin-right: 55px;
}
.dlButton:hover {
  color: white;
  background: #2a2859;
  border: none;
  text-align: left;
  padding: 10px 31px 10px;
}
.dlButton {
  color: #2a2859;
  background: white;
  border: none;
  text-align: left;
  padding: 10px 31px 10px;
  font: 300 18px OsloSans-Light;
}


.footer-button-group {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    width: 100%;
}
.generator-buttons {
    display: flex;
}
.generator-buttons .prev-next__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;

    width: 120px;
}
.prev-next {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 0px;
    border: #2a2859 solid 2px;
    stroke: #2a2859;
}
.prev-next:hover {
    border-color: #1f42ab;
    color: #1f42ab;
    stroke: #1f42ab;
}
.prev-next:disabled,
.prev-next:disabled svg {
    border-color: #bbb;
    stroke: #bbb;
    cursor: default;
}
.footer-button-group__right-group {
    display: flex;
    margin-left:30px;
}
.footer-button-group__save-button {
    margin-left: 15px;
}



.modal-container {
  margin-left: auto;
  margin-right: auto;
}
.modalTopBar {
  background: white;
  flex: auto;
}
.modal-content {
  background: white;
  height: calc(100% - 60px);
}
.modalCircle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9c66b;
  text-align: center;
}
.modalCircle svg {
  height: 30px;
  width: 30px;
}


.file-object__wrapper {
  position: relative;
  margin: 0px 30px 30px 0;
}
.file-object{ 
  color: #2A2859;
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 180px;
}
.file-object__preview {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border: 2px solid #ffffff;
  width: 180px;
  height: 180px;
}
.file-object__preview-image {
  max-height: 120px;
  max-width: 120px;
}
.file-object__deleting {
  position: absolute;
  flex-direction: column;
  background-color: #e48275;
  border-color: #1F42AB;
  padding: 1rem;
}
.file-object__delete-actions-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;

  padding-right: 10px;
}
.file-object__new-doc {
  background-color: #2A2859;
  color: #ffffff;
  font-size: 30px;
}
.file-object:hover .file-object__preview {
  border-color: #1F42AB;
}
.file-object:hover .file-object__title {
  text-decoration: underline;
}
.file-object__title {
  font-family: "OsloSans-Medium";
  font-size: 16px;
  margin: 10px 0;
  padding-left: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-object__menu {
  position: absolute;
  right: 0;
  top: 0;
}
.file-object__menu-button {
  padding: 0 15px;
  background: transparent;
  font: 400 20px "OsloSans-Medium";
  color: #BAB9C8;
}
.file-object__menu-button:hover {
  color: #2A2859;
}
.file-object__dropdown {
  display: none;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1;
}
.file-object__dropdown--expanded {
  position: absolute;
  display: block;
}
.file-object__dropdown-content {
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
  border: 2px solid #EAEAEA;

  width: 160px;
}
.file-object__dropdown-option {
  padding: 5px 30px;
  width: 100%;
  text-align: left;

  font-family: 'OsloSans-Light';
  font-size: 16px;
  color: #2a2859;
  background-color: transparent;
}
.file-object__dropdown-option:first-child {
  padding-top: 15px;
}
.file-object__dropdown-option:last-child {
  padding-bottom: 15px;
}
.file-object__dropdown-option:hover {
  color: #1F42AB;
  text-decoration: underline;
}
.file-object__dropdown-arrow { 
  z-index: 10;
  position: absolute;
  top: 0;
  right: 22px;
  height: 10px;
  width: 10px;
  background-color: white;
  border-top:2px solid #EAEAEA;
  border-right: 2px solid #EAEAEA;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}


.archive-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1050px;
  width: 85vw;
  height: 100%;
}
.archive-modal__content {
  display: flex;
  flex-direction: column;
  padding: 40px 80px 60px 100px;
  height: 100%;
}
.archive-modal__content--footer-active {
  height: calc(100% - 100px);
}
.archive-modal__filter-menu,
.archive-modal__file-structure-menu {
  display: flex;
  height: fit-content;
  border-bottom: 1px solid #d8d8d8;
  margin: 25px 60px 0 0;
}
.archive-modal__file-structure-menu {
  justify-content: space-between;
  padding-bottom: 12px;
}
.archive-modal__file-structure-menu--no-underline {
  padding: 0;
  border: none;
}
.archive-modal__breadcrumb {
  display: flex;
}
.archive-modal__breadcrumb-wrapper {
  display: flex;
  align-items: center;
}
.archive-modal__breadcrumb-label {
  margin: 0;
}
.archive-modal__breadcrumb-button {
  margin: 0 5px;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.archive-modal__breadcrumb-arrow {
  display: inline;
}
.archive-modal__active-folder-name {
  display: inline-block;
  margin: 0 5px;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.archive-modal__breadcrumb-main {
  max-width: 135px;
}
.archive-modal__file-structure-actions {
  display: flex;
}
.archive-modal__return-button {
  margin-right: 24px;
}
.archive-modal__save-as-field {
  width: 332px;
}
.archive-modal__radio-label {
  padding: 0 4px 10px 4px;
  margin-right: 30px;

  font-size: 20px;
}
.archive-modal__radio-label:hover {
  color: #1f42ab;
}
.archive-modal__radio-label--active {
  border-bottom: 2px solid #2a2859;
}
.archive-modal__radio {
  visibility: hidden;
  position: absolute;
}
.archive-modal__file-structure {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.archive-modal__files {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow-y: auto;
  margin-top: 30px;
}
.archive-modal__no-files {
  flex-grow: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.archive-modal__info-text {
  font-style: italic;
}
.archive-modal__loading {
  position: absolute;
  z-index: 1;
  background-color: #ffffffee;
  top: 66px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 66px);
  flex-shrink: 1;
}
.archive-modal__loading-image {
  width: 75px;
  height: 25px;
}
.archive-modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 100px;

  background-color: #2a2859;
  width: 100%;
  height: 100px;
}
.archive-modal__save-button {
  margin-right: 40px;
}


.user-option-button__user-icon {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.user-option-button__user-button {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: transparent;
  color: #2a2859;
  line-height: 1.5;
  font-family: "OsloSans-Medium";
  font-size: 18px;
  font-weight: 500;
  stroke: #2a2859;
  fill: #2a2859;
}
.user-option-button__user-button:hover {
  color: #1f42ab;
  stroke: #1f42ab;
  fill: #1f42ab;
}
.user-option-button__dropdown {
  display: none;
  right: 0;
}
.user-option-button__dropdown--expanded {
  position: absolute;
  display: block;
}
.user-option-button__dropdown-content {
  background-color: #ffffff;
  border: 2px solid #EAEAEA;
}
.user-option-button__dropdown-content {
  display: flex;
  flex-direction: column;
}
.user-option-button__dropdown-option {
  padding: 5px 30px;
  width: 100%;
  text-align: left;

  font-family: 'OsloSans-Light';
  font-size: 16px;
  color: #2a2859;
  background-color: transparent;
}
.user-option-button__dropdown-option:first-child {
  padding-top: 15px;
}
.user-option-button__dropdown-option:last-child {
  padding-bottom: 15px;
}
.user-option-button__dropdown-option:hover {
  color: #1F42AB;
  text-decoration: underline;
}
.user-option-button__dropdown-arrow { 
  z-index: 10;
  position: absolute;
  top: 0;
  right: 12px;
  height: 10px;
  width: 10px;
  background-color: white;
  border-top:2px solid #EAEAEA;
  border-right: 2px solid #EAEAEA;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}



.header-button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-button-group__product-title {
    color: inherit;
    font: inherit;
    border: none;
    background-color: transparent;
}
.header-button-group__product-title {
    display: inline;
}
.header-button-group__product-title--unsaved {
    font-style: italic;
}
.header-button-group__product-title--unsaved::after {
    content: '*';
}
.header-button-group__user-icon {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.header-button-group__user-button {
  display: flex;
  align-items: center;
  height: 50px;
  background: transparent;
  color: #2a2859;
  padding: 0 30px;
  line-height: 1.5;
  font-family: "OsloSans-Medium";
  font-size: 18px;
  font-weight: 500;
  stroke: #2a2859;
  fill: #2a2859;
}



.main {
  height: 100%;
  background: #f9f9f9;
  padding-left: 5rem;
  margin-left: 420px;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 2;
}
.canvas-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.svgCanvas {
  height: 75vh;
  margin-top: 50px;
}
.svgCanvas.multi-page {
  height: 45vw;
  max-height: 70vh;
}
.svgCanvas.horizontal {
  height: auto;
  width: 60vw;
  max-height: 75vh;
}
.svgCanvasContainer {
  display: flex;
  justify-content: center;
  z-index: -1;
}
.inactive {
  filter: grayscale(50%);
  opacity: 0.4;
}
.canvas {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1581px) and (max-width: 2019px) {
.svgCanvasContainer {
    width: 100%;
}
.svgCanvas {
    height: 70vh;
    width: auto;
}
.svgCanvas.svgCanvas.multi-page {
    height: 40vw;
    max-height: 70vh;
}
}
@media only screen and (max-width: 1580px) {
.svgCanvasContainer {
    width: 100%;
}
.svgCanvas,
  .svgCanvas.svgCanvas.multi-page {
    height: 30vw;
    width: auto;
}
}


.info-banner {
  font-weight: 300;
  width: 100%;
  height: fit-content;
  position: absolute;
  z-index: 1;
}
.info-banner__banner {
  display: inline-block;
  padding: 22px;
  width: 100%;
  height: fit-content;
}
.info-banner__saving {
  background-color: #C7F6C9;
}
.info-banner__error {
  background-color: #F9C66B;
}
.info-banner__logged-out {
  background-color: #FF8274;
}
.info-banner__message {
  display: inline-block;
}
.info-banner__button {
  display: inline-block;
  margin-left: 5px;
}



.warning-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1050px;
  width: 540px;
  height: 318px;
}
.warning-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 80px 100px 80px;
  height: 100%;
}
.warning-modal__button-group {
  display: flex;
  justify-content: space-between;
}
.warning-modal__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.warning-modal__title {
  margin: 0;
}



.imageItem {
  position: relative;
  display: block;
}
.imageBorder {
  margin-bottom: 10px;
  padding: 1px;
  border: 2px white solid;
}
.imageBorder.isImage {
  filter: grayscale(100%);
  opacity: 0.6;
}
.imageBorder.isUsed.isImage {
  filter: grayscale(0%);
  opacity: 1;
  border: 2px blue solid;
}
.imagePlaceholder {
  width: 65px;
  height: 65px;
  padding: 0;
  cursor: pointer;
}
.image {
  object-fit: cover;
}
.up svg {
  transform: rotate(-90deg) scale(0.7);
  stroke: #2a2859;
}
.up:disabled svg {
  transform: rotate(-90deg) scale(0.7);
  stroke: #bbb;
}
.down svg {
  transform: rotate(90deg) scale(0.7) translateX(2px);
  stroke: #2a2859;
}
.down:disabled svg {
  transform: rotate(90deg) scale(0.7) translateX(2px);
  stroke: #bbb;
}
.author {
  background: white;
  height: 30px;
  border: none;
  width: 120px;
  position: absolute;
  bottom: 10px;
  left: 80px;
  font: 300 14px OsloSans-Light;
  border: 1px solid #bbb;
  width: 257px;
  padding: 10px;
}
.deleteButton {
  border: none;
  margin: 0 20px;
  border-bottom: 1px solid #2a2859;
  background: transparent;
  margin: 0;
  margin-left: 14px;
  padding-left: 0;
  font: 300 14px OsloSans-Light;
}
.uploadButton {
  white-space: nowrap;
  border: none;
  border-bottom: 1px #2a2859 solid;
  background: transparent;
  margin: 0;
  margin-left: 14px;
  padding-left: 0;
  font: 300 14px OsloSans-Light;
}
.imageButton:disabled {
  border: 1px #bbb solid;
  background: white;
  margin: 0;
  margin-left: 5px;
  height: 21px;
  padding: 0;
  width: 20px;
}
.imageButton {
  border: 1px #2a2859 solid;
  background: white;
  margin: 0;
  margin-left: 5px;
  height: 21px;
  padding: 0;
  width: 20px;
}
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload {
  text-align: center;
  border: dashed 2px #2c2c2c;
}
.upload > svg {
  margin-top: 20px;
  cursor: pointer;
}


.menuExpander {
    border-top: solid 2px white;
    border-bottom: solid 2px #f2f2f2;
    background: white;
}
.menuExpander:first-of-type {
    border-top: solid 2px #f2f2f2;
    border-bottom: solid 2px #f2f2f2;
    background: white;
}
.menuExpander .expanderButton {
      border: 2px solid white;
      padding: 20px 0;
      background: white;
      color: #2a2859;
      width: 100%;
      text-align: left;
      font-size: 20px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.2px;
      position: relative;
      padding-left: 40px;
      font-family: "OsloSans-Regular", Helvetica, Arial, sans-serif;
}
.expanderButton.bottom {
    border-top: solid 2px white;
    border-bottom: solid 2px transparent;
}
.expanded {
    max-height: 0px !important;
    display: none;
}
.expander {
    max-height: initial;
    padding-left: 40px;
    padding-right: 30px;
}
.minus.xminus::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzJBMjg1OSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMiAxbDcgNy03IDciLz48L3N2Zz4=);
    display: inline-block;
    position: absolute;
    right: 50px;
    transform: rotate(90deg);
    transition: 0.1s;
}
.minus::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzJBMjg1OSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMiAxbDcgNy03IDciLz48L3N2Zz4=);
    position: absolute;
    right: 50px;
    transform: rotate(0deg);
    transition: 0.1s;
}
.minus:hover:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzFmNDJhYSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMiAxbDcgNy03IDciLz48L3N2Zz4=);
    position: absolute;
    right: 50px;
    transform: rotate(00deg);
    transition: 0.1s;
}
.minus.xminus:hover:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzFmNDJhYSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMiAxbDcgNy03IDciLz48L3N2Zz4=);
    position: absolute;
    right: 50px;
    transform: rotate(90deg);
    transition: 0.1s;
}
.content {
    margin-bottom: 20px;
}


.ProseMirror {
  height: 150px;
  min-height: 150px;
  padding: 10px;
  overflow-wrap: break-word;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.editor__big > .ProseMirror {
  max-height: 80vh;
  min-height: 300px;
  height: auto;
}
.ProseMirror > h1 {
  margin: 0;
  font-size: 200%;
  font-weight: normal;
}
.ProseMirror > p {
  margin: 0;
}
.ProseMirror > ul {
  margin: 0;
}
pre {
  padding: 0.7rem 1rem;
  border-radius: 5px;
  background: black;
  color: white;
  font-size: 0.8rem;
  overflow-x: auto;
}
ul,
ol {
  padding-left: 1rem;
}
li > p,
li > ol,
li > ul {
  margin: 0;
}
a {
  color: inherit;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}


.editor[data-v-3de89f65] {
  position: relative;
  max-width: 313px;
  margin-bottom: 20px;
}
.editor__content[data-v-3de89f65] {
  border: 1px solid #d9d9d9;
  max-height: 150px;
}
.editor__big[data-v-3de89f65] {
  max-height: fit-content;
}
.editor-menu-icon[data-v-3de89f65] {
  height: 12px;
  width: 12px;
}
.menubar[data-v-3de89f65] {
  display: flex;
}
.menubar__button[data-v-3de89f65] {
  padding: 3.6px 4px;
  display: flex;
  justify-content: center;
  height: 22px;
  border-radius: 10%;
  background: transparent;
  font-family: 'OsloSans-Medium', Helvetica, Arial, sans-serif;
}
.menubar__button.is-active[data-v-3de89f65] {
  background: #dddddd;
}
.menubar__resize[data-v-3de89f65] {
  margin-left: auto;
}


.textInput__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 313px;
}
.textCharLimit {
  font-size: 12px;
}


.toolbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  color: #2a2859;
  text-align: left;
  padding-top: 2rem;
  flex: 0 0 420px;
  height: 100vh;
}
.toolbar-top > svg {
  margin-left: 50px;
  margin-bottom: 20px;
  height: 64px;
  fill: #2a2859;
}
.format-orient-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.first-header {
  margin-top: 0;
}
h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.2px;
  margin-bottom: 0.5em;
}
.toolbar-links {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #e0e0e0;
}
.toolbar-links p {
  margin: 0.5rem 0;
}


@font-face {
  font-family: "OsloSans-Medium";
  src: url(1e59b55b0a17dfc3f84e.ttf) format("truetype");
}
@font-face {
  font-family: "OsloSans-Regular";
  src: url(918a72b7e4412613acea.ttf) format("truetype");
}
@font-face {
  font-family: "OsloSans-Light";
  src: url(026a6fc3f0659e87df47.ttf) format("truetype");
}
@font-face {
  font-family: "OsloSans-Bold";
  src: url(1d7ab06ad6fbc5426e27.ttf) format("truetype");
}
html {
  background: #f9f9f9;
}
html,
body,
#app {
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#app {
  font-family: "OsloSans-Regular", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin: 0;
}
.v--modal {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  display: flex;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
#app {
  display: flex;
  width: 100%;
}
label {
  display: block;
}
button {
  /* reset button style */
  padding: 0;
  border: none;
  cursor: pointer;
}
button.ffw {
  background: transparent;
  border: #2a2859 solid 2px;
  color: #2a2859;
  padding: 10px 30px;
  line-height: 1.5;
  font-family: "OsloSans-Medium";
  font-size: 18px;
  font-weight: 500;
  stroke: #2a2859;
  fill: #2a2859;
}
button.ffw:hover {
  border-color: #1f42ab;
  color: #1f42ab;
  stroke: #1f42ab;
}
button.ffw-blue {
  background-color: #2a2859;
  color: #ffffff;
}
button.ffw-blue:hover {
  background-color: #1f42ab;
  border-color: #1f42ab;
  color: #ffffff;
}
button.ffw-blue:disabled {
  background-color: #a3a2b3;
  border-color: #a3a2b3;
}
button.ffw-white-border {
  border: #ffffff solid 2px;
}
button.ffw-small {
  padding: 10px 15px;
}
button.ffw-smallest {
  font-size: 16px;
  padding: 5px 8px;
}
button.ffw-link {
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: 16px;
  font-family: "OsloSans-Regular";
}
button.ffw-link:hover {
  color: #1f42ab;
  text-decoration: none;
}
button.ffw-cancel:hover {
  background-color: unset;
  text-decoration: none;
  color: #fff;
}
button.orient-button {
  width: 43px;
  height: 43px;
  border: #2a2859 solid 2px;
  color: #2a2859;
  fill: #2a2859;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.orient-button.active {
  border: #2a2859 solid 2px;
  color: white;
  background: #2a2859;
  fill: white;
}
button.orient-button:first-child {
  border-right: none;
}
button.color-button {
  padding: 0;
  margin-right: 20px;
  border: white 5px solid;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  opacity: 0.6;
}
button.color-button svg {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
button.color-button:hover {
  border: white 5px solid;
  box-shadow: 0 0 0 2pt white;
  opacity: 1;
}
button.color-button:focus,
button.color-button.active {
  border: white 5px solid;
  box-shadow: 0 0 0 2pt #1f42aa;
  outline: none;
  opacity: 1;
}
a.link__button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  background: transparent;
  border: #2a2859 solid 2px;
  color: #2a2859;
  font-family: "OsloSans-Medium";
  font-size: 18px;
  font-weight: 500;
  stroke: #2a2859;
  fill: #2a2859;
}
a.link__button:hover {
  border-color: #1f42ab;
  color: #1f42ab;
  stroke: #1f42ab;
}
a.link__button.link__button-small {
  padding: 10px 15px;
}
.v-select .vs__dropdown-toggle {
  width: 200px;
  border-radius: 0;
}
.v-select .vs__selected-options {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.v-select .vs__selected {
  white-space: nowrap;
}
.v-select .vs__search {
  width: 0px;
}
.v-select .vs__clear {
  display: none;
}
.formatSelect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.textHeading {
  font-family: OsloSans-Light;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
}
.textInputs > textarea,
.textInputs > div textarea {
  width: 313px;
  height: 120px;
  font: 300 15px OsloSans-Light;
  padding: 10px;
  margin-bottom: 15px;
  color: #2a2859;
}
.textInputs > input,
.textInputs > div input {
  width: 313px;
  font: 300 15px OsloSans-Light;
  margin-bottom: 20px;
  padding: 10px;
  color: #2a2859;
}
.clear {
  display: none;
}
.templateSelect {
  padding: 2px;
  border: 2px white solid;
  margin-left: 5px;
  filter: grayscale(100%);
  opacity: 0.6;
  font-size: 0px;
}
.templates.A5Brosjyre button.templateSelect {
  margin-left: 0;
  margin-bottom: 5px;
}
.templates.A5Brosjyre button.templateSelect img {
  width: 255px;
}
.templateSelect:first-of-type {
  margin-left: 0;
}
.templateSelect:hover {
  opacity: 1;
  filter: grayscale(0%);
  border: 2px white solid;
}
.templateSelect:focus {
  opacity: 1;
  filter: grayscale(0%);
  border: 2px white solid;
}
.templateSelect.isSelected {
  filter: grayscale(0%);
  opacity: 1;
  border: 2px #1f42aa solid;
  /* outline: #1f42aa 2px solid; */
}
button.format svg {
  fill: #2a2859;
  stroke: none;
}
button.format.activeOrient svg {
  fill: white;
  stroke: none;
}
button.format {
  width: 43px;
  height: 43px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
button.format.activeOrient {
  background: #2a2859;
}
button.format:hover {
  fill: #1f42aa;
}
button.format.activeOrient:hover {
  background: #1f42aa;
}
div.dropdown > div:nth-child(1) {
  height: 43px;
  border-radius: 0;
}
div.dropdown > div:nth-child(1) {
  padding: 5px 1px 5px 1px;
}
div.dropdown > div:nth-child(1):hover {
  border: #1f42aa solid 2px;
  padding: 4px 0 4px 0;
}
.mediumSelect .dropdown {
  width: 100%;
}
.buttonGroup {
  padding: 5px 0;
  width: 100%;
  margin-top: 10px;
}
.color-button {
  margin-top: 10px;
}
.buttonGroup:first-of-type {
  margin-left: 0;
  margin-top: 0;
}
.ffw.compose {
  border-width: 2px;
}
.open .open-indicator {
  transform: rotate(90deg);
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}

:host,:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

.button-wrapper {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
.button-wrapper > button {
  margin-bottom: 1rem;
}


.intro-page {
  font-family: "OsloSans-Light", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;

  display: flex;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a2859;
  width: 100%;
  height: 100%;
}
.intro-page__video {
  display: flex;
  flex: 2 2 66%;
  background: #004a46;
  justify-content: center;
  align-items: center;
}
.intro-page__content {
  flex: 1 0 33%;
  padding: 115px 75px;
  min-width: 420px;
  background: white;
}
.intro-page__heading {
  font-family: "OsloSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: -0.3px;
}
.intro-page__logo {
  width: 123px;
  margin-bottom: 140px;
}
.intro-page__button {
  margin: 40px 15px 0 0;
}
@media only screen and (max-width:1500px) {
.intro-page__logo {
    width: 123px;
    margin-bottom: 60px;
}
.intro-page__content {
    flex: 1 0 40%;
    padding: 75px 50px;
}
}

