body {
    margin: 0;
}



/*** GENERAL things ***/

p, li {
    font-family: 'Frame Text Web', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin: 0;
    
}
.xxl {
    font-family: 'Matter Semibold', 'Helvetica Neue', Arial, Helvetica, sans-serif;;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    color: #033AFD;
}
.xl {
    font-family: 'Frame Text Web';
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #033AFD;
}
.large {
    font-family: 'Matter Semibold', 'Helvetica Neue', Arial, Helvetica, sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #033AFD;
}
.medium {
    font-family: 'Frame Text Web', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.small {
    font-family: 'Frame Text Web', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #033AFD;
}
.extra-small {
    font-family: 'Matter Regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.extra-small-semibold {
    font-family: 'Matter Semibold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.micro {
    font-family: 'Matter Regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
a {
    text-decoration: underline;   
    color: #033afd !important;
}
p, a, h1, h2, h3, h4 {
    margin: 0;
}
.highlight {
    color: #033afd;
    background-color: rgba(253, 243, 3, 0.72);
    background-size: auto;
}
.always-blue {
    color: #033AFD;
}
.space-16 {
    margin-bottom: 16px;
}
.space-24 {
    margin-bottom: 24px;
}
.space-32 {
    margin-bottom: 32px;
}
.space-48 {
    margin-bottom: 48px;
}
.space-64 {
    margin-bottom: 64px;
}
ul {
    padding-inline-start: 24px;
    list-style-type: none;
}
ul:last-of-type {
    margin-bottom: 0;
}
ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -24px;
}
li {
    margin-bottom: 0;
}
li:last-of-type {
    display: inline-block;
    margin-bottom: 16px;
}
li.extra-small, li.medium {
    margin-bottom: 4px;
}
li.extra-small:last-of-type, li.medium:last-of-type {
    margin-bottom: 0;
}
.tint-50, figcaption {
    opacity: 0.5;
}
.button-primary {
    font-family: 'Matter Semibold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    gap: 8px;
    padding: 12px 16px;
    background-color: rgba(3, 58, 253, 0.04);
    border-radius: 8px;
    text-decoration: none;
    transition: background-color, 240ms;
}
.button-primary:hover {
    transition: background-color, 480ms;
    background-color: rgba(3, 58, 253, 0.08);
}
.button-secondary {
    font-family: 'Matter Regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.5) !important;
    background-color: none;
    border-radius: 8px;
    transition: background-color, 240ms;
}
.button-secondary:hover {
    transition: background-color, 480ms;
    background-color: rgba(0, 0, 0, 0.04);
}

/*** Blog Blog Blog Blog Blog ***/
.blog-body {
    margin: 0 auto;
}
.blog-main {
    margin: 0 auto;
    max-width: 928px;
}
.blog-main section {
    margin: 64px;
}
.video-wrapper {
    max-width: 800px;
}
.video-wrapper > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
  }
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** Work work work work work ***/

.work-body {
    flex-direction: column;
}
.work-header {
    height: auto;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.work-header div {
    display: flex;
    flex-direction: row;
}
.work-main {
    margin: 0 auto;
}
.work-main section {
    margin: 0 auto;
    padding: 64px;
    max-width: 1312px;
}
hr {
    border: 0.5px solid rgba(0, 0, 0, 0.16);
}
img {
    max-width: 100%;
    height: auto;
}
.work-hero-text-intro, .work-top-text-quote, .work-top-text-intro-large, .work-side-image {
    flex-basis: 736px;
}
.work-hero-text-responsibilities, .work-top-text-intro, .work-side-text {
    flex-basis: 448px;
}
.work-hero, .work-top {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.work-hero-text, .work-top-text, .work-side {
    display: flex;
    gap: 128px;
}
.work-image-shadow {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}
figure {
    margin: 0 auto;
}
.work-image-row-25, .work-image-row-33, .work-image-row-50 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.work-image-row-25 img {
    width: calc(25% - 20px);
    height: auto;
}
.work-image-row-33 img, .work-image-row-33 video {
    width: calc(33.333% - 20px);
    height: auto;
}
.work-image-row-50 img {
    width: calc(50% - 20px);
    height: auto;
}
.work-side {
    display: flex;
    flex-direction: row;
}
.work-side-text {
    flex-basis: 448px;
}
.work-closing-thought {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
}
.work-closing-thought-divider {
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.24);
    margin: 12px 20px;
}
.work-closing-thought-text {
    flex-basis: 736px;
}



/*** RESPONSIVE ***/

@media screen and (max-width: 1439px) {
    .work-hero-text-intro, .work-top-text-quote, .work-side-image {
        flex-basis: 60%;
    }
    .work-hero-text-responsibilities, .work-top-text-intro, .work-side-text {
        flex-basis: 40%;
    }
    .work-hero-text, .work-top-text, .work-side {
        display: flex;
        gap: 88px;
    }
}
@media screen and (max-width: 1100px) {
    .xxl {
        font-size: 40px;
        line-height: 48px;
    }
    .medium {
        font-size: 20px;
        line-height: 32px;
    }
    .space-64 {
        margin-bottom: 40px;
    }
    .work-hero-text, .work-top-text, .work-side {
        flex-direction: column;
        gap: 40px;
    }
    .work-hero-text-intro, .work-top-text-quote, .work-top-text-intro-large, .work-side-image {
        flex-basis: 100%;
    }
    .work-hero-text-responsibilities, .work-top-text-intro, .work-side-text {
        flex-basis: 100%;
    }
    .work-closing-thought {
        display: block;
    }
    .work-closing-thought p, .work-closing-thought h3 {
        margin-bottom: 24px;
    }
    .work-closing-thought-divider {
        display: none;
    }
}
@media screen and (max-width: 760px) {
    p, .medium, li {
        font-size: 16px;
        line-height: 28px;
    }
    .xxl {
        font-size: 32px;
        line-height: 40px;
    }
    .xl {
        font-size: 24px;
        line-height: 32px;
    }
    .blog-main section {
        margin: 40px 24px;
    }
    .work-main section {
        margin: 40px 24px;
        padding: 0;
    }
    .work-header {
        padding: 8px;
    }
    .button-secondary {
        font-size: 14px;
        line-height: 22px;
    }
    .extra-small {
        font-size: 14px;
        line-height: 22px;
    }
}

.GeneratedTable {
width:100%;
border-collapse:collapse;
margin-bottom:32px;
}

.GeneratedTable th,
.GeneratedTable td{
padding:12px;
border-bottom:1px solid rgba(0,0,0,0.1);
text-align:left;
}

.table-title{
font-weight:600;
font-size:18px;
}