.standard-row a {
    color: var(--link-color)
}

.standard-row:first-child {
    margin-top: 40px
}

.standard-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 1920px
}

.row {
    word-break: break-word
}

.row .column:first-child .block {
    margin-left: 0
}

.column {
    vertical-align: top
}

.ts-one-column {
    width: 100%
}

.ts-two-column {
    width: 50%
}

.ts-two-column.column:nth-child(2) {
    margin-left: 24px
}

.ts-three-column {
    width: 33.3%;
    margin-left: 24px
}

.ts-three-column.column:nth-child(1) {
    margin-left: 0
}

.ts-four-column {
    width: 25%;
    margin-left: 24px
}

.ts-four-column.column:nth-child(1) {
    margin-left: 0
}

.ts-left-sidebar.column:nth-child(1) {
    width: 30%
}

.ts-left-sidebar.column:nth-child(2) {
    width: 70%;
    margin-left: 24px
}

.ts-right-sidebar.column:nth-child(1) {
    width: 70%
}

.ts-right-sidebar.column:nth-child(2) {
    width: 30%;
    margin-left: 24px
}

.block {
    overflow: hidden;
    margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
    #page {
        margin-bottom: 15px
    }

    .row {
        display: block
    }

    .column {
        display: inline-block;
        width: 100%
    }

    .ts-left-sidebar.column:nth-child(1) {
        width: 100%
    }

    .ts-left-sidebar.column:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .ts-right-sidebar.column:nth-child(1) {
        width: 100%
    }

    .ts-right-sidebar.column:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .ts-two-column.column:nth-child(2) {
        margin-left: 0
    }

    .ts-three-column.column, .ts-four-column.column {
        margin-left: 0
    }
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
    #page {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 751px) and (max-width: 960px) {
    #page {
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

    .ts-four-column-row, .ts-three-column-row {
        display: block
    }

    .ts-four-column, .ts-three-column {
        display: inline-block;
        width: calc(50% - 12px)
    }

    .ts-four-column.column:nth-child(3),
    .ts-three-column.column:nth-child(3) {
        margin-left: 0
    }

    .ts-three-column.column:nth-child(3) {
        display: block;
        margin: auto;
        width: 50%
    }
}

@media only screen and (min-width: 960px) and (max-width: 1900px) {
    #page {
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 1900px) {
    #page {
        margin-bottom: 45px
    }
}

.heading-block {
    text-align: var(--text-align);
    color: var(--heading-color)
}

.text-block p:last-child,
.text-block ul:last-child,
.text-block ol:last-child,
.text-block blockquote:last-child {
    margin-bottom: 0px
}

.text-block p {
    margin-bottom: 19px;
    line-height: 1.5;
    white-space: pre-wrap
}

.text-block p:empty {
    height: 16px
}

.text-block ul,
.text-block ol {
    margin-bottom: 19px
}

.text-block ul li p,
.text-block ol li p {
    margin: 0
}

.text-block ul li p:empty,
.text-block ol li p:empty {
    height: 0
}

.text-block blockquote:last-child p:last-of-type {
    margin-bottom: 0px
}

.text-block blockquote p:last-of-type {
    margin-bottom: 19px
}

.text-block code {
    font-family: SFMono-Medium, 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace;
    font-weight: normal;
    font-size: 16px;
    background-color: rgba(9, 30, 66, 0.08);
    color: #172b4d;
    border-style: none;
    border-radius: 3px;
    display: inline;
    padding: 2px 0.5ch;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-box-decoration-break: clone
}


.iframe-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.ts-divider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.image-container.right {
    justify-content: flex-end
}

.image-container.left {
    justify-content: flex-start
}

.image-container.center {
    justify-content: center
}

.image-container .image-container-link img {
    width: 100%
}

.text-block  p.right {
    text-align: right
}

.text-block  p.left {
    text-align: left
}

.text-block  p.center {
    text-align: center
}

.text-block img {
    max-width: 100%
}

.button-block {
    display: flex;
    flex-wrap: wrap
}

.button-block.center {
    justify-content: center
}

.button-block .button {
    min-height: 40px;
    text-decoration: none;
    display: flex;
    margin: 4px;
    justify-content: center;
    align-items: center;
    position: relative
}

.button-block .button .icon-wrapper {
    height: 40px;
    margin: 17px 0;
    display: flex;
    justify-content: center;
    background-color: transparent;
    cursor: pointer
}

.button-block .button .icon-wrapper .raw-svg>* {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.button-block .button .icon-wrapper .raw-svg svg {
    width: 40px;
    height: 40px;
    fill: var(--dark)
}

.button-block .button.light {
    background-color: var(--light);
    border-radius: 1px
}

.button-block .button.light:hover {
    background-color: var(--light-hover)
}

.button-block .button.dark {
    background-color: var(--dark);
    border-radius: 4px
}

.button-block .button.dark .title {
    color: #fff
}

.button-block .button.dark:hover {
    background: var(--dark-hover)
}

.button-block .button.dark .icon-wrapper .raw-svg svg {
    fill: #fff
}

.button-block .button.outline {
    border: var(--dark) solid 1px;
    border-radius: 4px;
    margin: 3px 4px
}

.button-block .button.outline:hover {
    background-color: var(--dark)
}

.button-block .button.outline:hover .title {
    color: #fff
}

.button-block .button.outline:hover .style-2 .bar,
.button-block .button.outline:hover .icon-wrapper .raw-svg svg {
    fill: #fff
}

.button-block .button.square {
    min-height: 160px;
    min-width: 160px;
    max-width: 234px;
    margin-right: 20px;
    flex-direction: column
}

.button-block .button.square.style-2 {
    min-height: 199px;
    justify-content: normal;
    align-items: normal
}

.button-block .button.square.style-2.dark .bar {
    fill: #fff
}

.button-block .button.square.style-2 .bar {
    position: absolute;
    margin: 20px;
    width: calc(100% - 40px);
    fill: var(--dark)
}

.button-block .button.square.style-2 .arrow-button {
    position: absolute;
    bottom: 23px;
    left: 26px
}

.button-block .button.square.style-2 .title {
    text-align: left;
    margin-bottom: 78px;
    margin-top: 43px;
    margin-left: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.button-block .button.regular.pill {
    border-radius: 40px
}

.button-block .button.regular.size-large .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 14px 32px
}

.button-block .button.link {
    background: none;
    border: none
}

.button-block .button.link .title {
    color: var(--dark);
    margin-right: 24px
}

.button-block .button.link:hover {
    background: none;
    text-decoration: underline;
    text-decoration-color: var(--dark)
}

.button-block .button.link:hover .title {
    color: var(--dark)
}

.button-block .button .title {
    color: var(--dark);
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 6px 32px
}

.embed-block {
    display: flex
}

.embed-block .embed-block--wrapper {
    width: 100%
}

.embed-block.left {
    justify-content: flex-start
}

.embed-block.center {
    justify-content: center
}

.embed-block.right {
    justify-content: flex-end
}

@media only screen and (min-width: 600px) and (max-width: 960px) {

    .ts-four-column-row,
    .ts-three-column-row {
        display: block
    }

    .ts-four-column,
    .ts-three-column {
        display: inline-block;
        width: calc(50% - 12px)
    }

    .ts-four-column.column:nth-child(3),
    .ts-three-column.column:nth-child(3) {
        margin-left: 0
    }

    .ts-three-column.column:nth-child(3) {
        display: block;
        margin: auto;
        width: 50%
    }
    
}