﻿

.ftmas h1,
.ftmas h2,
.ftmas h3,
.ftmas h4,
.ftmas h5,
.ftmas h6 {
    margin: 0rem;
    padding: 0rem;
    font-weight: 400;
}

.ftmas h1,
.ftmas .h1 {
    font-size: x-large;
}

.ftmas h2,
.ftmas .h2 {
    font-size: x-large;
}

.ftmas h3,
.ftmas .h3 {
    font-size: large;
    text-align: center;
    font-weight: bold;
}

.ftmas h4,
.ftmas .h4 {
    font-size: medium;
}

.ftmas .fluid-img {
    max-width: 100%;
    height: auto;
}

.ftmas .link-img {
    margin: 0.2rem 0.4rem 0.2rem 0;
}    

.ftmas .text-left {
    text-align: left !important;
}

.ftmas .text-right {
    text-align: right !important;
}

.ftmas .text-center {
    text-align: center !important;
}

.ftmas .text-justify {
    text-align: justify !important;
}

/*#region Padding */

.ftmas .padding {
    padding: 1rem;
}

.ftmas .p-0 {
    padding: 0rem !important;    
}

.ftmas .p-1 {
    padding: 0.25rem !important;    
}

.ftmas .p-2 {
    padding: 0.5rem !important;    
}

.ftmas .p-3 {
    padding: 1rem !important;    
}

.ftmas .p-4 {
    padding: 1.5rem !important;    
}

.ftmas .p-5 {
    padding: 3rem !important;    
}

.ftmas .px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.ftmas .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.ftmas .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.ftmas .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.ftmas .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.ftmas .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.ftmas .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.ftmas .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.ftmas .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.ftmas .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.ftmas .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.ftmas .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.ftmas .pt-0 {
    padding-top: 0rem !important;
}

.ftmas .pt-1 {
    padding-top: 0.25rem !important;
}

.ftmas .pt-2 {
    padding-top: 0.5rem !important;
}

.ftmas .pt-3 {
    padding-top: 1rem !important;
}

.ftmas .pt-4 {
    padding-top: 1.5rem !important;
}

.ftmas .pt-5 {
    padding-top: 3rem !important;
}

.ftmas .pe-0 {
    padding-right: 0rem !important;
}

.ftmas .pe-1 {
    padding-right: 0.25rem !important;
}

.ftmas .pe-2 {
    padding-right: 0.5rem !important;
}

.ftmas .pe-3 {
    padding-right: 1rem !important;
}

.ftmas .pe-4 {
    padding-right: 1.5rem !important;
}

.ftmas .pe-5 {
    padding-right: 3rem !important;
}

.ftmas .pb-0 {
    padding-bottom: 0rem !important;
}

.ftmas .pb-1 {
    padding-bottom: 0.25rem !important;
}

.ftmas .pb-2 {
    padding-bottom: 0.5rem !important;
}

.ftmas .pb-3 {
    padding-bottom: 1rem !important;
}

.ftmas .pb-4 {
    padding-bottom: 1.5rem !important;
}

.ftmas .pb-5 {
    padding-bottom: 3rem !important;
}

.ftmas .ps-0 {
    padding-left: 0rem !important;
}

.ftmas .ps-1 {
    padding-left: 0.25rem !important;
}

.ftmas .ps-2 {
    padding-left: 0.5rem !important;
}

.ftmas .ps-3 {
    padding-left: 1rem !important;
}

.ftmas .ps-4 {
    padding-left: 1.5rem !important;
}

.ftmas .ps-5 {
    padding-left: 3rem !important;
}
/*#endregion */

/*#region Margins */

.ftmas .m-0 {
    margin: 0rem !important;
}

.ftmas .m-1 {
    margin: 0.25rem !important;
}

.ftmas .m-2 {
    margin: 0.5rem !important;
}

.ftmas .m-3 {
    margin: 1rem !important;
}

.ftmas .m-4 {
    margin: 1.5rem !important;
}

