:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --font-family-sans-serif: -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";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -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";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

h2,
h3,
.h2,
.h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 2rem;
}

@media(max-width:1200px) {
    h2,
    .h2 {
        font-size: calc(1.325rem + .9vw);
    }
}

h3,
.h3 {
    font-size: 1.75rem;
}

@media(max-width:1200px) {
    h3,
    .h3 {
        font-size: calc(1.3rem + .6vw);
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-3,
.col-4,
.col-5,
.col-6,
.col-8,
.col-12,
.col,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-12,
.col-lg,
.col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
	}
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}


@media(min-width:576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}

@media(min-width:1440px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-block {
        display: block !important;
    }
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-self-center {
    align-self: center !important;
}

@media(min-width:576px) {
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
}

@media(min-width:768px) {
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
}

@media(min-width:992px) {
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
}

@media(min-width:1200px) {
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
}

@media(min-width:1440px) {
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.h-100 {
    height: 100% !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.pb-2,

.pt-4 {
    padding-top: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: .25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important;
    }
    .m-sm-2 {
        margin: .5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .m-sm-6 {
        margin: 5rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: .25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important;
    }
    .p-sm-2 {
        padding: .5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .p-sm-6 {
        padding: 5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important;
    }
    .m-sm-n1 {
        margin: -.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important;
    }
    .m-sm-n2 {
        margin: -.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-n6 {
        margin: -5rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -5rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -5rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media(min-width:768px) {
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    
    .my-md-0 {
        margin-bottom: 0 !important;
    }
	
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
	
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
	
    .p-md-0 {
        padding: 0 !important;
    }
	
    .px-md-0 {
        padding-right: 0 !important;
    }
	
    .px-md-0 {
        padding-left: 0 !important;
    }
	
    .pb-md-2 {
        padding-bottom: .5rem !important;
    }
	
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
	
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
	
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
	
    .py-md-5 {
        padding-top: 3rem !important;
    }
    
    .px-md-5 {
        padding-right: 3rem !important;
    }
    
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    
    .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: .25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important;
    }
    .m-lg-2 {
        margin: .5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .m-lg-6 {
        margin: 5rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: .25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important;
    }
    .p-lg-2 {
        padding: .5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .p-lg-6 {
        padding: 5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important;
    }
    .m-lg-n1 {
        margin: -.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important;
    }
    .m-lg-n2 {
        margin: -.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-n6 {
        margin: -5rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -5rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -5rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: .25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important;
    }
    .m-xl-2 {
        margin: .5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .m-xl-6 {
        margin: 5rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 5rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: .25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important;
    }
    .p-xl-2 {
        padding: .5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .p-xl-6 {
        padding: 5rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important;
    }
    .m-xl-n1 {
        margin: -.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important;
    }
    .m-xl-n2 {
        margin: -.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-n6 {
        margin: -5rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -5rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -5rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1440px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: .25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important;
    }
    .m-xxl-2 {
        margin: .5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .m-xxl-6 {
        margin: 5rem !important;
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 5rem !important;
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 5rem !important;
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 5rem !important;
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 5rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: .25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important;
    }
    .p-xxl-2 {
        padding: .5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .p-xxl-6 {
        padding: 5rem !important;
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 5rem !important;
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 5rem !important;
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 5rem !important;
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 5rem !important;
    }
    .m-xxl-n1 {
        margin: -.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important;
    }
    .m-xxl-n2 {
        margin: -.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -5rem !important;
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -5rem !important;
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -5rem !important;
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -5rem !important;
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1320px;
    }
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5,
.col-xxl-1-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media(min-width:576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width:768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width:992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width:1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width:1440px) {
    .col-xxl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

body {
    line-height: 1.8;
    color: #555;
    font-family: "Varela Round", sans-serif;
}

a {
    text-decoration: none !important;
    color: #144bd2;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

h2,
h3 {
    color: #444;
    font-weight: normal;
    line-height: 1.8;
    margin: 0 0 30px 0;
    font-family: "Varela Round", sans-serif;
}

h2 {
    font-size: 2.49975rem;
}

h3 {
    font-size: 1.49996rem;
}

h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge) {
    color: #144bd2;
}

.col-padding {
    padding: 6rem;
}

.center {
    text-align: center !important;
}

.col-mb-50 {
    margin-bottom: -50px;
}

.col-mb-50>.col,
.col-mb-50>[class*="col-"] {
    padding-bottom: 50px;
}

@media(min-width:576px) {
   
    .col-mb-sm-50 {
        margin-bottom: -50px;
    }
    .col-mb-sm-50>.col,
    .col-mb-sm-50>[class*="col-"] {
        padding-bottom: 50px;
    }
    
}

@media(min-width:768px) {
    .col-mb-md-50 {
        margin-bottom: -50px;
    }
    .col-mb-md-50>.col,
    .col-mb-md-50>[class*="col-"] {
        padding-bottom: 50px;
    }
}

@media(min-width:992px) {
    .col-mb-lg-50 {
        margin-bottom: -50px;
    }
    .col-mb-lg-50>.col,
    .col-mb-lg-50>[class*="col-"] {
        padding-bottom: 50px;
    }
}

@media(min-width:1200px) {
    .col-mb-xl-50 {
        margin-bottom: -50px;
    }
    .col-mb-xl-50>.col,
    .col-mb-xl-50>[class*="col-"] {
        padding-bottom: 50px;
    }
}

@media(min-width:1440px) {
    .col-mb-xxl-50 {
        margin-bottom: -50px;
    }
    .col-mb-xxl-50>.col,
    .col-mb-xxl-50>[class*="col-"] {
        padding-bottom: 50px;
    }
}

.no-js {
    display: block;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 15px 22px;
    font-size: .875rem;
    line-height: 24px;
    background-color: #144bd2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

h2.titular-title {
    font-size: 2.75rem;
}

h3.titular-title {
    font-size: 2rem;
}

.title-block h2,
.title-block h3 {
    margin-bottom: 0;
}

.heading-block {
    margin-bottom: 50px;
}

.heading-block h2,
.heading-block h3 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.heading-block h2 {
    font-size: 30px;
}

.heading-block h3 {
    font-size: 1.75rem;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.widget {
    position: relative;
    margin-top: 50px;
}

.widget p {
    line-height: 1.7;
}

.widget:first-child {
    margin-top: 0;
}

.dark,
.dark h2,
.dark h3 {
    color: #eee;
}

.dark a:not([class*="btn-"]):hover {
    color: #eee;
}


.dark .button-dark:not(.button-border):not(:hover),
.dark .button:hover {
    background-color: rgba(0, 0, 0, .3);
}


.dark #footer,
#footer.dark {
    color: rgba(255, 255, 255, .75);
    background-color: #282828;
    border-top-color: rgba(255, 255, 255, .15);
	font-size: small;
}

.dark .footer-widgets-wrap a {
    color: rgba(255, 255, 255, .75);
}

.dark .footer-widgets-wrap a:hover {
    color: rgba(255, 255, 255, .85);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
    color: rgba(255, 255, 255, .5) !important;
}

.dark #copyrights,
#copyrights.dark {
    color: rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .2);
	padding-top: 20px;
    padding-bottom: 20px;
}

.dark .copyright-links a {
    color: rgba(255, 255, 255, .4);
    border-bottom-color: rgba(255, 255, 255, .65);
}

.dark .copyright-links a:hover {
    color: rgba(255, 255, 255, .6);
    border-bottom-color: rgba(255, 255, 255, .7);
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.min-height-600 {
    min-height: 600px !important;
}

@media(min-width:576px) {
    .min-height-100 {
        min-height: 100px !important;
    }
    .min-height-200 {
        min-height: 200px !important;
    }
    .min-height-300 {
        min-height: 300px !important;
    }
    .min-height-400 {
        min-height: 400px !important;
    }
    .min-height-500 {
        min-height: 500px !important;
    }
    .min-height-600 {
        min-height: 600px !important;
    }
}

@media(min-width:768px) {
    .min-height-100 {
        min-height: 100px !important;
    }
    .min-height-200 {
        min-height: 200px !important;
    }
    .min-height-300 {
        min-height: 300px !important;
    }
    .min-height-400 {
        min-height: 400px !important;
    }
    .min-height-500 {
        min-height: 500px !important;
    }
    .min-height-600 {
        min-height: 600px !important;
    }
}

@media(min-width:992px) {
    .min-height-100 {
        min-height: 100px !important;
    }
    .min-height-200 {
        min-height: 200px !important;
    }
    .min-height-300 {
        min-height: 300px !important;
    }
    .min-height-400 {
        min-height: 400px !important;
    }
    .min-height-500 {
        min-height: 500px !important;
    }
    .min-height-600 {
        min-height: 600px !important;
    }
}

@media(min-width:1200px) {
    .min-height-100 {
        min-height: 100px !important;
    }
    .min-height-200 {
        min-height: 200px !important;
    }
    .min-height-300 {
        min-height: 300px !important;
    }
    .min-height-400 {
        min-height: 400px !important;
    }
    .min-height-500 {
        min-height: 500px !important;
    }
    .min-height-600 {
        min-height: 600px !important;
    }
}

@media(min-width:1440px) {
    .min-height-100 {
        min-height: 100px !important;
    }
    .min-height-200 {
        min-height: 200px !important;
    }
    .min-height-300 {
        min-height: 300px !important;
    }
    .min-height-400 {
        min-height: 400px !important;
    }
    .min-height-500 {
        min-height: 500px !important;
    }
    .min-height-600 {
        min-height: 600px !important;
    }
}

.button {
    background: transparent linear-gradient(256deg, #144bd2 0%, #2fb7e8 100%);
}

.button:hover {
    background: transparent linear-gradient(256deg, #144bd2 20%, #2fb7e8 100%);
}

.bgGradient {
    background: transparent linear-gradient(256deg, #144bd2 0%, #2fb7e8 100%);
}

.bgGradient .button {
    background: #000;
}

.heading-block {
    position: relative;
}

.heading-block::after {
    border: none;
    width: 100px;
    height: 4px;
    border-bottom: 5px solid #144bd2;
    border-right: 5px solid transparent;
}

.homeSliderCaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bgCover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.bgColor,
.bgColor:not(svg) {
    background-color: #f5f5f5;
}

.fullImage img {
    width: 100%;
    height: auto;
}

.introtext {
    font-size: 1.375rem !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
}

.newsletterSubscribeBar {
    background: transparent linear-gradient(256deg, #144bd2 0%, #2fb7e8 100%);
}

.newsletterSubscribeBar .newsletterImage {
    position: relative;
}

.newsletterSubscribeBar .newsletterImage img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.newsletterSubscribeBar .newsletterText,
.newsletterSubscribeBar .newsletterForm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blockList ul li {
    list-style-type: none;
    padding-left: 1.5rem;
    position: relative;
    line-height: 34px;
    color: #858585;
}

.blockList ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 33px;
    width: 16px;
    background-image: url("../Content/Icons/Check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.blogHeader {
    padding: 200px 0 100px !important;
    background: transparent linear-gradient(259deg, #144bd2 0%, #2fb7e8 100%) 0% 0% no-repeat;
}

.homeBanner {
    position: relative;
}

.homeBanner .slider-inner {
    height: calc(100% - 15px);
}

.homeBanner .slider-caption {
    max-width: 754px;
}

.homeBanner .slider-caption h1 {
    font-size: 50px;
    line-height: 67px;
}

.homeBanner .bannerOverlayImage {
    display: none;
}

.homeBanner svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vw;
    fill: #fff;
}

.homeBanner svg.bgColor {
    fill: #f5f5f5;
}


.featureBlock {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    min-height: 100%;
    color: #444;
    transition: all .25s ease-in-out;
}

.featureBlock:hover {
    transform: scale(1.005);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .29);
}

.featureBlock .heading-block::after {
    margin-left: -3rem;
}

.footerColumn .widget {
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.footerColumn:last-of-type .widget {
    border: none;
}

.dark a:not([class*="btn-"]) {
    color: rgba(255, 255, 255, .75);
}

.dark a:not([class*="btn-"]):hover {
    text-decoration: underline;
}


@media(min-width:768px) {
    .homeBanner.hasOverlayImage .bannerOverlayImage {
        position: absolute;
        display: block;
        bottom: -50px;
        right: 0;
        left: 0;
        z-index: 1;
    }
    .homeBanner.hasOverlayImage .bannerOverlayImage img {
        float: right;
        width: 45%;
    }
    .calculatorResults.hasResult {
        max-height: 270px;
    }
    .footerColumn .widget {
        border-bottom: none;
    }
    .footerColumn:nth-of-type(odd) .widget:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        bottom: 35px;
        left: auto;
        right: -15px;
        border-right: 1px solid #eee;
    }
}

@media(min-width:992px) {
    .homeSlider {
        height: 90vh;
    }
    .backgroundBlock {
        position: relative;
    }
    .backgroundBlock:after {
        content: "";
        position: absolute;
        top: 350px;
        right: 0;
        background-image: url("/Content/Icons/PDbgrBlock.svg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 709px;
        width: 25%;
        max-width: 400px;
    }
    .menu-container>.menu-item,
    .header-misc {
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .menu-container>.menu-item.active,
    .header-misc.active {
        border-bottom: 5px solid #144bd2;
    }
    .ctaBlock {
        margin-top: -10rem;
    }
    .footerColumn .widget:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        bottom: 35px;
        left: auto;
        right: -15px;
        border-right: 1px solid #eee;
    }
    .footerColumn:last-of-type .widget:after {
        display: none;
    }
    .socialIcons {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: right;
        padding-bottom: 2.5rem;
    }
}

@media(max-width:576px) {
    .header-misc .button {
        margin: 5px;
        padding: 8px;
        font-size: .4375rem;
        line-height: 12px;
    }
}

@media(max-width:768px) {
    .homeBanner .slider-caption h1 {
        font-size: 35px;
        line-height: 47px;
    }
    .button {
        margin: 5px;
        padding: 14px;
        font-size: .875rem;
        line-height: 12px;
    }
    #page-title {
        padding: 125px 0 !important;
    }
    #page-title h1 {
        line-height: 67px;
        text-transform: none;
        font-size: 2.25rem;
    }
    #page-title.page-title-parallax h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.375rem;
    }
}