
html {
  font-family: 'swis721_btbold', helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body {
	margin-left: 60;
	margin-top: 60;
	margin-bottom: 90;
	line-height: inherit
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
		border-bottom: 3px solid #000000;

}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
		border-bottom: 3px solid #000000;

}

a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
	border-bottom: 3px solid #000000;
}

a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
		border-bottom: 3px solid #000000;

}




   
.style-26 {
	color: black;
        	max-width: 1200px;
}

.style-27 {
	
            width: 100%;
            font-size: 31pt;
			letter-spacing: 1px;
            line-height: 40pt;
			font-weight: bold;

        }

.style-28 {
	
            width: 100%;
            font-size: 31pt;
			letter-spacing: 1px;
            line-height: 40pt;
		font-weight: bold;

        }




button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: initial
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}


textarea {
  resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}
[role=button], button {
  cursor: pointer
}
:disabled {
  cursor: default
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}
img, video {
  max-width: 100%;
  height: auto
}
[hidden] {
  display: none
}


.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.left-1\/2 {
  left: 50%
}
.right-4 {
  right: 1rem
}
.top-10 {
  top: 2.5rem
}
.top-4 {
  top: 1rem
}
.-z-10 {
  z-index: -10
}
.z-10 {
  z-index: 10
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.col-span-12 {
  grid-column: span 12/span 12
}
.col-span-2 {
  grid-column: span 2/span 2
}
.col-span-3 {
  grid-column: span 3/span 3
}
.col-span-5 {
  grid-column: span 5/span 5
}
.col-span-6 {
  grid-column: span 6/span 6
}
.col-start-2 {
  grid-column-start: 2
}
.col-start-3 {
  grid-column-start: 3
}
.col-start-8 {
  grid-column-start: 8
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem
}
.mt-10 {
  margin-top: 2.5rem
}
.mt-12 {
  margin-top: 3rem
}
.mt-14 {
  margin-top: 3.5rem
}
.mt-20 {
  margin-top: 5rem
}
.mt-24 {
  margin-top: 6rem
}
.mt-32 {
  margin-top: 8rem
}
.mt-4 {
  margin-top: 1rem
}
.mt-52 {
  margin-top: 13rem
}
.mt-6 {
  margin-top: 1.5rem
}
.mt-8 {
  margin-top: 2rem
}
.mt-16 {
  margin-top: 4rem
}
.flex {
  display: flex
}
.table {
  display: table
}
.grid {
  display: grid
}
.hidden {
  display: none
}
.h-full {
  height: 100%
}
.h-screen {
  height: 100vh
}
.max-h-full {
  max-height: 100%
}
.w-4\/6 {
  width: 66.666667%
}
.w-96 {
  width: 24rem
}
.w-\[300px\] {
  width: 300px
}
.w-full {
  width: 100%
}
.w-5\/6 {
  width: 83.333333%
}
.max-w-6xl {
  max-width: 72rem
}
.max-w-full {
  max-width: 100%
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}
.flex-col {
  flex-direction: column
}
.flex-wrap {
  flex-wrap: wrap
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}


.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 233/var(--tw-bg-opacity))
}


@font-face {
    font-family: 'swis721_btbold';
 	src: url('https://www.toddsthlm.se/clients/todd/assets/fonts/Font - TrueType - Swiss 721 Medium BT.woff2') format('woff2'),
         url('https://www.toddsthlm.se/clients/todd/assets/fonts/Font - TrueType - Swiss 721 Medium BT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	 }
	
	
	
@media (max-width: 768px) {

.style-27 {
	
            width: 100%;
            font-size: 21pt;
            line-height: 30pt;
	font-weight: bold;
        }

.style-28 {
	
            width: 100%;
            font-size: 21pt;
            line-height: 30pt;
		font-weight: bold;
 }

	