.ftmas .m-5 {
    margin: 3rem !important;
}

.ftmas .m-auto {
    margin: auto !important;
}

.ftmas .mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.ftmas .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.ftmas .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.ftmas .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.ftmas .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.ftmas .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.ftmas .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.ftmas .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.ftmas .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.ftmas .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.ftmas .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.ftmas .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.ftmas .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.ftmas .mt-0 {
    margin-top: 0rem !important;
}

.ftmas .mt-1 {
    margin-top: 0.25rem !important;
}

.ftmas .mt-2 {
    margin-top: 0.5rem !important;
}

.ftmas .mt-3 {
    margin-top: 1rem !important;
}

.ftmas .mt-4 {
    margin-top: 1.5rem !important;
}

.ftmas .mt-5 {
    margin-top: 3rem !important;
}

.ftmas .mb-0 {
    margin-bottom: 0rem !important;
}

.ftmas .mb-1 {
    margin-bottom: 0.25rem !important;
}

.ftmas .mb-2 {
    margin-bottom: 0.5rem !important;
}

.ftmas .mb-3 {
    margin-bottom: 1rem !important;
}

.ftmas .mb-4 {
    margin-bottom: 1.5rem !important;
}

.ftmas .mb-5 {
    margin-bottom: 3rem !important;
}

.ftmas .ms-0 {
    margin-left: 0rem !important;
}

.ftmas .ms-1 {
    margin-left: 0.25rem !important;
}

.ftmas .ms-2 {
    margin-left: 0.5rem !important;
}

.ftmas .ms-3 {
    margin-left: 1rem !important;
}

.ftmas .ms-4 {
    margin-left: 1.5rem !important;
}

.ftmas .ms-5 {
    margin-left: 3rem !important;
}

.ftmas .me-0 {
    margin-right: 0rem !important;
}

.ftmas .me-1 {
    margin-right: 0.25rem !important;
}

.ftmas .me-2 {
    margin-right: 0.5rem !important;
}

.ftmas .me-3 {
    margin-right: 1rem !important;
}

.ftmas .me-4 {
    margin-right: 1.5rem !important;
}

.ftmas .me-5 {
    margin-right: 3rem !important;
}

/*#region Negative Margins */
.ftmas .m-n1 {
    margin: -0.25rem !important;
}

.ftmas .m-n2 {
    margin: -0.5rem !important;
}

.ftmas .m-n3 {
    margin: -1rem !important;
}

.ftmas .m-n4 {
    margin: -1.5rem !important;
}

.ftmas .m-n5 {
    margin: -3rem !important;
}


.ftmas .mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.ftmas .mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.ftmas .mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.ftmas .mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.ftmas .mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.ftmas .my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.ftmas .my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.ftmas .my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.ftmas .my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.ftmas .my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.ftmas .mt-n1 {
    margin-top: -0.25rem !important;
}

.ftmas .mt-n2 {
    margin-top: -0.5rem !important;
}

.ftmas .mt-n3 {
    margin-top: -1rem !important;
}

.ftmas .mt-n4 {
    margin-top: -1.5rem !important;
}

.ftmas .mt-n5 {
    margin-top: -3rem !important;
}

.ftmas .mb-n1 {
    margin-bottom: -0.25rem !important;
}

.ftmas .mb-n2 {
    margin-bottom: -0.5rem !important;
}

.ftmas .mb-n3 {
    margin-bottom: -1rem !important;
}

.ftmas .mb-n4 {
    margin-bottom: -1.5rem !important;
}

.ftmas .mb-n5 {
    margin-bottom: -3rem !important;
}

.ftmas .ms-n1 {
    margin-left: -0.25rem !important;
}

.ftmas .ms-n2 {
    margin-left: -0.5rem !important;
}

.ftmas .ms-n3 {
    margin-left: -1rem !important;
}

.ftmas .ms-n4 {
    margin-left: -1.5rem !important;
}

