﻿*, ::after, ::before
{
    box-sizing: border-box;
}
nav, section
{
    display: block;
}
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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1
{
    margin-top: 0;
    margin-bottom: .5rem;
}
p
{
    margin-top: 0;
    margin-bottom: 1rem;
}
a
{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover
{
    color: #0056b3;
    text-decoration: underline;
}
img
{
    vertical-align: middle;
    border-style: none;
}
input, select
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input
{
    overflow: visible;
}
select
{
    text-transform: none;
}
select
{
    word-wrap: normal;
}
[type=submit]
{
    -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}
[hidden]
{
    display: none !important;
}
h1
{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1
{
    font-size: 2.5rem;
}
.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.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;
    }
}
.container-fluid
{
    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;
    }
}
.row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12, .col-lg-8, .col-md-2, .col-md-4, .col-md-5, .col-sm-12
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12
{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:576px)
{
    .col-sm-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:768px)
{
    .col-md-2
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-4
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (min-width:992px)
{
    .col-lg-8
    {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.form-control
{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce)
{
    .form-control
    {
        transition: none;
    }
}
.form-control::-ms-expand
{
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus
{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.form-control::-webkit-input-placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled
{
    background-color: #e9ecef;
    opacity: 1;
}
.form-group
{
    margin-bottom: 1rem;
}
.btn
{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce)
{
    .btn
    {
        transition: none;
    }
}
.btn:hover
{
    color: #212529;
    text-decoration: none;
}
.btn:focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.btn:disabled
{
    opacity: .65;
}
.btn-warning
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover
{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus
{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}
.btn-warning:disabled
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.navbar
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar .container
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand
{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover
{
    text-decoration: none;
}
@media (max-width:991.98px)
{
    .navbar-expand-lg > .container
    {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width:992px)
{
    .navbar-expand-lg
    {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg > .container
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.alert
{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success
{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.d-none
{
    display: none !important;
}
@media (min-width:576px)
{
    .d-sm-block
    {
        display: block !important;
    }
}
@media (min-width:768px)
{
    .d-md-block
    {
        display: block !important;
    }
}
@media (min-width:992px)
{
    .d-lg-block
    {
        display: block !important;
    }
}
.justify-content-center
{
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.mb-0
{
    margin-bottom: 0 !important;
}
.mb-3
{
    margin-bottom: 1rem !important;
}
.mt-4
{
    margin-top: 1.5rem !important;
}
.pb-2
{
    padding-bottom: .5rem !important;
}
.px-3
{
    padding-right: 1rem !important;
}
.px-3
{
    padding-left: 1rem !important;
}
.mx-auto
{
    margin-right: auto !important;
}
.mx-auto
{
    margin-left: auto !important;
}
@media print
{
    *, ::after, ::before
    {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn)
    {
        text-decoration: underline;
    }
    img
    {
        page-break-inside: avoid;
    }
    p
    {
        orphans: 3;
        widows: 3;
    }
    body
    {
        min-width: 992px !important;
    }
    .container
    {
        min-width: 992px !important;
    }
    .navbar
    {
        display: none;
    }
}

*, ::after, ::before
{
    box-sizing: inherit;
}
.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;
    }
}
.container-fluid
{
    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;
    }
}
.row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12, .col-lg-8, .col-md-2, .col-md-4, .col-md-5, .col-sm-12
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12
{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:576px)
{
    .col-sm-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:768px)
{
    .col-md-2
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-4
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (min-width:992px)
{
    .col-lg-8
    {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.d-none
{
    display: none !important;
}
@media (min-width:576px)
{
    .d-sm-block
    {
        display: block !important;
    }
}
@media (min-width:768px)
{
    .d-md-block
    {
        display: block !important;
    }
}
@media (min-width:992px)
{
    .d-lg-block
    {
        display: block !important;
    }
}
.justify-content-center
{
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.mb-0
{
    margin-bottom: 0 !important;
}
.mb-3
{
    margin-bottom: 1rem !important;
}
.mt-4
{
    margin-top: 1.5rem !important;
}
.pb-2
{
    padding-bottom: .5rem !important;
}
.px-3
{
    padding-right: 1rem !important;
}
.px-3
{
    padding-left: 1rem !important;
}
.mx-auto
{
    margin-right: auto !important;
}
.mx-auto
{
    margin-left: auto !important;
}
*, ::after, ::before
{
    box-sizing: border-box;
}
nav, section
{
    display: block;
}
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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1
{
    margin-top: 0;
    margin-bottom: .5rem;
}
p
{
    margin-top: 0;
    margin-bottom: 1rem;
}
a
{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover
{
    color: #0056b3;
    text-decoration: underline;
}
img
{
    vertical-align: middle;
    border-style: none;
}
input, select
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input
{
    overflow: visible;
}
select
{
    text-transform: none;
}
select
{
    word-wrap: normal;
}
[type=submit]
{
    -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}
[hidden]
{
    display: none !important;
}

.navbar-dropdown
{
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease;
    z-index: 1030;
    background: #282828;
}
.navbar-dropdown .navbar-logo
{
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle;
}
.navbar-dropdown .navbar-logo img
{
    height: 3.125rem;
    transition: all 0.3s ease-in-out;
}
.navbar-dropdown.navbar-fixed-top
{
    position: fixed;
}
.navbar-dropdown .navbar-brand span
{
    vertical-align: -4px;
}

[class*=" socicon-"]
{
    font-family: 'Socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socicon-facebook:before
{
    content: "\e028";
}
.socicon-instagram:before
{
    content: "\e044";
}
.socicon-linkedin:before
{
    content: "\e04c";
}
.socicon-twitter:before
{
    content: "\e08d";
}
.socicon-youtube:before
{
    content: "\e0a5";
}

section
{
    background-color: #ffffff;
}
.form-control:focus
{
    box-shadow: none;
}
:focus
{
    outline: none;
}
section, .container, .container-fluid
{
    position: relative;
    word-wrap: break-word;
}
a
{
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a, a:hover
{
    text-decoration: none;
}
body
{
    color: #232323;
}
h1, .display-1, .display-5, .display-7, span, p, a
{
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}
body
{
    position: relative;
}
section
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mbr-white
{
    color: #ffffff;
}
.align-center
{
    text-align: center;
}
.align-right
{
    text-align: right;
}
.media-container-row
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
@media (min-width: 992px)
{
    .media-container-row
    {
        flex-wrap: nowrap;
    }
}
img
{
    display: block;
    width: 100%;
}
.btn
{
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}
[type="submit"]
{
    -webkit-appearance: none;
}
.menu .navbar-brand
{
    display: -webkit-flex;
}
.menu .navbar-brand span
{
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img
{
    display: -webkit-flex;
}
.navbar
{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.row
{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.justify-content-center
{
    -webkit-justify-content: center;
}
.form-group:focus
{
    outline: none;
}
body
{
    height: auto;
    min-height: 100vh;
}
.mbr-section-title
{
    font-style: normal;
    line-height: 1.3;
}
.mbr-text
{
    font-style: normal;
    line-height: 1.7;
}
body
{
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
}
.alert
{
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.form-control
{
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
form .row
{
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"]
{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
form .btn
{
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}
.form-group
{
    margin-bottom: 1.2rem;
}
.form-control, form .btn
{
    min-height: 48px;
}
.mbr-overlay
{
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.mt-4
{
    margin-top: 2rem !important;
}
@media (min-width: 992px)
{
    .container
    {
        padding-left: 16px;
        padding-right: 16px;
    }
    .row
    {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"]
    {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px)
{
    .container-fluid
    {
        padding-left: 32px;
        padding-right: 32px;
    }
}

body
{
    font-family: Jost;
}
.display-1
{
    font-family: 'Jost' , sans-serif;
    font-size: 4.6rem;
    line-height: 1.1;
}
.display-5
{
    font-family: 'Jost' , sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
.display-7
{
    font-family: 'Jost' , sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}
@media (max-width: 992px)
{
    .display-1
    {
        font-size: 3.68rem;
    }
}
@media (max-width: 768px)
{
    .display-1
    {
        font-size: 3.22rem;
        font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5
    {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7
    {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}
.btn
{
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-warning, .btn-warning:active
{
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
    color: #614f00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover, .btn-warning:focus
{
    color: #2e2500 !important;
    background-color: #ffd72e !important;
    border-color: #ffd72e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:disabled
{
    color: #614f00 !important;
    background-color: #ffd72e !important;
    border-color: #ffd72e !important;
}
.alert-success
{
    background-color: #70c770;
}
.alert-danger
{
    background-color: #ff9966;
}
a, a:hover
{
    color: #6592e6;
}
.form-control
{
    font-family: 'Jost' , sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}
.form-control:hover, .form-control:focus
{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder
{
    font-family: 'Jost' , sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}
body
{
    overflow-x: hidden;
}
a
{
    transition: color 0.6s;
}
.cid-s9vjsF1Ser
{
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}
.cid-s9vjsF1Ser nav.navbar
{
    position: fixed;
}
.cid-s9vjsF1Ser .container
{
    display: flex;
    margin: auto;
}
.cid-s9vjsF1Ser .navbar
{
    min-height: 70px;
    transition: all .3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-s9vjsF1Ser .navbar .navbar-logo img
{
    width: auto;
}
@media (max-width: 991px)
{
    .cid-s9vjsF1Ser .navbar .navbar-logo img
    {
        height: 3rem !important;
    }
    .cid-s9vjsF1Ser .navbar .navbar-brand
    {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
}
.cid-s9vjsF1Ser .navbar-brand
{
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}
.cid-s9vjsF1Ser .navbar-brand .navbar-logo a
{
    outline: none;
}
.cid-s9vjsF1Ser .navbar-dropdown
{
    padding: 0 1rem;
    position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .cid-s9vjsF1Ser .navbar
    {
        height: 70px;
    }
}
.cid-s9vmHAPm3X
{
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
/*    background-image: url("http://localhost:61907/MobileStudentPlan/assets/images/mbr-1920x847.jpg");*/
}
.cid-s9vmHAPm3X .mbr-overlay
{
    background-color: #353535;
    opacity: 0.5;
}
.cid-s9vmHAPm3X .content-wrap
{
    padding: 5rem 1rem;
}
@media (min-width: 768px)
{
    .cid-s9vmHAPm3X
    {
        align-items: flex-end;
    }
    .cid-s9vmHAPm3X .row
    {
        justify-content: flex-start;
    }
    .cid-s9vmHAPm3X .content-wrap
    {
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px)
{
    .cid-s9vmHAPm3X .content-wrap
    {
        min-width: 50%;
    }
}
@media (max-width: 767px)
{
    .cid-s9vmHAPm3X
    {
        -webkit-align-items: center;
        align-items: center;
    }
    .cid-s9vmHAPm3X .content-wrap
    {
        width: 100%;
    }
}
.cid-s9vmHAPm3X .mbr-section-title
{
    text-align: center;
}
.cid-s9vnqfXnSJ
{
    padding-top: 3rem;
    padding-bottom: 6rem;
    background-color: #fafafa;
}
.cid-s9vnTyUe7E
{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #232323;
}
.cid-s9vnTyUe7E .social-row
{
    width: 100%;
    justify-content: center;
}
.cid-s9vnTyUe7E .media-container-row
{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cid-s9vnTyUe7E .media-container-row .social-list
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cid-s9vnTyUe7E .media-container-row .social-list .mbr-iconfont-social
{
    font-size: 1.5rem;
    color: #ffffff;
}
.cid-s9vnTyUe7E .media-container-row .social-list .soc-item
{
    margin: 0 .5rem;
}
.cid-s9vnTyUe7E .media-container-row .social-list a
{
    margin: 0;
    opacity: .5;
    transition: .2s linear;
}
.cid-s9vnTyUe7E .media-container-row .social-list a:hover
{
    opacity: 1;
}
@media (max-width: 767px)
{
    .cid-s9vnTyUe7E .media-container-row .social-list
    {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-s9vnTyUe7E .media-container-row .row-copirayt
{
    word-break: break-word;
    width: 100%;
}
.cid-s9vnTyUe7E .media-container-row .row-copirayt p
{
    width: 100%;
}
/*! CSS Used fontfaces */
@font-face
{
    font-family: 'Socicon';
    src: url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.eot');
    src: url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.eot#iefix') format('embedded-opentype'), url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.woff2') format('woff2'), url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.ttf') format('truetype'), url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.woff') format('woff'), url('http://localhost:61907/MobileStudentPlan/assets/socicon/fonts/socicon.svg#socicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt5D4hTxM.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt7j4hTxM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt4D4h.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt5D4hTxM.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt7j4hTxM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zUtBhPNqw73oHt4D4h.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73ord4iYl.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73oTd4g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73oDd4iYl.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73ord4iYl.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face
{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v3/92zatBhPNqw73oTd4g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
