

                                                                             .top {
                                                                                 margin: 0;
                                                                                 position: relative;
                                                                                 width: 100%;
                                                                                 background-color: #233659;
                                                                                 height: 150px;
                                                                                 opacity: 1;
                                                                                 text-align: center;
                                                                                 font-size: 80px;
                                                                                 font-weight: 100;
                                                                                 color: #fff;
                                                                                 display: flex;
                                                                                 justify-content: center;
                                                                                 align-items: center
                                                                             }

.title {
    font-size: 50px;
    margin-top: 20px;
    transition: .2s
}

.article-def {
    padding: 32px 0;
    border-bottom: 1px solid #b5b5b5
}

.article-def h2 {
    color: #233659;
    transition: .3s color
}

.article-def p {
    color: #010204;
    line-height: 1.8
}

.article-def button {
    font-family: Montserrat, sans-serif;
    background: #fd573f;
    color: #fff;
    font-weight: 400
}

.article-def:hover {
    cursor: pointer
}

.article-def:hover h2 {
    color: #fd573f
}

.hero-image-blog-list {

    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.hero-image-blog-list h1 {
    color: #e6e6e6
}

.hero-text-blog-list {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

                                       .header[_ngcontent-sc2] {
                                           width: 100%;
                                           align-items: center;
                                           display: flex;
                                           padding: 14px 0;
                                           justify-content: space-between
                                       }

.center-links[_ngcontent-sc2] {
    margin-left: -70px;
    display: flex;
    justify-content: space-between
}

.center-links[_ngcontent-sc2] a[_ngcontent-sc2] {
    color: #788294;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px
}

.center-links[_ngcontent-sc2] a[_ngcontent-sc2]:hover {
    background: inherit
}

.col-md-4[_ngcontent-sc6] a[_ngcontent-sc6] {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    text-decoration: none;
}

.col-md-4[_ngcontent-sc6] a[_ngcontent-sc6]:hover {
    background: inherit
}

.mat-button-wrapper a {

    text-decoration: none;
}

.header-icon[_ngcontent-sc2] {
    margin-left: 40px;
    color: #394a51;
    font-size: 28px;
    font-weight: 600;
    margin-top: 7px;
    cursor: pointer
}

.header-icon[_ngcontent-sc2] img[_ngcontent-sc2] {
    width: 42px
}

.header-icon[_ngcontent-sc2] span[_ngcontent-sc2] {
    vertical-align: super;
    font-size: 36px;
    margin-left: 10px;
    color: #233659
}

.header-icon[_ngcontent-sc2] .white-text[_ngcontent-sc2],
.white-links[_ngcontent-sc2] a[_ngcontent-sc2] {
    color: #fff
}

.white-order-btn[_ngcontent-sc2] {
    background: #fff !important;
    color: #233659 !important
}

.order-btn[_ngcontent-sc2] {
    background: #233659;
    color: #fff;
    font-size: 15px;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    cursor: pointer
}

.topnav[_ngcontent-sc2] {
    overflow: hidden
}

.topnav[_ngcontent-sc2] a[_ngcontent-sc2] {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px
}

.active[_ngcontent-sc2] {
    background-color: #4caf50;
    color: #fff
}

.topnav[_ngcontent-sc2] .icon[_ngcontent-sc2] {
    display: none
}

.dropdown[_ngcontent-sc2] {
    float: left;
    overflow: hidden
}

.dropdown[_ngcontent-sc2] .dropbtn[_ngcontent-sc2] {
    font-size: 17px;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.dropdown-content[_ngcontent-sc2] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content[_ngcontent-sc2] a[_ngcontent-sc2] {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown[_ngcontent-sc2]:hover .dropdown-content[_ngcontent-sc2] {
    display: block
}

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

    .center-links[_ngcontent-sc2],
    .center-links[_ngcontent-sc2] .order-btn-container[_ngcontent-sc2],
    .order-btn-container[_ngcontent-sc2],
    .topnav[_ngcontent-sc2] a[_ngcontent-sc2]:not(:first-child) {
        display: none
    }

    .header-icon[_ngcontent-sc2] {
        margin-left: 24px
    }

    .header-icon[_ngcontent-sc2] img[_ngcontent-sc2] {
        width: 36px
    }

    .header-icon[_ngcontent-sc2] span[_ngcontent-sc2] {
        font-size: 36px
    }

    .topnav[_ngcontent-sc2] a.icon[_ngcontent-sc2] {
        float: right;
        display: block;
        margin-right: 24px;
        color: #233659
    }

    .topnav.responsive[_ngcontent-sc2] {
        position: relative
    }

    .topnav.responsive[_ngcontent-sc2] .icon[_ngcontent-sc2] {
        position: absolute;
        right: 0;
        top: 0
    }

    .topnav.responsive[_ngcontent-sc2] a[_ngcontent-sc2] {
        float: none;
        display: block;
        text-align: left
    }

    .topnav.responsive[_ngcontent-sc2] .dropdown[_ngcontent-sc2] {
        float: none
    }

    .topnav.responsive[_ngcontent-sc2] .dropdown-content[_ngcontent-sc2] {
        position: relative
    }

    .topnav.responsive[_ngcontent-sc2] .dropdown[_ngcontent-sc2] .dropbtn[_ngcontent-sc2] {
        display: block;
        width: 100%;
        text-align: left
    }
}

                                       .mat-button .mat-button-focus-overlay,
                                       .mat-icon-button .mat-button-focus-overlay {
                                           opacity: 0
                                       }

.mat-button:hover .mat-button-focus-overlay,
.mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: .04
}

@media (hover:none) {

    .mat-button:hover .mat-button-focus-overlay,
    .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0
    }
}

.mat-button,
.mat-flat-button,
.mat-icon-button,
.mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
    border: 0
}