.ftmas .ms-n5 {
    margin-left: -3rem !important;
}

.ftmas .me-n1 {
    margin-right: -0.25rem !important;
}

.ftmas .me-n2 {
    margin-right: -0.5rem !important;
}

.ftmas .me-n3 {
    margin-right: -1rem !important;
}

.ftmas .me-n4 {
    margin-right: -1.5rem !important;
}

.ftmas .me-n5 {
    margin-right: -3rem !important;
}
/*#endregion */

/*#endregion */

/*#region Colors */
.ftmas .first-trust-blue {
    color: #1e4162;
}

.ftmas .first-trust-primary-blue {
    color: #009ca6;
}

.ftmas .first-trust-primary-orange {
    color: #ff6720;
}

.ftmas .first-trust-primary-yellow {
    color: #f1b434;
}

.ftmas .first-trust-primary-dark-gray {
    color: #53565a;
}

.ftmas .first-trust-primary-light-gray {
    color: #ced4da;
}

.ftmas .first-trust-primary-negative {
    color: #be3a34;
}

.ftmas .first-trust-primary-positive {
    color: #4c8d2b;
}

.ftmas .first-trust-secondary-blue {
    color: #009ca6;
}

.ftmas .first-trust-secondary-green {
    color: #9ea700;
}

.ftmas .first-trust-secondary-magenta {
    color: #aa0061;
}

.ftmas .first-trust-tertiary-blue {
    color: #0069b1;
}

.ftmas .first-trust-tertiary-salmon {
    color: #e5554f;
}

.ftmas .first-trust-tertiary-purple {
    color: #87189d;
}

.ftmas .text-white {
    color: white !important;
}

.ftmas .text-red {
    color: red !important;
}

.ftmas .text-green {
    color: green !important;
}

/*#endregion */

/*#region Font Sizes and Weights */

.ftmas .font-size-smallest {
    font-size: 0.6rem !important;
}

.ftmas .font-size-smaller {
    font-size: 0.75rem !important;
}

.ftmas .font-size-small {
    font-size: 0.875rem !important;
}

.ftmas .font-size-normal {
    font-size: 1rem !important;
}

.ftmas .font-size-medium {
    font-size: 1.25rem !important;
}

.ftmas .font-size-large {
    font-size: 1.5rem !important;
}

.ftmas .font-size-larger {
    font-size: 1.75rem !important;
}

.ftmas .font-size-x-large {
    font-size: 2rem !important;
}

.ftmas .font-size-x-larger {
    font-size: 2.5rem !important;
}

.ftmas .font-size-largest {
    font-size: 3rem !important;
}

.ftmas .font-weight-thin {
    font-weight: 100 !important;
}

.ftmas .font-weight-extra-light {
    font-weight: 200 !important;
}

.ftmas .font-weight-light {
    font-weight: 300 !important;
}

.ftmas .font-weight-normal {
    font-weight: 400 !important;
}

.ftmas .font-weight-medium {
    font-weight: 500 !important;
}

.ftmas .font-weight-semi-bold {
    font-weight: 600 !important;
}

.ftmas .font-weight-bold {
    font-weight: 700 !important;
}

.ftmas .font-weight-extra-bold {
    font-weight: 800 !important;
}

.ftmas .font-weight-black {
    font-weight: 900 !important;
}

.ftmas .font-weight-extra-black {
    font-weight: 950 !important;
}
/*#endregion*/

/*#region Flex and Flex direction */

.ftmas .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .ftmas .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }

.ftmas .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ftmas .flex {
    display: flex;
}

.ftmas .flex-inline {
    display: inline-flex;
}

.ftmas .flex-row {
    flex-direction: row;
}

.ftmas .flex-row-lg {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .ftmas .flex-row-lg {
        flex-direction: row;
    }
}

.ftmas .flex-col {
    flex-direction: column;
}

.ftmas .flex-wrap,
.ftmas .flex-wrap-lg {
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .ftmas .flex-wrap-lg {
        flex-wrap: nowrap;
    }
}

.ftmas .flex-no-wrap {
    flex-wrap: nowrap;
}
/*#endregion */

/*#region Flex Justify and Alignment */
.ftmas .justify-content-start {
    justify-content: flex-start !important;
}

.ftmas .justify-content-end {
    justify-content: flex-end !important;
}

.ftmas .justify-content-center {
    justify-content: center !important;
}

.ftmas .justify-content-between {
    justify-content: space-between !important;
}

.ftmas .justify-content-around {
    justify-content: space-around !important;
}

.ftmas .justify-content-evenly {
    justify-content: space-evenly !important;
}

.ftmas .align-items-start {
    align-items: flex-start !important;
}

.ftmas .align-items-end {
    align-items: flex-end !important;
}

.ftmas .align-items-center {
    align-items: center !important;
}

.ftmas .align-items-baseline {
    align-items: baseline !important;
}

.ftmas .align-items-stretch {
    align-items: stretch !important;
}

.ftmas .align-content-start {
    align-content: flex-start !important;
}

.ftmas .align-content-end {
    align-content: flex-end !important;
}

.ftmas .align-content-center {
    align-content: center !important;
}

.ftmas .align-content-between {
    align-content: space-between !important;
}

.ftmas .align-content-around {
    align-content: space-around !important;
}

.ftmas .align-content-stretch {
    align-content: stretch !important;
}

.ftmas .align-self-auto {
    align-self: auto !important;
}

.ftmas .align-self-start {
    align-self: flex-start !important;
}

.ftmas .align-self-end {
    align-self: flex-end !important;
}

.ftmas .align-self-center {
    align-self: center !important;
}

.ftmas .align-self-baseline {
    align-self: baseline !important;
}

.ftmas .align-self-stretch {
    align-self: stretch !important;
}

/*#endregion */

/*#region Columns*/
.ftmas .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.ftmas .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.ftmas .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.ftmas .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.ftmas .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.ftmas .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.ftmas .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.ftmas .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.ftmas .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.ftmas .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.ftmas .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.ftmas .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
/*#endregion */

/*#region Widths */
.ftmas .w-10 {
    width: 10%;
}

.ftmas .w-15 {
    width: 15%;
}

.ftmas .w-20 {
    width: 20%;
}

.ftmas .w-25 {
    width: 25%;
}

.ftmas .w-30 {
    width: 30%;
}

.ftmas .w-33 {
    width: 33%;
}

.ftmas .w-40 {
    width: 40%;
}

.ftmas .w-45 {
    width: 45%;
}

.ftmas .w-50 {
    width: 50%;
}

.ftmas .w-55 {
    width: 55%;
}

.ftmas .w-60 {
    width: 60%;
}

.ftmas .w-66 {
    width: 66%;
}

.ftmas .w-70 {
    width: 70%;
}

.ftmas .w-75 {
    width: 75%;
}

.ftmas .w-80 {
    width: 80%;
}

.ftmas .w-85 {
    width: 85%;
}

.ftmas .w-90 {
    width: 90%;
}

.ftmas .w-95 {
    width: 95%;
}

.ftmas .w-100 {
    width: 100%;
}
/*#endregion*/

/*#region Display */

.ftmas .d-none {
    display: none;
}

.ftmas .d-inline {
    display: inline;
}

.ftmas .d-inline-block {
    display: inline-block;
}

.ftmas .d-block {
    display: block;
}

.ftmas .d-grid {
    display: ingrid;
}

.ftmas .d-table {
    display: table;
}

.ftmas .d-table-cell {
    display: table-cell;
}

.ftmas .d-table-row {
    display: table-row;
}

.ftmas .d-flex {
    display: flex;
}

.ftmas .d-inline-flex {
    display: inline-flex;
}

/*#endregion */


/*#region Postion */
.ftmas .postion-relative {
    position: relative !important;
}

.ftmas .postion-absolute {
    position: absolute !important;
}
/*#endregion*/