.mat-button[disabled],
.mat-flat-button[disabled],
.mat-icon-button[disabled],
.mat-stroked-button[disabled] {
    cursor: default
}

.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
    border: 0
}

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mat-raised-button::-moz-focus-inner {
    border: 0
}

.mat-raised-button[disabled] {
    cursor: default
}

.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-raised-button::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-raised-button {
    transition: none;
    animation: none
}

.mat-stroked-button {
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px
}

.mat-stroked-button .mat-button-focus-overlay,
.mat-stroked-button .mat-button-ripple.mat-ripple {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0
}

.mat-fab::-moz-focus-inner {
    border: 0
}

.mat-fab[disabled] {
    cursor: default
}

.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-fab::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-fab {
    transition: none;
    animation: none
}

.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px
}

.mat-mini-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    flex-shrink: 0
}

.mat-mini-fab::-moz-focus-inner {
    border: 0
}

.mat-mini-fab[disabled] {
    cursor: default
}

.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-mini-fab::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-mini-fab {
    transition: none;
    animation: none
}

.mat-mini-fab .mat-button-wrapper {
    padding: 8px 0;
    display: inline-block;
    line-height: 24px
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%
}

.mat-icon-button .mat-icon,
.mat-icon-button i {
    line-height: 24px
}

.mat-button-focus-overlay,
.mat-button-ripple.mat-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit
}

.mat-button-ripple.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.35, 0, .25, 1), background-color .2s cubic-bezier(.35, 0, .25, 1)
}

._mat-animation-noopable .mat-button-focus-overlay {
    transition: none
}

@media (-ms-high-contrast:active) {
    .mat-button-focus-overlay {
        background-color: #fff
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mat-button-focus-overlay {
        background-color: #000
    }
}

.mat-button-ripple-round {
    border-radius: 50%;
    z-index: 1
}

.mat-button .mat-button-wrapper>*,
.mat-fab .mat-button-wrapper>*,
.mat-flat-button .mat-button-wrapper>*,
.mat-icon-button .mat-button-wrapper>*,
.mat-mini-fab .mat-button-wrapper>*,
.mat-raised-button .mat-button-wrapper>*,
.mat-stroked-button .mat-button-wrapper>* {
    vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
    display: block;
    font-size: inherit;
    width: 2.5em;
    height: 2.5em
}

@media (-ms-high-contrast:active) {

    .mat-button,
    .mat-fab,
    .mat-flat-button,
    .mat-icon-button,
    .mat-mini-fab,
    .mat-raised-button {
        outline: solid 1px
    }
}
