.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after,.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: ""
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: auto;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: auto;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .drp-calendar,.daterangepicker.single.ltr .ranges {
        float: left
    }

    .daterangepicker.single.rtl .drp-calendar,.daterangepicker.single.rtl .ranges {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker.ltr .drp-calendar,.daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .drp-calendar,.daterangepicker.rtl .ranges {
        text-align: right;
        float: right
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width:auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none!important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../img/_/_/node_modules/slick-carousel/slick/ajax-loader.html) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick-export/slick.eot);
    src: url(../fonts/slick-export/slickd41dd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/slick-export/slick.woff) format("woff"),url(../fonts/slick-export/slick.ttf) format("truetype"),url(../img/_/_/node_modules/slick-carousel/slick/fonts/slick.html#slick) format("svg")
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top,#eee 50%,#ccc);
    background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body,html {
    font-family: Source Sans Pro,sans-serif
}

html.disable-scroll-y {
    overflow-y: hidden!important
}

html.disable-scroll-y .mas-site {
    overflow-y: scroll
}

a:hover {
    text-decoration: none
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    :focus:not(a):not(button):not(input):not(select):not(label) {
        outline: none
    }
}

.slick-slider {
    overflow: hidden;
    padding-bottom: 40px
}

.slick-slider.slick-dotted {
    margin-bottom: 0
}

.slick-list {
    margin: 0 -16px
}

.slick-slide {
    margin: 0 16px
}

.slick-dots {
    bottom: 0
}

.slick-dots li button:before {
    font-size: 8px
}

.slick-dots li.slick-active button:before {
    color: #8d7249
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOutOpacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

.mas-media-card.mas-media-card--prominent .mas-media-card__title {
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-media-card.mas-media-card--prominent .mas-media-card__title {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .mas-media-card.mas-media-card--prominent .mas-media-card__summary {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-spotlight-carousel--card .mas-media-card__title {
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-spotlight-carousel--card .mas-media-card__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .mas-spotlight-carousel--card .mas-media-card__summary {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-media-card--event .mas-media-card__title {
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-media-card--event .mas-media-card__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .mas-media-card--event .mas-media-card__summary {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-media-card--event .mas-btn__text {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 700
    }
}

.mas-connected-list .mas-connected-list__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-connected-list .mas-connected-list__title {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

@media (min-width: 768px) {
    .mas-connected-list .mas-connected-list__title {
        padding-top:.3125rem
    }
}

.mas-connected-list .mas-connected-list__text {
    padding-top: .5rem;
    margin: 0
}

@media screen and (min-width: 768px) {
    .mas-connected-list .mas-connected-list__text {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-subsection .mas-section__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .mas-auction-card .mas-auction-card__date,.mas-auction-card .mas-badge {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-auction-card .mas-link__text {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-featured-tile .mas-featured-tile__title {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .mas-featured-tile .mas-featured-tile__summary {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-officer-details--section h2 {
        font-size:2.375rem!important;
        line-height: 2.625rem!important;
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .mas-section__header .mas-section__title {
        font-size:2.375rem;
        line-height: 2.625rem;
        font-weight: 600
    }
}

.style-module__row___C9R1B,[class^=style-module__row___] {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.mas-ancillaries {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .mas-ancillaries {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: .875rem!important;
        line-height: 1.3125rem!important;
        font-weight: 400!important
    }
}

.mas-ancillaries .mas-tag__text {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-ancillaries .mas-tag__text {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: .875rem;
        line-height: 1.3125rem;
        font-weight: 600
    }
}

@media screen and (max-width: 768px) {
    ._mas-typeset h2:not([class]),._mas-typeset h2[class=""] {
        font-size:1.625rem;
        line-height: 2.03125rem
    }
}

._mas-typeset h3:not([class]),._mas-typeset h3[class=""] {
    margin-top: 3.5rem
}

.tempIframe {
    position: relative;
    width: 500px;
    height: 300px
}

.tempIframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.play-button {
    width: 100px;
    height: 100px;
    background: #e74c3c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    cursor: pointer
}

.play-button:hover {
    width: 120px;
    height: 120px
}

.play-button.gone {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0
}

.mas-description-list--chart>div {
    padding: .5rem 0;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3
}

.mas-description-list--chart .mas-glyphs-arrow--down {
    color: #910614
}

.mas-description-list--chart .mas-glyphs-arrow--up {
    color: #2e5600
}

.mas-description-list__prominent-text {
    font-size: 3.75rem;
    line-height: 4.5rem;
    color: #08457e
}

.search-filter {
    margin-bottom: 20px
}

.search-filter__title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700
}

.search-filter__item label span {
    font-weight: 400
}

.search-filter__anchor {
    font-weight: 600;
    color: #4a4a4a;
    font-size: 1.125rem
}

.search-filter__anchor--view-more {
    color: #8d7249
}

.mas-glyph--circle {
    border: 2px solid;
    border-radius: 50%;
    padding: .3rem!important;
    font-size: 1.25rem
}

#masx-date-range-container #masx-qds-date:hover {
    cursor: pointer
}

#masx-date-range-container .daterangepicker {
    border-radius: 0;
    border-color: #ccc
}

@media only screen and (max-width: 565px) {
    #masx-date-range-container .daterangepicker {
        width:auto;
        max-width: 400px
    }
}

#masx-date-range-container .daterangepicker select.monthselect {
    width: 45%;
    padding-left: 16px;
    font-size: 1.125rem;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    #masx-date-range-container .daterangepicker select.monthselect {
        font-size:1rem;
        font-weight: 400;
        padding-left: 8px;
        width: 50%
    }
}

#masx-date-range-container .daterangepicker select.yearselect {
    width: 30%;
    padding-left: 16px;
    font-size: 1.125rem;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    #masx-date-range-container .daterangepicker select.yearselect {
        font-size:1rem;
        font-weight: 400;
        padding-left: 8px;
        width: 32%
    }
}

#masx-date-range-container .drp-calendar {
    max-width: none
}

#masx-date-range-container .drp-calendar .calendar-table {
    border: 0;
    padding-right: 0;
    font-family: Source Sans Pro,sans-serif
}

#masx-date-range-container .drp-calendar .calendar-table table {
    border-bottom: 0;
    background: #fff
}

#masx-date-range-container .drp-calendar.left {
    padding: 0
}

#masx-date-range-container .drp-calendar.left thead {
    display: block
}

#masx-date-range-container .drp-calendar.left thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#masx-date-range-container .drp-calendar.left thead tr:not(:first-of-type) {
    border-top: 2px solid #ddd
}

#masx-date-range-container .drp-calendar.left thead tr:first-of-type {
    height: 50px
}

#masx-date-range-container .drp-calendar.left thead tr:first-of-type th:nth-child(3) {
    display: none
}

#masx-date-range-container .drp-calendar.left thead tr th {
    font-size: 1.125rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 26px
}

@media only screen and (max-width: 565px) {
    #masx-date-range-container .drp-calendar.left thead tr th {
        font-size:1rem;
        padding: 20px
    }
}

#masx-date-range-container .drp-calendar.left tbody {
    display: block
}

#masx-date-range-container .drp-calendar.left tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #ddd;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px
}

@media only screen and (max-width: 565px) {
    #masx-date-range-container .drp-calendar.left tbody tr {
        padding:5px 7px
    }
}

#masx-date-range-container .drp-calendar.left tbody tr td {
    font-size: 1.125rem;
    padding: 25px 26px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #8d7249;
    background-image: none;
    border-radius: 0
}

@media only screen and (max-width: 565px) {
    #masx-date-range-container .drp-calendar.left tbody tr td {
        font-size:.875rem;
        padding: 18px 20px
    }
}

#masx-date-range-container .drp-calendar.left tbody tr td.active,#masx-date-range-container .drp-calendar.left tbody tr td.in-range,#masx-date-range-container .drp-calendar.left tbody tr td:hover {
    background-color: #ebe8e4
}

#masx-date-range-container .drp-calendar.left tbody tr td.active:not(.in-range),#masx-date-range-container .drp-calendar.left tbody tr td.in-range:not(.in-range),#masx-date-range-container .drp-calendar.left tbody tr td:hover:not(.in-range) {
    border-radius: 50%
}

#masx-date-range-container .drp-calendar.left tbody tr td.active.start-date {
    border-radius: 50% 0 0 50%
}

#masx-date-range-container .drp-calendar.left tbody tr td.active.end-date {
    border-radius: 0 50% 50% 0
}

#masx-date-range-container .drp-calendar.left tbody tr td.active.start-date.end-date {
    border-radius: 50%
}

#masx-date-range-container .drp-calendar.left tbody tr td.off {
    color: #eee;
    pointer-events: none
}

#masx-date-range-container .drp-calendar.right {
    padding: 0
}

#masx-date-range-container .drp-calendar.right .calendar-table {
    border: 0;
    padding-right: 0;
    height: 0
}

#masx-date-range-container .drp-calendar.right tbody,#masx-date-range-container .drp-calendar.right thead tr:first-child th:first-child,#masx-date-range-container .drp-calendar.right thead tr:first-child th:nth-child(2),#masx-date-range-container .drp-calendar.right thead tr:last-child {
    display: none
}

#masx-date-range-container .drp-calendar th.next,#masx-date-range-container .drp-calendar th.prev {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px
}

@media only screen and (max-width: 565px) {
    #masx-date-range-container .drp-calendar th.next,#masx-date-range-container .drp-calendar th.prev {
        width:30px;
        height: 30px;
        padding: 20px
    }
}

#masx-date-range-container .drp-calendar th.next span,#masx-date-range-container .drp-calendar th.prev span {
    border-color: #91774f;
    position: absolute;
    top: 50%;
    left: 50%
}

#masx-date-range-container .drp-calendar th.next:hover,#masx-date-range-container .drp-calendar th.prev:hover {
    background-image: none
}

#masx-date-range-container .drp-calendar th.prev {
    left: 0
}

#masx-date-range-container .drp-calendar th.prev span {
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg)
}

#masx-date-range-container .drp-calendar th.next {
    right: 0
}

#masx-date-range-container .drp-calendar th.next span {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

#masx-date-range-container .drp-buttons {
    display: none
}

.page-qds .masx-qds-date--input-container {
    width: 45%
}

@media only screen and (max-width: 1199px) {
    .page-qds .masx-qds-date--input-container {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .page-qds .masx-qds-date--input-container {
        width:100%;
        margin-top: 1rem
    }
}

@media only screen and (max-width: 767px) {
    .masx-filter-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mas-rte-content p img {
    display: inline-block
}

@media only screen and (min-width: 1020px) {
    .mas-back-to-top.mas-back-to-top--custom {
        bottom:1.5rem;
        -webkit-transition: bottom 0s ease-in;
        transition: bottom 0s ease-in
    }

    .mas-back-to-top.mas-back-to-top--custom.parked {
        position: relative
    }
}

@media (max-width: 1019px) {
    .mas-back-to-top.mas-back-to-top--custom {
        bottom:1.5rem!important
    }
}

.mas-featured-tile {
    margin-bottom: 0
}

.mas-featured-tile .mas-featured-tile__figure-img>img {
    width: 100%
}

.mas-featured-tile__summary {
    word-wrap: break-word
}

.masx-key-function--container {
    display: block;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.masx-key-function__card {
    min-height: 51vw
}

@media screen and (min-width: 768px) {
    .masx-key-function--container {
        display:grid;
        grid-template-columns: repeat(3,1fr)
    }

    .masx-key-function--container.masx-key-function--1-img .masx-key-function__card-wrapper {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }

    .masx-key-function--container.masx-key-function--1-img .masx-key-function__card-wrapper .masx-key-function__card {
        background: transparent;
        margin-bottom: 0
    }

    .masx-key-function--container.masx-key-function--1-img .masx-key-function__card-wrapper .masx-key-function__card:not(:last-child) {
        border-bottom: 4px solid #fff
    }

    .masx-key-function__card {
        min-height: auto
    }
}

@media screen and (min-width: 1020px) {
    .masx-key-function--container {
        -webkit-column-gap:2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.masx-key-function {
    width: 100%
}

.masx-key-function__heading {
    position: absolute;
    text-align: center;
    margin-bottom: 16px
}

.masx-key-function__card-wrapper {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,1fr)
}

.masx-key-function__card-wrapper.masx-key-function__card-wrapper--1-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.masx-key-function__card-wrapper.masx-key-function__card-wrapper--1-img .masx-key-function__card {
    background: transparent;
    margin-bottom: 0
}

.masx-key-function__card-wrapper.masx-key-function__card-wrapper--1-img .masx-key-function__card:not(:last-child) {
    border-bottom: 4px solid #fff
}

.masx-key-function__card {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.masx-key-function__card:not(:last-child) {
    margin-bottom: 4px
}

.masx-key-function__card:hover .masx-key-function__card-overlay {
    opacity: .7;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.masx-key-function__card:hover .masx-key-function__card-overlay--green {
    background-color: #2e5600
}

.masx-key-function__card:hover .masx-key-function__card-overlay--red {
    background-color: #910614
}

.masx-key-function__card:hover .masx-key-function__card-overlay--blue {
    background-color: #08457e
}

.masx-key-function__card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .6;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background-color: #4a4a4a
}

.masx-key-function__card-text {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding: 24px
}

.masx-key-function__card-text h4 {
    margin-bottom: 0!important
}

.masx-key-function__card-text>p {
    margin-top: 16px;
    font-size: 1.125rem;
    line-height: 1.3
}

@media screen and (min-width: 768px) {
    .masx-key-function__card-text .masx-key-function__card-title {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .masx-key-function__card-text .masx-key-function__card-desc {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

@media screen and (max-width: 1019px) {
    .masx-key-function--container {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .masx-key-function:nth-child(n+1) {
        margin-top: 32px
    }

    .masx-key-function__card:not(:last-child) {
        margin-bottom: 8px
    }

    .masx-key-function__card .masx-key-function__card-text h4 {
        font-size: 1.5rem
    }

    .masx-key-function__card .masx-key-function__card-text>p {
        margin-top: 8px;
        font-size: 1.125rem
    }
}

@media screen and (max-width: 768px) {
    .masx-key-function {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .masx-key-function:not(:first-child),.masx-key-function:nth-child(2n) {
        margin-left: 0
    }

    .masx-key-function__card-text h4 {
        font-size: 1.5rem!important
    }

    .masx-key-function__heading {
        text-align: center
    }
}

.masx-directory {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px 0 0;
    margin-bottom: 32px
}

.masx-directory .mas-featured-tile {
    margin-bottom: 0
}

.masx-directory .mas-featured-tile__information {
    border-top: 2px solid #71acc7;
    padding-top: 16px;
    text-align: left
}

.masx-directory .mas-featured-tile__title {
    font-size: 1.25rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .masx-directory .mas-featured-tile__title {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

.masx-directory .mas-featured-tile__summary {
    font-size: 1rem;
    color: #4a4a4a
}

@media screen and (min-width: 768px) {
    .masx-directory .mas-featured-tile__summary {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

@media only screen and (max-width: 1019px) {
    .masx-directory {
        margin-bottom:16px
    }

    .masx-directory .mas-featured-tile__information {
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__image,#mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__item {
        height:435px
    }

    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__image {
        left: 0
    }

    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__trapezoid:before {
        border: 0;
        background: -webkit-gradient(linear,left top,right top,color-stop(60%,rgba(0,0,0,.78)),to(hsla(0,0%,100%,0)));
        background: linear-gradient(90deg,rgba(0,0,0,.78) 60%,hsla(0,0%,100%,0));
        width: 75%;
        left: 0
    }

    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__excerpt,#mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__title {
        color: #fff
    }

    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__space {
        display: none
    }

    #mas-carousel--hero.mas-carousel--hero--overlay .mas-carousel__information {
        width: 800px
    }

    #mas-carousel--hero-ow .tns-nav {
        bottom: 32px
    }

    #mas-carousel--hero-ow .tns-nav>[aria-controls] {
        background-color: #fff;
        margin-right: 16px
    }

    #mas-carousel--hero-ow .tns-nav>[aria-controls].tns-nav-active {
        background-color: #8d7249
    }

    #mas-carousel--hero-ow .tns-controls {
        position: static
    }

    #mas-carousel--hero-ow .tns-controls [data-action] {
        display: none
    }

    #mas-carousel--hero-ow .tns-controls [data-controls=prev] {
        position: absolute;
        top: 50%;
        margin: 0;
        left: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        background-color: transparent;
        color: #fff
    }

    #mas-carousel--hero-ow .tns-controls [data-controls=prev]:before {
        font-size: 1.75rem
    }

    #mas-carousel--hero-ow .tns-controls [data-controls=next] {
        position: absolute;
        top: 50%;
        margin: 0;
        right: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        background-color: transparent;
        color: #fff
    }

    #mas-carousel--hero-ow .tns-controls [data-controls=next]:before {
        font-size: 1.75rem
    }
}

.newsletterPopup {
    display: none;
    position: fixed;
    width: 100%;
    height: 250px;
    min-width: 300px;
    max-width: 410px;
    z-index: 1001;
    right: 10px;
    border: 1px solid #c7c7c7;
    padding: 40px 30px 0;
    background: #fff;
    border-radius: 10px
}

.newsletterPopup .close-button {
    position: absolute;
    top: 15px;
    right: 15px
}

.newsletterPopup .close-button i {
    color: #000;
    font-size: 20px;
    float: right;
    cursor: pointer
}

.newsletterPopup .newsletter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.newsletterPopup .newsletter-wrapper img {
    margin: 0 auto;
    width: 100px;
    padding-right: 25px;
    height: 50%
}

.newsletterPopup .newsletter-wrapper .title-wrapper h3,.newsletterPopup .newsletter-wrapper .title-wrapper p {
    color: #4a4a4a
}

.newsletterPopup .newsletter-wrapper .title-wrapper h3 {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px
}

.newsletterPopup .emailWrapper {
    margin-top: 25px
}

.newsletterPopup .emailWrapper input {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 42px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.newsletterPopup .emailWrapper button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

@media (min-width: 1020px) and (max-width:1025px) {
    .mas-auction-card__status {
        min-width:92px!important
    }
}

.masx-latest-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.masx-latest-news-card {
    width: calc(33.33333% - 21.33333px)
}

.masx-latest-news-card:not(:last-child) {
    margin-right: 32px
}

@media only screen and (max-width: 1019px) {
    .masx-latest-news-wrapper {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .masx-latest-news-card {
        width: calc(50% - 16px)
    }

    .masx-latest-news-card:last-child {
        display: none
    }

    .masx-latest-news-card:not(:last-child) {
        margin-right: 0
    }
}

.masx-latest-publications .mas-search-card__header {
    margin-bottom: 32px
}

.masx-latest-publications .mas-search-card__header:not(:last-child) {
    border-bottom: 1px solid #717171;
    padding-bottom: 24px
}

@media only screen and (max-width: 1019px) {
    .masx-latest-publications .mas-search-card__header {
        margin-bottom:16px;
        border-bottom: 1px solid #717171;
        padding-bottom: 24px
    }

    .masx-latest-publications .mas-search-card__header:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .masx-latest-publications .mas-search-card__header {
        padding-bottom:16px
    }
}

@media (max-width: 1019px) {
    .mas-section--bg-white-mobile {
        background-color:#fff!important
    }
}

.mas-alert__header ul,.mas-alert__message ul {
    list-style-type: disc
}

.mas-alert__header ol,.mas-alert__header ul,.mas-alert__message ol,.mas-alert__message ul {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start:1em;-webkit-margin-after: 1em;
    margin-block-end:1em;-webkit-margin-start: 0;
    margin-inline-start:0;-webkit-margin-end: 0;
    margin-inline-end:0;-webkit-padding-start: 40px;
    padding-inline-start:40px}

.mas-alert__header ol,.mas-alert__message ol {
    list-style-type: decimal
}

.mas-alert__header li,.mas-alert__message li {
    display: list-item;
    text-align: -webkit-match-parent
}

.mas-alert__action {
    margin-left: .5rem
}

.mas-alert__message {
    font-weight: 400
}

.mas-spotlight-carousel .slick-dots li button:before {
    color: #d3d3d3;
    opacity: 1
}

.mas-spotlight-carousel .slick-dots li.slick-active button:before {
    color: #8d7249
}

.mas-spotlight-carousel .carousel-background--item {
    background-color: #d3d3d3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.mas-spotlight-carousel .mas-spotlight-carousel--card {
    padding: 0
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-dots {
    position: static;
    margin-top: -24px;
    margin-bottom: 1.5rem
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-spotlight-carousel--item:focus,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-slide:focus {
    outline: none
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__information {
    width: 100%;
    padding: 1.5rem;
    border-radius: 8px
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__information:focus {
    outline: none
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content:focus {
    outline: none
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content .mas-media-card__title {
    margin-bottom: 1rem
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content .mas-media-card__date {
    font-size: 100%
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content .mas-media-card__date span {
    vertical-align: middle
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content .mas-media-card__date i {
    vertical-align: middle;
    margin-right: .25em;
    padding: .125em
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content .mas-media-card__actions {
    margin-top: 2rem
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-arrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: unset;
    margin: auto
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-next,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-prev {
    font-family: mas-glyphs!important;
    speak: none;
    position: relative;
    width: 32px;
    height: 32px;
    top: 36px;
    left: auto;
    right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--nav-link--color,#8d7249);
    cursor: pointer
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-next i,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-prev i {
    color: #8d7249;
    font-size: 2rem
}

.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-next:before,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-prev:before {
    display: none
}

@media only screen and (min-width: 768px) {
    .mas-spotlight-carousel {
        position:relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        justify-items: flex-end;
        place-items: flex-end;
        min-height: 268px;
        padding: 16px
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--background {
        position: absolute;
        padding: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--background .carousel-background--item {
        position: absolute;
        height: 100%
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--background .slick-dots {
        display: none!important
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--background .slick-list,.mas-spotlight-carousel .mas-spotlight-carousel--background .slick-track {
        height: 100%
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card {
        width: 60%;
        margin-left: auto;
        margin-right: 0;
        background-color: #edf2f7;
        border-radius: 4px;
        -webkit-box-shadow: 0 .25rem .25rem rgba(28,45,82,.2);
        box-shadow: 0 .25rem .25rem rgba(28,45,82,.2)
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .slick-list {
        height: 100%!important
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .slick-prev {
        margin-right: 24px
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .slick-next {
        margin-left: 24px
    }
}

@media only screen and (max-width: 767px) {
    .mas-spotlight-carousel .mas-spotlight-carousel--background,.mas-spotlight-carousel .mas-spotlight-carousel--background .carousel-background--item {
        height:136px
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .slick-track {
        display: block
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__information {
        border-radius: 0
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .mas-media-card__content {
        margin: 0
    }

    .mas-spotlight-carousel .mas-spotlight-carousel--card .slick-arrow,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-dots,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-next,.mas-spotlight-carousel .mas-spotlight-carousel--card .slick-prev {
        display: none!important
    }
}

.mas-pdfc-modal {
    display: none;
    position: fixed;
    z-index: 2147483641;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(28,45,82,.4)
}

.mas-pdfc-modal.is-show {
    display: block
}

.mas-pdfc-modal-content {
    background-color: #fefefe;
    margin: 5vh auto;
    border: 1px solid #d3d3d3;
    width: 90%;
    height: 90vh;
    -webkit-box-shadow: 0 4px 4px rgba(28,45,82,.2);
    box-shadow: 0 4px 4px rgba(28,45,82,.2)
}

.mas-pdfc-modal-content iframe {
    width: 100%;
    height: calc(100% - 80px)
}

.daterangepicker .drp-calendar {
    max-width: none
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    padding: 0 8px;
    font-size: 16px
}

.daterangepicker select.monthselect {
    width: 50%
}

.daterangepicker select.yearselect {
    width: 45%
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    padding: 4px 8px;
    font-size: 16px;
    background-image: none!important;
    border-radius: 0
}

.daterangepicker .calendar-table table {
    background-image: none
}

.daterangepicker .drp-buttons .btn {
    font-size: 16px
}

.mas-loader {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border: 8px solid #f2f2f2;
    border-top-color: #d3d3d3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.select2 {
    margin-top: .5rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #8d7249!important;
    outline: 3px solid rgba(141,114,73,.5)!important
}

.select2-dropdown {
    border-radius: 2px
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
    content: none
}

.select2-container--default .select2-selection--multiple {
    background: #fff;
    border: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 42px!important;
    padding-right: 57px!important;
    padding-bottom: 6px;
    min-height: 46px;
    max-height: 126px;
    cursor: pointer;
    overflow: hidden
}

.select2-container--default .select2-selection--multiple:before {
    content: "\E925";
    font-family: mas-glyphs;
    float: left;
    border-radius: 3px;
    margin-left: -29px;
    margin-top: 11px;
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 24px;
    opacity: .5
}

.select2-container--default .select2-selection--multiple:after {
    font-family: mas-glyphs;
    content: "\E905";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 24px;
    color: #8d7249
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 126px;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    scrollbar-color: #717171 #fff;
    scrollbar-width: thin
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    width: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
    background-color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
    background-color: #717171;
    border-radius: 9px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px!important;
    margin-top: 6px;
    margin-left: 6px;
    min-height: 32px;
    border: none!important;
    background: #ebe8e4!important;
    border-radius: 2px!important;
    overflow: hidden;
    white-space: normal!important;
    word-break: break-word;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: relative;
    border: none;
    margin-left: 10px;
    font-size: 30px;
    padding: 0;
    font-weight: 300;
    color: #8d7249
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    color: #717171!important;
    font-style: normal!important;
    padding-bottom: 2px!important
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] {
    max-height: 402px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #717171 #fff;
    scrollbar-width: thin
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar {
    width: 4px
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar-track {
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true]::-webkit-scrollbar-thumb {
    background-color: #717171;
    border-radius: 9px
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: hidden;
    cursor: pointer
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
    font-family: mas-glyphs;
    content: "\E913";
    position: relative;
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    font-size: 24px
}

li.select2-results__option:has(>strong):before {
    content: none!important;
    display: none!important
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true] {
    background: #ebe8e4
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
    font-family: mas-glyphs;
    content: "\E93F";
    color: #8d7249
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__message {
    word-break: normal;
    white-space: normal
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__message:before {
    display: none
}

.select2-container--default .select2-search--inline {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    min-height: 28px;
    padding: 0;
    margin: 0!important
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-style: italic
}

.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder,.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-style: italic
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-style: italic
}

.select2-container--default .select2-selection--single {
    min-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 13px
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: mas-glyphs;
    content: "\E905";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 24px;
    color: #acacac
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-search--dropdown {
    padding: 0 12px 0 41px
}

.select2-container--default .select2-search--dropdown:before {
    content: "\E925";
    font-family: mas-glyphs;
    float: left;
    border-radius: 3px;
    margin-left: -28px;
    margin-top: 10px;
    width: 23px;
    height: 23px;
    font-size: 21px;
    line-height: 21px;
    opacity: .5
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    border: none;
    background-color: #fff;
    outline: none
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    font-style: italic
}

.select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder,.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
    font-style: italic
}

.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    font-style: italic
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 402px;
    overflow-y: auto;
    scrollbar-color: #717171 #fff;
    scrollbar-width: thin
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #717171;
    border-radius: 9px
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option {
    padding: 8px 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option:hover {
    background-color: #f2f2f2
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option[aria-selected=true] {
    background: #ebe8e4
}

.select2-container .select2-search--inline {
    overflow-x: hidden
}

.select2-container .select2-search--inline .select2-search__field {
    font-weight: 400;
    font-size: 0;
    font-size: 20px!important;
    line-height: 28px;
    min-height: 28px;
    margin-top: 6px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
    width: 100%!important;
    max-width: 100%!important;
    margin-left: 0
}

.select2-container {
    width: 100%!important;
    max-width: 784px
}

.select2-container--open .select2-selection--multiple:after {
    content: "\E90B"
}

.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: "\E90B";
    top: 9px
}

.select2-container--default.select2-container--disabled {
    background: #d3d3d3;
    cursor: not-allowed;
    color: #717171
}

.select2-container--default.select2-container--disabled>.selection {
    pointer-events: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    border: 1px solid #d3d3d3
}

.select2-container--default.select2-container--disabled .select2-selection--multiple:after {
    color: #acacac
}

.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #717171
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.select2-dropdown--below {
    margin: 3px 0
}

.select2-results__option.special:before {
    display: none!important
}

.select2-normal.mas-field-size-ml+.select2 {
    max-width: 172px!important
}

.select2-normal.mas-min-size-ml+.select2 {
    min-width: 172px!important;
    margin-right: .5rem
}

@media (min-width: 768px) {
    .select2-normal.mas-min-size-ml+.select2 {
        margin-right:1.5rem
    }
}

.normal-select-select2 .select2-search--dropdown {
    display: none
}

.normal-select-select2 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.normal-select-select2 .select2-results__option[aria-selected=true] {
    background-color: #ebe8e4
}

.normal-select-select2-container .select2-selection__rendered {
    font-size: 1.25rem!important;
    line-height: 1.75rem!important;
    padding-left: 12px!important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered[id=select2-mailing-sg-country-container] {
    line-height: 24px!important
}

.js-select2-country .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-container.select2-container--default.select2-container--open {
    width: calc(100% - 40px)!important
}

.select2.select2-container.select2-container--default.select2-container--open {
    width: 100%!important
}

span.select2.active .select2-selection.select2-selection--multiple,span.select2.active .select2-selection.select2-selection--single {
    border-color: #c9252d
}

@media screen and (max-width: 768px) {
    .multi-select2+span .select2-selection__rendered,.multi-select2+span .select2-selection__rendered .select2-search__field,.select2-normal+span .select2-selection__rendered,.select2-normal+span .select2-selection__rendered .select2-search__field,.select2-results__option,.single-select2+span .select2-selection__rendered,.single-select2+span .select2-selection__rendered .select2-search__field {
        font-size:1rem!important;
        line-height: 1.5rem!important;
        font-weight: 400!important
    }
}

.select2-results__option.no-match-message:before,.select2-results__option.select2-results__message:before,.select2-results__option:has(.no-match-message):before {
    content: none!important;
    display: none!important
}

.select2-results__option:has(.no-match-message) {
    background-color: none!important
}

.select2-results__option:has(.no-match-message) :hover {
    background-color: #f2f2f2!important
}

.select2-results__option:has(.no-match-message) :before {
    content: none!important;
    display: none!important
}

.no-match-message {
    padding-left: 8px!important;
    margin-left: 0!important;
    display: block;
    font-size: 16px;
    line-height: 24px
}

.select2-results__option .no-match-message:before {
    content: none!important
}

.no-match-message:before {
    content: none!important;
    display: none!important
}

.select2-selection__placeholder {
    color: #717171!important;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem!important
}

@media only screen and (max-width: 768px) {
    .select2-selection__placeholder {
        font-size:1rem!important
    }
}

.select2-search__field {
    color: #4a4a4a!important;
    line-height: 30px;
    font-weight: 400;
    font-size: 1.25rem!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    padding-left: 3px!important
}

@media only screen and (max-width: 768px) {
    .select2-search__field {
        font-size:1rem!important;
        padding-left: 0!important;
        padding-top: 8px!important;
        padding-bottom: 8px!important
    }
}

.select2-results__option--highlighted {
    background-color: #f2f2f2!important;
    cursor: pointer!important
}

.select2-search__field::-webkit-input-placeholder {
    color: #717171!important
}

.select2-search__field::-moz-placeholder {
    color: #717171!important
}

.select2-search__field::-ms-input-placeholder {
    color: #717171!important
}

.select2-search__field::placeholder {
    color: #717171!important
}

.form-section-content .mas-form-input {
    color: #4a4a4a!important
}

@media only screen and (max-width: 768px) {
    .form-section-content .mas-form-input {
        padding:8px 12px!important
    }
}

.form-section-content .mas-form-input::-webkit-input-placeholder {
    color: #717171!important
}

.form-section-content .mas-form-input::-moz-placeholder {
    color: #717171!important
}

.form-section-content .mas-form-input::-ms-input-placeholder {
    color: #717171!important
}

.form-section-content .mas-form-input::placeholder {
    color: #717171!important
}

.select2-selection__arrow,.select2-selection__arrow:before {
    color: #8d7249!important
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #4a4a4a!important;
    padding: 8px 16px!important;
    background-color: #fff!important
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option:hover {
    background-color: #f2f2f2!important;
    background-clip: border-box!important
}

@media only screen and (max-width: 768px) {
    .select2-container--default .select2-results>.select2-results__options .select2-results__option {
        font-size:16px!important;
        line-height: 24px!important;
        padding: 8px 12px!important
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #4a4a4a!important;
    padding: 8px 16px!important;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size:16px!important;
        line-height: 24px!important;
        padding: 8px 24px 8px 12px!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#OrganisationFieldGroup .single-search-select2,#OrganisationFieldGroup .single-search-select2+.select2 {
    width: 100%!important
}

#OrganisationFieldGroup .single-search-select2-container {
    font-size: 16px
}

#OrganisationFieldGroup .single-search-select2-container .select2-selection {
    position: relative;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #cdbfb0;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    padding-right: 28px
}

#OrganisationFieldGroup .single-search-select2-container .select2-selection.ss2-has-inline-search .select2-selection__placeholder,#OrganisationFieldGroup .single-search-select2-container .select2-selection.ss2-has-inline-search .select2-selection__rendered {
    opacity: 0!important;
    visibility: hidden!important;
    pointer-events: none!important
}

#OrganisationFieldGroup .single-search-select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 2
}

#OrganisationFieldGroup .single-search-select2-dropdown {
    border: 1px solid #cdbfb0;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden
}

#OrganisationFieldGroup .single-search-select2-dropdown .select2-results {
    padding: 0
}

#OrganisationFieldGroup .single-search-select2-dropdown .select2-results__options {
    margin: 0
}

#OrganisationFieldGroup .single-search-select2-dropdown .select2-results__option {
    padding: 10px 36px;
    font-size: 16px;
    line-height: 1.25
}

#OrganisationFieldGroup .select2-search--dropdown {
    background: #fff;
    width: 100%
}

#OrganisationFieldGroup .select2-selection__rendered:before {
    content: "\E925";
    font-family: mas-glyphs;
    float: left;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    font-size: 21px;
    line-height: 21px;
    opacity: .5
}

@media only screen and (max-width: 768px) {
    #OrganisationFieldGroup .select2-selection__rendered:before {
        margin-top:0!important
    }
}

#OrganisationFieldGroup .select2-search--dropdown:before {
    padding-left: 3px;
    padding-top: 1px
}

.ss2-fake-search {
    position: absolute;
    left: 17px;
    right: 28px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    font-size: 1.25rem!important
}

@media only screen and (max-width: 768px) {
    .ss2-fake-search {
        font-size:1rem!important;
        left: 13px
    }
}

.ss2-fake-search:before {
    content: "\E925";
    font-family: mas-glyphs;
    float: left;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    font-size: 21px;
    line-height: 21px;
    opacity: .5
}

@media only screen and (max-width: 768px) {
    .ss2-fake-search:before {
        margin-top:0!important;
        margin-right: 7px!important
    }
}

.ss2-fake-input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.25rem;
    line-height: 48px;
    padding: 0;
    color: #4a4a4a;
    font-style: normal
}

@media only screen and (max-width: 768px) {
    .ss2-fake-input {
        font-size:1rem
    }
}

.ss2-fake-input::-webkit-input-placeholder {
    font-style: italic
}

.ss2-fake-input::-moz-placeholder {
    font-style: italic
}

.ss2-fake-input::-ms-input-placeholder {
    font-style: italic
}

.ss2-fake-input::placeholder {
    font-style: italic
}

.ss2-fake-input::-webkit-input-placeholder {
    color: #717171
}

.ss2-fake-input::-moz-placeholder {
    color: #717171
}

.ss2-fake-input::-ms-input-placeholder {
    color: #717171
}

.ss2-fake-input::placeholder {
    color: #717171
}

.mas-multi-file-upload-container {
    margin-top: .5rem;
    width: 100%;
    max-width: 784px
}

.mas-multi-file-upload-container .mas-multi-file-upload--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 164px;
    border: 2px dashed #8d7249;
    border-radius: 2px;
    cursor: pointer
}

.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__icon {
    color: #8d7249;
    cursor: pointer;
    font-size: 3rem;
    margin-bottom: 12px;
    pointer-events: none
}

.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__input {
    display: none;
    cursor: pointer
}

.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info {
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 10px
}

.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info .mas-multi-file-upload__button,.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info .mas-multi-file-upload__label {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

@media screen and (max-width: 768px) {
    .mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info .mas-multi-file-upload__button,.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info .mas-multi-file-upload__label {
        font-size:.875rem;
        line-height: 1.3125rem;
        font-weight: 400
    }
}

.mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__info .mas-multi-file-upload__button {
    margin-left: 4px;
    color: #8d7249;
    border-bottom: 1.5px solid #8d7249;
    text-align: center
}

.mas-multi-file-upload-container .mas-multi-file-upload--form.dragover,.mas-multi-file-upload-container .mas-multi-file-upload--form:active,.mas-multi-file-upload-container .mas-multi-file-upload--form:hover {
    background-color: #f2f2f2
}

.mas-multi-file-upload-container .mas-multi-file-upload--form.active {
    border: 2px dashed #c9252d
}

.mas-multi-file-upload-container.disabled {
    cursor: not-allowed
}

.mas-multi-file-upload-container.disabled .mas-multi-file-upload--form {
    pointer-events: none;
    border: 2px dashed #d3d3d3
}

.mas-multi-file-upload-container.disabled .mas-multi-file-upload--form .mas-multi-file-upload__icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.mas-multi-file-upload-container.disabled .mas-multi-file-upload--form .mas-multi-file-upload__button,.mas-multi-file-upload-container.disabled .mas-multi-file-upload--form .mas-multi-file-upload__label {
    text-decoration: none;
    color: #acacac;
    border: none
}

.mas-multi-file-upload-container .mas-multi-file-upload--warning--filenumber,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filesize,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filetype {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c9252d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.mas-multi-file-upload-container .mas-multi-file-upload--warning--filenumber:before,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filesize:before,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filetype:before {
    font-family: mas-glyphs!important;
    content: "\E915";
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #c9252d;
    width: 16.67px;
    height: 16.67px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px
}

.mas-multi-file-upload-container .mas-multi-file-upload--warning--filenumber.active,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filesize.active,.mas-multi-file-upload-container .mas-multi-file-upload--warning--filetype.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    opacity: 1
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    overflow: hidden;
    padding: 0 13px 0 16px;
    text-decoration: none
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item:first-child {
    margin-top: 1rem
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item .mas-multi-file-upload-item--name {
    line-height: 24px;
    font-size: 16px;
    color: #8d7249;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item .mas-multi-file-upload-item--size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item .mas-multi-file-upload-item--size span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 64px;
    text-align: end;
    margin-right: 12px
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item .mas-multi-file-upload-item--size i {
    background-image: url(../img/images/icon/mas-icon-delete-bin.html);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.mas-multi-file-upload-container .mas-multi-file-upload--display .mas-multi-file-upload-item .mas-multi-file-upload-item--size:hover i {
    background-color: #ebe8e4
}

.mas-radio-binary {
    padding-top: .5rem
}

.mas-radio-binary .mas-radio-binary-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mas-radio-binary .mas-radio-binary-input input[type=radio] {
    width: 0;
    height: 2.5rem;
    position: absolute;
    border: none;
    padding: 1px;
    opacity: 0;
    background-color: #fff
}

.mas-radio-binary .mas-radio-binary-input input[type=radio]:focus {
    outline: none
}

.mas-radio-binary .mas-radio-binary-input input:checked+label {
    background-color: #ebe8e4
}

.mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 2px;
    border: 1px solid #8d7249;
    background-color: #fff;
    color: #8d7249;
    margin: 0 .5rem 0 0
}

@media (min-width: 768px) {
    .mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label {
        margin:0 1rem 0 0
    }
}

.mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label .mas-radio-no-icon,.mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label .mas-radio-yes-icon {
    font-size: .8125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label .mas-radio-binary-text {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mas-radio-binary .mas-radio-binary-input .mas-radio-binary-label:hover {
    background-color: #f2f2f2;
    cursor: pointer
}

.mas-radio-binary .mas-radio-binary-input input:focus+label {
    border: 1px solid #8d7249;
    outline: 3px solid rgba(141,114,73,.5)
}

.mas-radio-binary .mas-radio-binary-input input[type=radio]:disabled+.mas-radio-binary-label {
    border: 1px solid #d3d3d3;
    background-color: transparent;
    cursor: not-allowed
}

.mas-radio-binary .mas-radio-binary-input input[type=radio]:disabled+.mas-radio-binary-label .mas-radio-binary-text,.mas-radio-binary .mas-radio-binary-input input[type=radio]:disabled+.mas-radio-binary-label .mas-radio-no-icon,.mas-radio-binary .mas-radio-binary-input input[type=radio]:disabled+.mas-radio-binary-label .mas-radio-yes-icon {
    color: #d3d3d3
}

.mas-radio-binary .mas-radio-binary-input input[type=radio]:disabled:checked+.mas-radio-binary-label {
    background-color: #f2f2f2
}

.mas-radio-binary .mas-radio-binary-quote .mas-radio-binary-quote--no,.mas-radio-binary .mas-radio-binary-quote .mas-radio-binary-quote--yes {
    display: none
}

.mas-radio-binary .mas-radio-binary-quote .mas-radio-binary-quote--no.active,.mas-radio-binary .mas-radio-binary-quote .mas-radio-binary-quote--yes.active {
    display: block
}

.mas-show-optional--hidden {
    display: none
}

.mas-radio-default input[type=radio]+label {
    cursor: pointer;
    margin: 0 0 0 -.25rem;
    padding: .25rem;
    border-radius: 1px
}

.mas-radio-default input[type=radio]+label:before {
    border: 2px solid #acacac
}

.mas-radio-default input[type=radio]+label:checked:before {
    border: 2px solid #8d7249
}

.mas-radio-default input[type=radio]+label:hover {
    background-color: #f2f2f2
}

.mas-radio-default input[type=radio]:checked+label:before {
    border: 2px solid #8d7249
}

.mas-radio-default.active input[type=radio]+label:before {
    border: 2px solid #c9252d
}

.mas-radio-default.active input[type=radio]:checked+label:before {
    background-color: #c9252d
}

.form-acknowledge-text-m {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #4a4a4a
}

.form-ack-table {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem
}

.form-ack-table,.form-ack-table .form-ack-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.form-ack-table .form-ack-table-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #d3d3d3
}

.form-ack-table .form-ack-table-row .form-ack-table-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    padding: 9px 12px;
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 45%
}

.form-ack-table .form-ack-table-row .form-ack-table-text {
    font-weight: 600
}

.form-ack-table .form-ack-table-row .form-ack-table-file,.form-ack-table .form-ack-table-row .form-ack-table-text {
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    padding: 9px 12px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-wrap: break-word
}

.js-form-loading input[type=radio]+.mas-radio-binary-label {
    border: 1px solid #d3d3d3!important;
    background-color: transparent!important;
    pointer-events: none!important
}

.js-form-loading input[type=radio]+.mas-radio-binary-label .mas-radio-binary-text,.js-form-loading input[type=radio]+.mas-radio-binary-label .mas-radio-no-icon,.js-form-loading input[type=radio]+.mas-radio-binary-label .mas-radio-yes-icon {
    color: #d3d3d3!important
}

.js-form-loading input[type=radio]:checked+.mas-radio-binary-label {
    background-color: #f2f2f2!important
}

.js-form-loading input[type=radio]+label {
    border: 1px solid #d3d3d3!important;
    background-color: transparent!important;
    pointer-events: none!important
}

.js-form-loading .mas-input[type=radio]+label {
    border: none!important;
    color: #ccc
}

.js-form-loading .mas-input[type=radio]+label:before {
    border: 1px solid #b6b6b6;
    background-color: hsla(0,0%,100%,.1)
}

.js-form-loading .mas-input[type=radio]:checked+label:before {
    border: 2px solid #b6b6b6;
    background-color: #b6b6b6
}

.js-form-loading input[type=email],.js-form-loading input[type=text] {
    border-color: #d3d3d3!important;
    pointer-events: none
}

.js-form-loading .select2-container--default {
    pointer-events: none!important
}

.js-form-loading .select2-container--default .select2-selection--multiple {
    border-color: #d3d3d3
}

.js-form-loading .select2-container--default .select2-selection--multiple:after,.js-form-loading .select2-container--default .select2-selection--multiple:before {
    color: #d3d3d3;
    opacity: 1
}

.js-form-loading .select2-container--default .select2-selection--single {
    border-color: #d3d3d3!important
}

.js-form-loading .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #acacac!important
}

.js-form-loading .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #d3d3d3
}

.js-form-loading textarea {
    background-color: #f2f2f2!important;
    border-color: #d3d3d3!important
}

.js-form-loading .mas-multi-file-upload-container,.js-form-loading textarea {
    pointer-events: none!important
}

.js-form-loading .mas-multi-file-upload-container .mas-multi-file-upload--form {
    border: 2px dashed #d3d3d3!important
}

.js-form-loading .mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__icon {
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
    opacity: .5!important
}

.js-form-loading .mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__button,.js-form-loading .mas-multi-file-upload-container .mas-multi-file-upload--form .mas-multi-file-upload__label {
    text-decoration: none!important;
    color: #acacac!important;
    border: none!important
}

.js-form-loading .mas-btn {
    opacity: 0
}

.js-form-loading .mas-google-captcha {
    display: none
}

.mas-link-expired__container {
    background: #f2f2f2;
    padding: 1.5rem;
    max-width: 74.5rem
}

@media (min-width: 768px) {
    .mas-link-expired__container {
        padding:1.125rem 2rem
    }
}

.mas-link-expired__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .mas-link-expired__wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0
    }
}

.mas-link-expired__wrapper .mas-link-expired__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0
}

@media (min-width: 768px) {
    .mas-link-expired__wrapper .mas-link-expired__text {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1rem
    }
}

.mas-link-expired__wrapper .mas-link-expired__text .mas-link-expired__title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-align: center
}

@media (min-width: 768px) {
    .mas-link-expired__wrapper .mas-link-expired__text .mas-link-expired__title {
        text-align:left;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

.mas-link-expired__wrapper .mas-link-expired__image {
    max-width: 540px
}

form .mas-form-group input[type=text] {
    min-width: 150px
}

.mas-form-field-container input[type=radio]+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .mas-form-field-container input[type=radio]+label {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

.mas-field-size-2xl,.mas-field-size-3xl,.mas-field-size-l,.mas-field-size-m,.mas-field-size-ml,.mas-field-size-s,.mas-field-size-sm,.mas-field-size-xl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: auto
}

@media (min-width: 768px) {
    .mas-field-size-s {
        max-width:113px
    }

    .mas-field-size-sm {
        max-width: 120px
    }

    .mas-field-size-m {
        max-width: 140px!important
    }

    .mas-field-size-ml {
        max-width: 172px
    }

    .mas-field-size-l {
        max-width: 274px;
        -ms-flex-preferred-size: 274px;
        flex-basis: 274px
    }

    .mas-field-size-xl {
        max-width: 376px;
        -ms-flex-preferred-size: 376px;
        flex-basis: 376px
    }

    .mas-field-size-2xl {
        max-width: 580px
    }

    .mas-field-size-3xl {
        max-width: 622px
    }
}

.mas-form-field-container>* {
    max-width: 784px
}

.mas-form-field-container>.mas-form-field-child--full-width {
    max-width: none
}

.mas-min-size-ml {
    min-width: 172px
}

.mas-form-field-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2rem
}

.form-section-title {
    margin-top: 2rem
}

.form-section-title .form-title {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.5rem
}

@media screen and (max-width: 768px) {
    .form-section-title .form-title {
        font-size:1.25rem;
        line-height: 2.34375rem;
        font-weight: 600
    }
}

.form-section-content .mas-form-group .mas-form-label {
    font-weight: 600;
    margin: 1.5rem 0 0
}

@media screen and (max-width: 768px) {
    .form-section-content .mas-form-group .mas-form-label {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 600
    }
}

@media (min-width: 768px) {
    .form-section-content .mas-form-group .mas-form-label {
        margin-top:2rem
    }
}

.form-section-content .mas-form-label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section-content .mas-form-label-container .mas-form-label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .3rem
}

@media screen and (max-width: 768px) {
    .form-section-content .mas-form-label-container .mas-form-label {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 600
    }
}

.form-section-content .mas-form-label-container .mas-form-label-icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: .5rem;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    margin-left: .5rem
}

.form-section-content .mas-form-label-container .mas-form-label-icon,.form-section-content .mas-form-label-container .mas-form-label-icon .mas-form-label-icon--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #8d7249;
    border-radius: 50%
}

.form-section-content .mas-form-label-container .mas-form-label-icon .mas-form-label-icon--icon {
    height: 13px;
    width: 7px;
    font-size: 17px;
    font-family: mas-glyphs;
    color: #fff;
    overflow: hidden
}

.form-section-content .mas-form-label-container .mas-form-label-icon .mas-form-label-icon--icon:after {
    content: "\E91E"
}

.form-section-content .mas-form-label-small {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 1.5rem
}

@media screen and (max-width: 768px) {
    .form-section-content .mas-form-label-small {
        font-size:.75rem;
        line-height: 1.125rem;
        font-weight: 600
    }
}

.form-section-content .mas-label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.form-section-content .mas-label-optional {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: .25rem;
    font-style: italic
}

.form-section-content .mas-field-subtitle {
    color: #717171;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: .25rem;
    -webkit-text-decoration-color: #717171;
    text-decoration-color: #717171
}

@media screen and (max-width: 768px) {
    .form-section-content .mas-field-subtitle {
        font-size:.875rem;
        line-height: 1.3125rem;
        font-weight: 400
    }
}

.form-section-content .mas-form-input-small:hover,.form-section-content .mas-form-input:hover {
    border-color: #4a4a4a
}

.form-section-content .mas-form-input-small:disabled,.form-section-content .mas-form-input:disabled {
    cursor: not-allowed;
    border-color: #d3d3d3
}

.form-section-content .mas-form-input {
    min-height: 2.875rem;
    margin-top: .5rem;
    padding: .5rem 1rem;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media screen and (max-width: 768px) {
    .form-section-content .mas-form-input {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

.form-section-content .mas-form-input:focus {
    outline: 3px solid rgba(141,114,73,.5)
}

.form-section-content textarea.mas-form-input {
    min-height: 8.4375rem
}

.form-section-content textarea.mas-form-input:disabled {
    cursor: not-allowed;
    background-color: #f2f2f2
}

.form-section-content .mas-form-input-small {
    min-height: 2.875rem;
    margin-top: .5rem;
    padding: .5rem 1rem;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5rem
}

.form-section-content .mas-form-input-small:focus {
    outline: 3px solid rgba(141,114,73,.5)
}

.form-section-content .mas-form-input-small::-webkit-input-placeholder,.form-section-content .mas-form-input::-webkit-input-placeholder {
    font-style: italic
}

.form-section-content .mas-form-input-small:-moz-placeholder,.form-section-content .mas-form-input-small::-moz-placeholder,.form-section-content .mas-form-input:-moz-placeholder,.form-section-content .mas-form-input::-moz-placeholder {
    font-style: italic
}

.form-section-content .mas-form-input-small:-ms-input-placeholder,.form-section-content .mas-form-input:-ms-input-placeholder {
    font-style: italic
}

.form-section-content input[type=email].mas-form-input.active,.form-section-content input[type=text].mas-form-input-small.active,.form-section-content input[type=text].mas-form-input.active,.form-section-content textarea.mas-form-input.active {
    border-color: #c9252d
}

.form-section-content .mas-select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: .5rem 1rem
}

.form-section-content .mas-select option:checked {
    background-color: #ebe8e4
}

.form-section-content .mas-select option:hover {
    background-color: #c9252d!important
}

.form-section-content .mas-select:focus {
    background-image: url(../img/images/select-arrow--flipped.html)
}

.select2-container .select2-selection--single {
    height: auto!important
}

.select2-container .select2-selection--single[aria-expanded=true] {
    outline: 3px solid rgba(141,114,73,.5)
}

.mas-postal-code {
    max-width: 140px!important;
    padding: .5rem .8125rem;
    border-radius: 2px 0 0 2px!important;
    border-right: 0
}

.mas-find-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 17px;
    background: #fff;
    border: 1px solid #8d7249;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #8d7249
}

.mas-input-maxchar-error,.mas-input-required-error,.mas-input-validation-error,.mas-input-validation-error--fin,.mas-input-validation-error--nric {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c9252d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.mas-input-maxchar-error:before,.mas-input-required-error:before,.mas-input-validation-error--fin:before,.mas-input-validation-error--nric:before,.mas-input-validation-error:before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: mas-glyphs!important;
    content: "\E915";
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #c9252d;
    min-width: 16.67px;
    min-height: 16.67px;
    width: 16.67px;
    height: 16.67px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
    margin-top: 4px
}

.mas-input-maxchar-error.active,.mas-input-required-error.active,.mas-input-validation-error--fin.active,.mas-input-validation-error--nric.active,.mas-input-validation-error.active {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mas-focus-outline-only:focus,.mas-focus-outline:focus {
    outline: 3px solid rgba(141,114,73,.5)
}

.mas-focus-outline::-webkit-input-placeholder {
    font-style: italic
}

.mas-focus-outline:-moz-placeholder,.mas-focus-outline::-moz-placeholder {
    font-style: italic
}

.mas-focus-outline:-ms-input-placeholder {
    font-style: italic
}

.mas-textarea-error {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #c9252d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

.mas-textarea-error,.mas-textarea-error:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mas-textarea-error:before {
    font-family: mas-glyphs!important;
    content: "\E915";
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #c9252d;
    width: 16.67px;
    height: 16.67px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px
}

.mas-textarea-error.active {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mas-textarea-counter {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: right;
    margin-top: .5rem
}

@media screen and (max-width: 768px) {
    .mas-textarea-counter {
        font-size:.875rem;
        line-height: 1.3125rem;
        font-weight: 400
    }
}

.mas-google-captcha {
    margin-top: .5rem;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.mas-google-captcha .mas-google-captcha--warning {
    display: none
}

.mas-google-captcha.active {
    border: 1px solid #c9252d;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px 0 0 -7px;
    padding: 7px
}

.mas-google-captcha.active .mas-google-captcha--warning {
    color: #c9252d;
    font-size: 16px;
    display: inline
}

@media (min-width: 400px) {
    .mas-google-captcha {
        -webkit-transform:scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
}

.mas-form-international-section,.mas-form-singapore-section {
    display: none
}

.mas-form-international-section.active,.mas-form-singapore-section.active {
    display: block
}

.mas-form-checkbox input[type=checkbox]+label {
    cursor: pointer;
    margin-left: -.25rem;
    margin-top: -.25rem;
    margin-bottom: .25rem;
    padding: .25rem;
    border-radius: 1px
}

.mas-form-checkbox input[type=checkbox]+label:before {
    font-weight: 600;
    color: #acacac
}

.mas-form-checkbox input[type=checkbox]+label:hover {
    background-color: #f2f2f2
}

.mas-form-checkbox input[type=checkbox]:checked+label:before {
    color: #8d7249
}

.mas-form-checkbox.active input[type=checkbox]+label:before {
    color: #c9252d
}

.mas-form-checkbox-label {
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    font-weight: 400!important
}

.mas-input[type=checkbox]:not(:checked)+.mas-form-checkbox-label--consent {
    color: #717171
}

.mas-input[type=checkbox]:not(:checked)+.mas-form-checkbox-label--consent:before {
    color: #acacac!important
}

.mas-form-checkbox-label--consent {
    margin: 0!important;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    font-size: .875rem!important;
    line-height: 1.3125rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .mas-form-checkbox-label--consent {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }
}

@media screen and (max-width: 768px) {
    .mas-form-checkbox-label--consent {
        font-size:.75rem!important;
        line-height: 1.125rem!important;
        font-weight: 400!important
    }
}

.mas-form-checkbox-label--consent:before {
    font-weight: 600!important
}

.mas-unique-margin {
    height: 1px;
    -ms-flex-preferred-size: 2rem;
    flex-basis: 2rem
}

.mas-text-acknowledge {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem
}

.break-normal {
    word-break: break-word
}

.mas-form-label--captcha {
    margin-bottom: 0!important
}

@media screen and (max-width: 768px) {
    .mas-form-label--captcha {
        font-size:.875rem;
        line-height: 1.3125rem;
        font-weight: 600
    }
}

.mas-form-reply-to-mas .form-section-content .mas-form-group .mas-form-label {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-form-reply-to-mas .form-section-content .mas-form-group .mas-form-label {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

@media (min-width: 768px) {
    .mas-form-reply-to-mas .form-section-content .mas-form-group .mas-form-label {
        margin-top:2rem
    }
}

.form-section-content .mas-form-input {
    color: #717171;
    border: 1px solid #acacac
}

.form-section-content .mas-form-input:-moz-placeholder,.form-section-content .mas-form-input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .form-section-content .mas-form-input:-moz-placeholder,.form-section-content .mas-form-input::-webkit-input-placeholder {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

.form-section-content .mas-form-input--disabled {
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    color: #717171;
    pointer-events: none
}

[data-masconfig-visible=false] {
    display: none
}

.mas-field-subtitle--custom {
    margin: 0!important;
    font-size: .75rem!important;
    line-height: 1.125rem!important;
    font-weight: 600!important;
    padding: .25rem 0!important;
    color: #717171!important
}

@media screen and (min-width: 768px) {
    .mas-field-subtitle--custom {
        font-size:1rem!important;
        line-height: 1.5rem!important
    }
}

@media screen and (max-width: 768px) {
    .mas-field-subtitle--custom {
        font-size:.875rem!important;
        line-height: 1.3125rem!important;
        font-weight: 400!important
    }
}

@media (min-width: 768px) {
    .mas-field-subtitle--custom {
        padding-bottom:.5rem!important;
        padding-top: .5rem!important
    }
}

:not(.mas-btn__text)>.glossarizer_replaced {
    cursor: help;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px dotted;
    margin-bottom: -2px
}

.tippy-tooltip.glossary-theme {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    background-color: #08457e;
    border-radius: 2px;
    text-align: left;
    -webkit-box-shadow: 0 .25rem .25rem rgba(28,45,82,.2);
    box-shadow: 0 .25rem .25rem rgba(28,45,82,.2);
    overflow-wrap: break-word
}

.tippy-tooltip.glossary-theme h1,.tippy-tooltip.glossary-theme h2,.tippy-tooltip.glossary-theme h3,.tippy-tooltip.glossary-theme h4,.tippy-tooltip.glossary-theme h5,.tippy-tooltip.glossary-theme h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .5rem;
    text-decoration: none
}

.tippy-tooltip.glossary-theme p {
    margin-bottom: .5rem
}

.tippy-tooltip.glossary-theme ul:not(.class) {
    list-style: disc;
    margin-left: 1.5rem
}

.tippy-tooltip.glossary-theme ol:not(.class) {
    counter-reset: item;
    margin-left: 1.5rem
}

.tippy-tooltip.glossary-theme ol:not(.class) li {
    margin-left: -1rem
}

.tippy-tooltip.glossary-theme ol:not(.class) li:before {
    content: "(" counter(item,lower-roman) ") ";
    counter-increment: item;
    width: 30px;
    display: inline-block
}

.tippy-tooltip.glossary-theme ol.list-decimal {
    list-style: decimal;
    margin-left: 1.5rem
}

.tippy-tooltip.glossary-theme ol.list-alpha {
    list-style: lower-alpha;
    margin-left: 1.5rem
}

.tippy-tooltip[data-placement^=top] .tippy-arrow {
    border-top-color: #08457e;
    border-top-width: 8px;
    bottom: -8px
}

.tippy-tooltip[data-placement^=bottom] .tippy-arrow {
    border-bottom-color: #08457e;
    border-bottom-width: 8px;
    top: -8px
}

.tippy-tooltip[data-placement^=left] .tippy-arrow {
    border-left-color: #08457e
}

.tippy-tooltip[data-placement^=right] .tippy-arrow {
    border-right-color: #08457e
}

.mas-layout__main {
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100vw
}

.mas-layout__main,.mas-layout__side {
    -webkit-box-flex: 1;
    overflow-wrap: break-word
}

.mas-layout__side {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: hidden
}

@media (min-width: 1020px) {
    .mas-layout__main {
        -ms-flex-preferred-size:886px;
        flex-basis: 886px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .mas-layout__side {
        -ms-flex-preferred-size: 274px;
        flex-basis: 274px;
        margin-left: 2rem
    }
}

.js-empty:empty {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin: 0
}

.js-empty:empty+div {
    margin: 0
}

.mas-new__content {
    background-color: #e6e6e6
}

.mas-new__content h2,.mas-new__content p {
    color: #b6b6b6
}

.flb\:0 {
    -ms-flex-preferred-size: 0!important;
    flex-basis: 0!important
}

.pos\:s {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 0!important
}

.flg\:empty:empty {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.p\:0 {
    padding: 0!important
}

.p-x\:0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.p-y\:0 {
    padding-bottom: 0!important
}

.p-t\:0,.p-y\:0 {
    padding-top: 0!important
}

.p-r\:0 {
    padding-right: 0!important
}

.p-b\:0 {
    padding-bottom: 0!important
}

.p-l\:0 {
    padding-left: 0!important
}

.marker-3::marker {
    font-size: .75rem
}

.marker-4::marker {
    font-size: 1rem
}

.marker-5::marker {
    font-size: 1.25rem
}

@media (min-width: 768px) {
    .tablet\(flb\:0\) {
        -ms-flex-preferred-size:0!important;
        flex-basis: 0!important
    }

    .tablet\(pos\:s\) {
        position: -webkit-sticky!important;
        position: sticky!important;
        top: 0!important
    }

    .tablet\(flg\:empty\):empty {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .tablet\(p\:0\) {
        padding: 0!important
    }

    .tablet\(p-x\:0\) {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .tablet\(p-y\:0\) {
        padding-bottom: 0!important
    }

    .tablet\(p-t\:0\),.tablet\(p-y\:0\) {
        padding-top: 0!important
    }

    .tablet\(p-r\:0\) {
        padding-right: 0!important
    }

    .tablet\(p-b\:0\) {
        padding-bottom: 0!important
    }

    .tablet\(p-l\:0\) {
        padding-left: 0!important
    }
}

@media (min-width: 1020px) {
    .desktop\(flb\:0\) {
        -ms-flex-preferred-size:0!important;
        flex-basis: 0!important
    }

    .desktop\(pos\:s\) {
        position: -webkit-sticky!important;
        position: sticky!important;
        top: 0!important
    }

    .desktop\(flg\:empty\):empty {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .desktop\(p\:0\) {
        padding: 0!important
    }

    .desktop\(p-x\:0\) {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .desktop\(p-y\:0\) {
        padding-bottom: 0!important
    }

    .desktop\(p-t\:0\),.desktop\(p-y\:0\) {
        padding-top: 0!important
    }

    .desktop\(p-r\:0\) {
        padding-right: 0!important
    }

    .desktop\(p-b\:0\) {
        padding-bottom: 0!important
    }

    .desktop\(p-l\:0\) {
        padding-left: 0!important
    }
}

.mas-gap-container .scEmptyPlaceholder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mas-btn .mas-btn__img {
    width: 1.5rem;
    height: 1.5rem
}

.mas-section__banner-item {
    padding-bottom: 2rem
}

.mas-section__banner-item>:first-child {
    margin-bottom: 1.5rem;
    color: #4a4a4a;
    font-size: 2rem;
    line-height: 2.375rem
}

.mas-section__banner-item .mas-text-summary {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.mas-section__banner-item .mas-text-summary span {
    margin-bottom: 0
}

.mas-section__banner-item .mas-text-summary span p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 2rem
}

.mas-section__banner-item .mas-text-summary span>p:last-of-type {
    margin: 0
}

.mas-section__banner-item .mas-btn {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.mas-section__banner-item .mas-btn__img+.mas-btn__text,.mas-section__banner-item .mas-btn__text+.mas-btn__img,.mas-section__banner-item .mas-btn__text+i[class*=mas-icon-glyphs-],.mas-section__banner-item i[class*=mas-icon-glyphs-]+.mas-btn__text {
    margin-left: .5rem
}

.mas-hero .mas-section__banner-item {
    padding-bottom: 2.5rem
}

.mas-hero .mas-section__banner-item>:first-child {
    margin-bottom: 1.5rem;
    color: #fff
}

.mas-hero .mas-section__banner-item .mas-link .mas-link__text {
    -webkit-box-shadow: inset 0 -1px 0 0 #fff;
    box-shadow: inset 0 -1px 0 0 #fff;
    color: #fff
}

@media (min-width: 768px) {
    .mas-section__banner-item>:first-child {
        font-size:3rem;
        line-height: 3.5rem
    }

    .mas-section__banner-item .mas-text-summary,.mas-section__banner-item .mas-text-summary span p {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .mas-section__banner-item .mas-btn {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.mas-hero {
    padding-bottom: 0
}

.mas-content-section .mas-layout__main .mas-section,.mas-content-section .mas-layout__side .mas-section {
    padding: 1.5rem 0
}

.mas-content-section .mas-layout__main>.mas-section:first-child,.mas-content-section .mas-layout__side>.mas-section:first-child {
    padding-top: 2rem
}

.mas-content-section .mas-layout__main>.mas-section:last-child,.mas-content-section .mas-layout__side>.mas-section:last-child {
    padding-bottom: 2.5rem
}

.mas-content-section .mas-layout__main>.mas-section-navigator--side:first-child,.mas-content-section .mas-layout__side>.mas-section-navigator--side:first-child {
    margin-top: 0
}

.mas-content-section .mas-layout__main>.js-sticky-height,.mas-content-section .mas-layout__side>.js-sticky-height {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 1020px) {
    .mas-content-section .mas-layout__main>.mas-section-navigator--side:first-child,.mas-content-section .mas-layout__side>.mas-section-navigator--side:first-child {
        margin-top:0;
        margin-bottom: 0
    }
}

.mas-content-section.js-section-nav-active .mas-layout__main .mas-section,.mas-content-section.js-section-nav-active .mas-layout__side .mas-section {
    background: transparent
}

.mas-layout__side {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

@media (min-width: 1020px) {
    .mas-layout__main:not(.mas-layout__main--full) .mas-section>.p-x\:m {
        padding-right:0!important
    }

    .mas-layout__side {
        padding-left: 0;
        padding-right: 1.5rem
    }
}

@media (min-width: 1192px) {
    .mas-layout__main:not(.mas-layout__main--full) .mas-section>.p-x\:m {
        padding-left:0!important;
        padding-right: 0!important
    }

    .mas-layout__side {
        padding-right: 0
    }
}

@media (min-width: 1192px) and (max-width:1240px) {
    .mas-layout__main:not(.mas-layout__main--full) {
        padding-left:calc(620px - 50vw)
    }
}

@media (min-width: 1192px) and (max-width:1240px) {
    .mas-layout__side {
        padding-right:calc(620px - 50vw)
    }
}

.mas-hero .mas-breadcrumbs__item a {
    color: #fff
}

.mas-hero {
    padding-top: 0
}

.mas-layout__main--banner,.mas-layout__main--banner+.mas-layout__side {
    padding: 0!important
}

.js-sticky {
    scrollbar-width: none
}

.mas-link-related {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #d3d3d3
}

.mas-link-related .mas-link-related__label {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mas-link-related .mas-link-related__label,.mas-link-related .mas-link-related__label .mas-link-related__label--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    text-align: left;
    word-break: break-word
}

.mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__image {
    height: 1.25rem;
    width: 1.25rem
}

.mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__icon {
    pointer-events: none;
    font-size: 1.25rem;
    line-height: 2rem!important;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mas-link-related .mas-link-related__label .mas-link-related__label--chevron {
    pointer-events: none;
    font-size: .75rem;
    color: #8d7249
}

.mas-link-related .mas-link-related__list {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1.625rem
}

.mas-link-related .mas-link-related__list>*+* {
    padding-top: .5rem
}

.mas-link-related .mas-link-related__list .mas-link-related__item {
    line-height: 1.5rem
}

.mas-link-related .mas-link-related__list .mas-link-related__item .mas-link-related__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    position: relative;
    left: .25rem;
    word-break: break-word
}

.mas-link-related .mas-link-related__list .mas-link-related__item .mas-link-related__link:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-link-related .mas-link-related__list .mas-link-related__item::marker {
    color: #8d7249;
    font-size: 1rem
}

.mas-link-related .mas-link-related__list {
    display: none
}

.mas-link-related.is-open .mas-link-related__label--chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mas-link-related.is-open .mas-link-related__list {
    display: block
}

@media (min-width: 1020px) {
    .mas-link-related {
        padding:0;
        border: none;
        margin-left: 1.5rem
    }

    .mas-link-related .mas-link-related__label {
        padding-left: 0
    }

    .mas-link-related .mas-link-related__label .mas-link-related__label--chevron {
        display: none
    }

    .mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        text-align: left
    }

    .mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__image {
        height: 1.25rem;
        width: 1.75rem
    }

    .mas-link-related .mas-link-related__label .mas-link-related__label--text .mas-link-related__icon {
        pointer-events: none;
        font-size: 1.25rem
    }

    .mas-link-related .mas-link-related__list .mas-link-related__item {
        line-height: 1.75rem
    }

    .mas-link-related .mas-link-related__list .mas-link-related__item .mas-link-related__link {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 400
    }

    .mas-link-related .mas-link-related__list .mas-link-related__item::marker {
        color: #8d7249;
        font-size: 1rem
    }

    .mas-link-related .mas-link-related__list {
        display: block;
        margin-left: 1.75rem
    }
}

.mas-hero .mas-link-related {
    padding-left: 0;
    padding-bottom: 2rem;
    border-top: 1px solid #d4e6ee
}

.mas-hero .mas-link-related .mas-link-related__list .mas-link-related__item::marker {
    color: #fff
}

.mas-hero .mas-link-related .mas-link-related__list .mas-link-related__item .mas-link-related__link {
    color: #fff
}

.mas-hero .mas-link-related .mas-link-related__list .mas-link-related__item .mas-link-related__link:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #fff;
    box-shadow: inset 0 -1px 0 0 #fff;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-hero .mas-link-related .mas-link-related__label .mas-link-related__label--chevron {
    color: #fff
}

@media (min-width: 1020px) {
    .mas-hero .mas-link-related {
        border:none;
        margin: 0 0 0 1.5rem;
        padding-bottom: 0
    }
}

.mas-sublinks {
    background-color: #f2f2f2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem
}

.mas-sublinks .mas-sublinks__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .75rem;
    word-break: break-all
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__title .mas-sublinks__title--text {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    word-break: break-word
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect .mas-sublinks__redirect--text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect .mas-sublinks__icon {
    font-size: 1.75rem;
    line-height: 1.875rem
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect .mas-sublinks__img {
    width: 24px;
    height: 24px
}

.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect:hover .mas-sublinks__redirect--text {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-sublinks .mas-sublinks__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1.75rem
}

.mas-sublinks .mas-sublinks__list .mas-sublinks__item {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: .5rem;
    word-break: break-word
}

.mas-sublinks .mas-sublinks__list .mas-sublinks__item::marker {
    color: #8d7249;
    font-size: 1rem;
    line-height: 1.625rem
}

.mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    position: relative;
    left: .25rem
}

.mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-sublinks .mas-sublinks__list--description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item {
    margin-bottom: 1rem
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item:last-child {
    margin-bottom: 0
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link .mas-sublinks__link--text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:hover .mas-sublinks__link--text {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__description,.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__description p {
    font-size: 1rem;
    line-height: 1.5rem
}

.mas-sublinks .mas-sublinks__list--horizontal-2,.mas-sublinks .mas-sublinks__list--horizontal-3,.mas-sublinks .mas-sublinks__list--horizontal-4 {
    display: grid;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.mas-sublinks .mas-sublinks__list--horizontal-2 .mas-sublinks__item,.mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item,.mas-sublinks .mas-sublinks__list--horizontal-4 .mas-sublinks__item {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    word-break: break-word
}

.mas-sublinks .mas-sublinks__list--horizontal-2 .mas-sublinks__item::marker,.mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item::marker,.mas-sublinks .mas-sublinks__list--horizontal-4 .mas-sublinks__item::marker {
    color: #8d7249;
    font-size: 1rem;
    line-height: 2rem
}

.mas-sublinks .mas-sublinks__list--horizontal-2 .mas-sublinks__item .mas-sublinks__link,.mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link,.mas-sublinks .mas-sublinks__list--horizontal-4 .mas-sublinks__item .mas-sublinks__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    left: .25rem
}

.mas-sublinks .mas-sublinks__list--horizontal-2 .mas-sublinks__item .mas-sublinks__link:hover,.mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link:hover,.mas-sublinks .mas-sublinks__list--horizontal-4 .mas-sublinks__item .mas-sublinks__link:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-sublinks .mas-sublinks__list--horizontal-2 {
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr))
}

.mas-sublinks .mas-sublinks__list--horizontal-3,.mas-sublinks .mas-sublinks__list--horizontal-4 {
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr))
}

@media (min-width: 768px) {
    .mas-sublinks .mas-sublinks__list--horizontal-2 {
        grid-template-columns:repeat(auto-fill,minmax(calc(50% - 2rem),1fr))
    }

    .mas-sublinks .mas-sublinks__list--horizontal-3 {
        grid-template-columns: repeat(auto-fill,minmax(calc(33.3% - 2rem),1fr))
    }

    .mas-sublinks .mas-sublinks__list--horizontal-4 {
        grid-template-columns: repeat(auto-fill,minmax(calc(25% - 2rem),1fr))
    }
}

.mas-sublinks .mas-sublinks__icon {
    line-height: 2rem;
    font-size: 1.75rem;
    margin-left: .5rem
}

.mas-sublinks .mas-sublinks__img {
    width: 24px;
    height: 24px;
    margin-right: .5rem
}

.mas-gap-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-gap-container .mas-gap-layout__full-width,.mas-gap-container .mas-gap-layout__large,.mas-gap-container .mas-gap-layout__medium,.mas-gap-container .mas-gap-layout__small {
    margin-bottom: var(--size,1rem)
}

.mas-gap-container .mas-sublinks-custom-padding {
    margin-top: var(--size,1rem);
    padding-top: 0!important;
    padding-bottom: 0!important
}

@media (min-width: 768px) {
    .mas-sublinks .mas-sublinks__head {
        margin-bottom:1rem
    }

    .mas-sublinks .mas-sublinks__head .mas-sublinks__title,.mas-sublinks .mas-sublinks__head .mas-sublinks__title .mas-sublinks__title--text {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .mas-sublinks .mas-sublinks__head .mas-sublinks__redirect,.mas-sublinks .mas-sublinks__head .mas-sublinks__redirect .mas-sublinks__redirect--text,.mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link .mas-sublinks__link--text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600
    }

    .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__description,.mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__description p {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .mas-sublinks .mas-sublinks__list--horizontal-2 .mas-sublinks__item .mas-sublinks__link,.mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link,.mas-sublinks .mas-sublinks__list--horizontal-4 .mas-sublinks__item .mas-sublinks__link {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .mas-gap-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: calc(var(--size, 1rem)*-1);
        margin-left: calc(var(--size, 1rem)*-1)
    }

    .mas-gap-container>* {
        margin-left: var(--size,1rem);
        margin-top: var(--size,1rem)
    }

    .mas-gap-container .mas-gap-layout__small {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - var(--size, 1rem));
        flex: 1 1 calc(25% - var(--size, 1rem))
    }

    .mas-gap-container .mas-gap-layout__medium {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - var(--size, 1rem));
        flex: 1 1 calc(33.33% - var(--size, 1rem))
    }

    .mas-gap-container .mas-gap-layout__large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - var(--size, 1rem));
        flex: 1 1 calc(50% - var(--size, 1rem))
    }

    .mas-gap-container .mas-gap-layout__full-width {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - var(--size, 1rem));
        flex: 1 1 calc(100% - var(--size, 1rem))
    }
}

.bgc\:grey-5 .mas-gap-container {
    margin-top: 0
}

.mas-sublinks-custom-padding {
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 768px) {
    .mas-sublinks-custom-padding {
        padding-right:1.5rem
    }
}

.mas-sublinks-p-x\:0 {
    padding-right: 0;
    padding-left: 0
}

.mas-sublinks-p-r\:0 {
    padding-right: 0
}

.mas-sublinks-p-l\:0 {
    padding-left: 0
}

@media (min-width: 0px) and (max-width:768px) {
    .deskile\(mas-sublinks-p-x\:0\) {
        padding-right:0;
        padding-left: 0
    }

    .mobile\(mas-sublinks-p-r\:0\) {
        padding-right: 0
    }

    .mobile\(mas-sublinks-p-l\:0\) {
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .tablet\(mas-sublinks-p-x\:0\) {
        padding-right:0;
        padding-left: 0
    }

    .tablet\(mas-sublinks-p-r\:0\) {
        padding-right: 0
    }

    .tablet\(mas-sublinks-p-l\:0\) {
        padding-left: 0
    }
}

@media (min-width: 1020px) {
    .desktop\(mas-sublinks-p-r\:0\) {
        padding-right:0
    }

    .desktop\(mas-sublinks-p-l\:0\) {
        padding-left: 0
    }
}

.mas-step {
    position: relative
}

.mas-step .mas-step__head,.mas-step .mas-step__side {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .mas-step {
        display:grid;
        grid-template-columns: 68% 32%;
        grid-auto-rows: auto 1fr
    }

    .mas-step .mas-step__head {
        grid-row-start: 1;
        grid-row-end: 2;
        margin-bottom: 4.5rem
    }

    .mas-step .mas-step__content,.mas-step .mas-step__head {
        grid-column-start: 1;
        grid-column-end: 2;
        padding-right: 2rem
    }

    .mas-step .mas-step__content {
        grid-row-start: 2;
        grid-row-end: 3
    }

    .mas-step .mas-step__side {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .mas-step .mas-step__side--upper {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .mas-step .mas-step__side--lower {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3
    }
}

.mas-step--child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-step--child .mas-step__head {
    margin-bottom: 2rem
}

.mas-step--child .mas-step__side {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.mas-step--child .mas-redirect {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (min-width: 768px) {
    .mas-step--child {
        display:grid;
        grid-template-columns: 77% 23%;
        grid-auto-rows: auto auto 1fr
    }

    .mas-step--child .mas-step__head {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-right: 2rem
    }

    .mas-step--child .mas-step__content {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-right: 2rem
    }

    .mas-step--child .mas-step__side {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 4
    }

    .mas-step--child .mas-redirect {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-right: 2rem
    }
}

.mas-redirect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mas-redirect .mas-redirect__next,.mas-redirect .mas-redirect__previous {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.mas-redirect .mas-redirect__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mas-redirect .mas-redirect__previous {
    padding: 1rem 0;
    border-top: 1px solid #d3d3d3
}

.mas-redirect .mas-redirect__previous:empty {
    border-top: none;
    padding: 0
}

.mas-redirect .mas-redirect__previous .mas-redirect__previous--icon i {
    font-size: 1.75rem;
    margin-right: 1rem;
    line-height: 1.5rem
}

.mas-redirect .mas-redirect__previous .mas-redirect__previous--text .mas-redirect__previous--previous {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.mas-redirect .mas-redirect__previous .mas-redirect__previous--text .mas-redirect__previous--link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

.mas-redirect .mas-redirect__next {
    padding: 1rem 0;
    border-top: 1px solid #d3d3d3;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: 1px solid #d3d3d3
}

.mas-redirect .mas-redirect__next:empty {
    border-bottom: none;
    padding: 0
}

.mas-redirect .mas-redirect__next .mas-redirect__next--icon i {
    font-size: 1.75rem;
    margin-left: 1rem;
    line-height: 1.5rem
}

.mas-redirect .mas-redirect__next .mas-redirect__next--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-redirect .mas-redirect__next .mas-redirect__next--text .mas-redirect__next--next {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: end
}

.mas-redirect .mas-redirect__next .mas-redirect__next--text .mas-redirect__next--link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: end;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .mas-redirect {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #d3d3d3
    }

    .mas-redirect .mas-redirect__next,.mas-redirect .mas-redirect__previous {
        border: none;
        max-width: 400px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .mas-redirect .mas-redirect__next {
        padding-left: 1rem
    }

    .mas-redirect .mas-redirect__next:has(div) {
        border: none
    }

    .mas-redirect .mas-redirect__next .mas-redirect__next--text .mas-redirect__next--next {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .mas-redirect .mas-redirect__next .mas-redirect__next--icon i {
        font-size: 1.75rem;
        margin-left: 1rem;
        line-height: 2rem
    }

    .mas-redirect .mas-redirect__previous {
        padding-right: 1rem
    }

    .mas-redirect .mas-redirect__previous:has(div) {
        border: none
    }

    .mas-redirect .mas-redirect__previous .mas-redirect__previous--text .mas-redirect__previous--previous {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .mas-redirect .mas-redirect__previous .mas-redirect__previous--icon i {
        font-size: 1.75rem;
        margin-right: 1rem;
        line-height: 2rem
    }
}

.mas-step-navigation>* {
    padding-bottom: 3rem;
    position: relative
}

.mas-step-navigation>:last-child {
    padding-bottom: 0
}

.mas-step-navigation .mas-step-navigation__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.mas-step-navigation .mas-step-navigation__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem
}

.mas-step-navigation .mas-step-navigation__list {
    padding-left: 1.5rem
}

.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item {
    list-style: disc;
    list-style-position: outside;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    padding-right: .5rem
}

.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item::marker {
    color: #8d7249;
    font-size: .75rem
}

.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item:last-child {
    margin-bottom: 0
}

.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #8d7249;
    -webkit-box-shadow: none;
    box-shadow: none;
    word-break: break-word
}

.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

@media (min-width: 768px) {
    .mas-step-navigation>* {
        padding-bottom:3rem;
        padding-left: 3.5rem;
        position: relative
    }

    .mas-step-navigation>:last-child {
        padding-bottom: 0
    }

    .mas-step-navigation .mas-step-navigation__title {
        font-size: 2rem;
        line-height: 2.375rem;
        font-weight: 600
    }

    .mas-step-navigation .mas-step-navigation__description,.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item,.mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .mas-step-navigation>:before {
        position: absolute;
        top: .5rem;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        border: .25rem solid #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
        border-radius: 100%;
        background-color: #08457e;
        content: "";
        vertical-align: middle;
        z-index: 2
    }

    .mas-step-navigation>:after {
        content: "";
        position: absolute;
        left: .625rem;
        top: .5rem;
        width: 4px;
        height: calc(100% + 2.5rem);
        background-color: #d3d3d3;
        z-index: 1
    }
}

.mas-step-navigation>:last-child:after {
    height: calc(100% - .5rem)
}

.mas-step-navigation>:last-child {
    padding-bottom: .5rem
}

.step-navigation--side__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #4a4a4a
}

.step-navigation--side__parent-page {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #8d7249
}

@media (min-width: 768px) {
    .step-navigation--side__title {
        font-size:1rem;
        line-height: 1.5rem
    }

    .step-navigation--side__parent-page {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.mas-step-navigation--side {
    margin-top: 1.5rem;
    padding-bottom: 3rem
}

.mas-step-navigation--side>* {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-left: 2.25rem;
    position: relative;
    border-bottom: 1px solid #d3d3d3
}

.mas-step-navigation--side .mas-step-navigation__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600
}

.mas-step-navigation--side>:last-child {
    padding-bottom: 0;
    border: none
}

.mas-step-navigation--side>:first-child {
    padding-top: 0
}

.mas-step-navigation--side .mas-step-navigation__list {
    padding-left: 1.5rem
}

.mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: .5rem
}

.mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item::marker {
    color: #8d7249;
    font-size: .75rem
}

.mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item:last-child {
    margin-bottom: 0
}

.mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8d7249;
    -webkit-box-shadow: none;
    box-shadow: none;
    word-break: break-word
}

.mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-step-navigation--side>:before {
    position: absolute;
    top: 1.625rem;
    left: -2.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border: .25rem solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    border-radius: 100%;
    background-color: #d3d3d3;
    content: "";
    vertical-align: middle;
    z-index: 3
}

.mas-step-navigation--side>:after {
    content: "";
    position: absolute;
    left: calc(-1.625rem - 1px);
    top: 0;
    width: 2px;
    height: calc(100% + 2rem);
    background-color: #d3d3d3;
    z-index: 1
}

.mas-step-navigation--side>:first-child:before {
    top: .25rem
}

.mas-step-navigation--side>:first-child:after {
    top: .25rem;
    height: 100%
}

.mas-step-navigation--side>:last-child:after {
    height: 100%
}

.mas-step-navigation--side>.active:before {
    background-color: #08457e
}

.mas-step-navigation--side>.active:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(37.5%,#08457e),to(rgba(8,69,126,.15)));
    background: linear-gradient(180deg,#08457e 37.5%,rgba(8,69,126,.15));
    z-index: 2
}

.mas-step-navigation--side>.active li.active {
    position: relative
}

.mas-step-navigation--side>.active li.active::marker {
    color: #4a4a4a
}

.mas-step-navigation--side>.active li.active a {
    color: #4a4a4a;
    font-weight: 700;
    pointer-events: none
}

.mas-step-navigation--side>.active li.active a:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #4a4a4a;
    box-shadow: inset 0 -1px 0 0 #4a4a4a;
    -webkit-transition-property: color,-webkit-box-shadow;
    transition-property: color,-webkit-box-shadow;
    transition-property: box-shadow,color;
    transition-property: box-shadow,color,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mas-step-navigation--side>.active li.active a:before {
    content: "";
    position: absolute;
    background-color: #08457e;
    width: 12px;
    height: 2px;
    top: .875rem;
    left: -3.125rem
}

@media (min-width: 1020px) {
    .mas-step-navigation--side,.step-navigation-side-header {
        margin-left:1.5rem
    }

    .mas-step-navigation--side .mas-step-navigation__title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600
    }

    .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .mas-step-navigation--side>:before {
        top: 1.75rem
    }
}

.mas-step-navigation--side,.step-navigation-side-header {
    margin-top: 2rem
}

.step-navigation-side-header+.mas-step-navigation--side {
    margin-top: 1.5rem
}

.mas-section-navigation,.mas-section-navigator--side,.mas-section-navigator--static {
    background-color: #ebe8e4;
    padding: 1rem 1.5rem;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(2,14,80,.2);
    box-shadow: 0 3px 5px rgba(2,14,80,.2)
}

.mas-section-navigation.js-sticky.sticky-enabled,.mas-section-navigator--side.js-sticky.sticky-enabled,.mas-section-navigator--static.js-sticky.sticky-enabled {
    -webkit-box-shadow: 0 3px 5px rgba(2,14,80,.2);
    box-shadow: 0 3px 5px rgba(2,14,80,.2)
}

.mas-section-navigation .mas-section-navigation__title,.mas-section-navigator--side .mas-section-navigation__title,.mas-section-navigator--static .mas-section-navigation__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem
}

@media screen and (min-width: 768px) {
    .mas-section-navigation .mas-section-navigation__title,.mas-section-navigator--side .mas-section-navigation__title,.mas-section-navigator--static .mas-section-navigation__title {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

.mas-section-navigation .mas-section-navigation__dropdown,.mas-section-navigator--side .mas-section-navigation__dropdown,.mas-section-navigator--static .mas-section-navigation__dropdown {
    position: relative;
    border: 1px solid #acacac;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 3rem;
    padding: .75rem 3rem .75rem 1rem;
    word-break: break-word
}

.mas-section-navigation .mas-section-navigation__dropdown:after,.mas-section-navigator--side .mas-section-navigation__dropdown:after,.mas-section-navigator--static .mas-section-navigation__dropdown:after {
    position: absolute;
    right: 1rem;
    top: calc(50% - .75rem);
    font-family: mas-icon-glyphs!important;
    content: "\E904";
    font-size: .625rem;
    color: #8d7249
}

.mas-section-navigation .mas-section-navigation__list,.mas-section-navigator--side .mas-section-navigation__list,.mas-section-navigator--static .mas-section-navigation__list {
    position: absolute;
    display: block;
    left: 1.5rem;
    width: calc(100% - 3rem);
    z-index: 3;
    border: none;
    will-change: filter;
    -webkit-filter: drop-shadow(0 3px 5px rgba(2,14,80,.2));
    filter: drop-shadow(0 3px 5px rgba(2,14,80,.2))
}

.mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item {
    background-color: #fff;
    line-height: 1.5rem;
    min-height: 3rem;
    padding: .75rem 1rem;
    display: none
}

.mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item:hover,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item:hover,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item:hover {
    background-color: #f2f2f2
}

.mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item.isCurrent,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item.isCurrent,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item.isCurrent {
    background-color: #ebe8e4
}

.mas-section-navigation__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4a4a4a
}

@media screen and (min-width: 768px) {
    .mas-section-navigation__link {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

.mas-section-navigation .mas-section-navigation__dropdown.active:after,.mas-section-navigator--side .mas-section-navigation__dropdown.active:after,.mas-section-navigator--static .mas-section-navigation__dropdown.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mas-section-navigation .mas-section-navigation__list.active,.mas-section-navigator--side .mas-section-navigation__list.active,.mas-section-navigator--static .mas-section-navigation__list.active {
    border: 1px solid #d3d3d3
}

.mas-section-navigation .mas-section-navigation__list.active .mas-section-navigation__item,.mas-section-navigator--side .mas-section-navigation__list.active .mas-section-navigation__item,.mas-section-navigator--static .mas-section-navigation__list.active .mas-section-navigation__item {
    display: block
}

@media (min-width: 1020px) {
    .mas-section-navigation,.mas-section-navigator--side,.mas-section-navigator--static {
        background-color:transparent;
        padding: 0;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 0 0 1.5rem
    }

    .mas-section-navigation.js-sticky.sticky-enabled,.mas-section-navigator--side.js-sticky.sticky-enabled,.mas-section-navigator--static.js-sticky.sticky-enabled {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .mas-section-navigation .mas-section-navigation__title,.mas-section-navigator--side .mas-section-navigation__title,.mas-section-navigator--static .mas-section-navigation__title {
        margin-bottom: 1rem
    }

    .mas-section-navigation .mas-section-navigation__dropdown,.mas-section-navigator--side .mas-section-navigation__dropdown,.mas-section-navigator--static .mas-section-navigation__dropdown {
        display: none
    }

    .mas-section-navigation .mas-section-navigation__list,.mas-section-navigator--side .mas-section-navigation__list,.mas-section-navigator--static .mas-section-navigation__list {
        display: block;
        position: static;
        width: auto;
        border: none;
        -webkit-filter: none;
        filter: none
    }

    .mas-section-navigation .mas-section-navigation__list.active,.mas-section-navigator--side .mas-section-navigation__list.active,.mas-section-navigator--static .mas-section-navigation__list.active {
        border: none
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item {
        display: block;
        border: none;
        background-color: transparent;
        padding: 0 0 0 calc(1rem + 4px);
        min-height: auto;
        -webkit-transition: padding .5s ease-in-out;
        transition: padding .5s ease-in-out;
        -webkit-transition: border .1s ease-in-out;
        transition: border .1s ease-in-out;
        width: 100%
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item.isCurrent,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item.isCurrent,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item.isCurrent {
        padding-left: 1rem;
        border-left: 4px solid #8d7249;
        background-color: transparent
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item.isCurrent .mas-section-navigation__link,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item.isCurrent .mas-section-navigation__link,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item.isCurrent .mas-section-navigation__link {
        font-weight: 700
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item:hover,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item:hover,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item:hover {
        background-color: transparent
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection {
        padding-left: calc(3rem + 4px)
    }

    .mas-section-navigation .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection.isCurrent,.mas-section-navigator--side .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection.isCurrent,.mas-section-navigator--static .mas-section-navigation__list .mas-section-navigation__item.mas-section-navigation__item--subsection.isCurrent {
        padding-left: 3rem
    }

    .mas-section-navigation .mas-section-navigation__list>*+*,.mas-section-navigator--side .mas-section-navigation__list>*+*,.mas-section-navigator--static .mas-section-navigation__list>*+* {
        margin-top: .75rem
    }

    .mas-section-navigation__link {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #8d7249
    }
}

.mas-section-navigator--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

@media (min-width: 1020px) {
    .mas-section-navigator--side {
        padding-top:2rem
    }

    .mas-section-navigator--side.sticky-enabled {
        max-height: 100vh;
        overflow-y: scroll
    }
}

@media (min-width: 1020px) {
    .mas-section-navigation__list::-webkit-scrollbar,.mas-section-navigator--side.sticky-enabled::-webkit-scrollbar {
        width:0
    }
}

@media (max-width: 1020px) {
    .mas-section-navigation__item.mas-section-navigation__item--subsection .mas-section-navigation__link {
        padding-left:2rem
    }
}

.mas-guided {
    position: relative
}

.mas-guided .mas-step__head,.mas-guided .mas-step__side {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .mas-guided {
        display:grid;
        grid-template-columns: 68% 32%;
        grid-auto-rows: auto auto 1fr
    }

    .mas-guided .mas-guided__header {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-bottom: 4.5rem;
        padding-right: 2rem
    }

    .mas-guided .mas-guided__content {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-right: 2rem
    }

    .mas-guided .mas-guided__side {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 4
    }

    .mas-guided .mas-guided__side--upper {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .mas-guided .mas-guided__side--lower {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4
    }

    .mas-guided .mas-redirect {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin-right: 2rem
    }
}

@media screen and (min-width: 48em) {
    html.glightbox-open .gslide-image img {
        max-height:70vh!important
    }
}

html.glightbox-open .gslide-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

html.glightbox-open .glightbox-container .ginner-container {
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html.glightbox-open .glightbox-container .ginner-container::-webkit-scrollbar {
    display: none
}

html.glightbox-open .glightbox-container .ginner-container {
    overflow-y: scroll
}

html.glightbox-open .glightbox-clean .gslide-desc {
    font-size: .9675rem;
    line-height: 1.3545rem
}

@media screen and (min-width: 768px) {
    html.glightbox-open .glightbox-clean .gslide-desc {
        font-size:1.25rem;
        line-height: 1.75rem
    }
}

html.glightbox-open .gslide-desc {
    overflow-wrap: break-word;
    overflow-wrap: anywhere
}

html.glightbox-open.glightbox-mobile .glightbox-container .gslide-description {
    position: static;
    background: #fff;
    max-width: none!important;
    padding-top: .5rem!important
}

html.glightbox-open .gslide-description p {
    margin-bottom: 0;
    color: #4a4a4a
}

@media screen and (max-width: 769px) {
    html.glightbox-open .gslide-media {
        padding-bottom:1rem
    }
}

html.glightbox-open .glightbox-clean .gslide-description {
    margin-top: -1px
}

html .gslide-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

html .glightbox-clean .gdesc-inner {
    padding: 0
}

html .glightbox-mobile .glightbox-container .gslide-description {
    position: relative;
    background: none
}

html .glightbox-mobile .glightbox-container .gslide-desc {
    color: #4a4a4a
}

body .glightbox-clean .gslide-description {
    padding: 1rem 0 .5rem!important
}

@media screen and (min-width: 768px) {
    html .glightbox-container .ginner-container {
        max-width:1008px
    }
}

html .gdesc-inner {
    max-height: 29vh;
    overflow-y: scroll
}

html .gdesc-inner::-webkit-scrollbar {
    width: 2px
}

html .gdesc-inner::-webkit-scrollbar-track {
    background: none
}

html .gdesc-inner::-webkit-scrollbar-thumb {
    background: silver
}

@media screen and (min-width: 768px) {
    html .gdesc-inner {
        max-height:25vh
    }
}

@media screen and (min-width: 768px) {
    .mas-lightbox__text {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-loading {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2147483642
}

.mas-loading.mas-loading--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-loading .loading-wrapper {
    position: relative;
    z-index: 2;
    padding: 2rem;
    background-color: #fff
}

.mas-loading .loading-background {
    background-color: #000;
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%
}

.mas-officer-details--component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mas-officer-details--component .mas-officer-details__figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-bottom: 1.5rem
}

.mas-officer-details--component .mas-officer-details__name {
    font-size: 1.875rem;
    line-height: 2.5rem
}

@media screen and (min-width: 768px) {
    .mas-officer-details--component .mas-officer-details__name {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

.mas-officer-details--component .mas-officer-details__role {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .mas-officer-details--component .mas-officer-details__role {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

.mas-officer--section .mas-officer__title {
    font-size: 2.375rem;
    line-height: 3rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-officer--section .mas-officer__title {
        font-size:2.375rem;
        line-height: 2.625rem;
        font-weight: 600
    }
}

.mas-officer--section .mas-officer__role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .mas-officer--section .mas-officer__role {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 2rem;
        margin-bottom: 2rem
    }
}

.mas-officer--section .mas-officer__role .mas-officer__role-figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem
}

.mas-officer--section .mas-officer__role .mas-officer__role-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 0
}

@media (max-width: 768px) {
    .mas-officer--section .mas-officer__role .mas-officer__role-title {
        margin-top:1.5rem!important
    }
}

@media screen and (min-width: 768px) {
    .mas-officer--section .mas-officer__role .mas-officer__role-title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-weight: 600
    }
}

.mas-officer--section .mas-officer__role .mas-officer__role-summary {
    margin: 0;
    padding-top: 1rem
}

@media screen and (min-width: 768px) {
    .mas-officer--section .mas-officer__role .mas-officer__role-summary {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .mas-officer-details--component {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mas-officer-details--component .mas-officer-details__figure {
        padding-bottom: 0
    }
}

.mas-divided-blocks {
    display: grid;
    grid-template-columns: repeat(1,1fr)
}

@media screen and (min-width: 1020px) {
    .mas-divided-blocks {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 2rem
    }

    .mas-divided-blocks>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%
    }

    .mas-divided-blocks>:nth-child(3n+1) {
        border-left: none
    }
}

@media screen and (min-width: 768px) {
    .mas-divided-blocks {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-divided-blocks .mas-divided-blocks__title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-divided-blocks .mas-divided-blocks__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-weight: 600
    }
}

.mas-section--items-container .mas-subsection {
    margin-top: 2.5rem
}

.whats-new-listing--result .mas-search-card .mas-search-card__header .mas-search-card__meta {
    margin-bottom: .75rem
}

@media screen and (min-width: 768px) {
    .whats-new-listing--result .mas-search-card .mas-search-card__title {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) {
    .whats-new-listing--result .mas-search-card .mas-search-card__body,.whats-new-listing--result .mas-search-card .mas-search-card__body p {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-notes .mas-notes__label {
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .mas-notes .mas-notes__label {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 700
    }
}

.mas-connected-list>* {
    padding-left: 4rem
}

@media (min-width: 768px) {
    .mas-connected-list>* {
        padding-left:4.5rem
    }
}

.mas-connected-list>*+* {
    margin-top: 2.5rem
}

.mas-connected-list>:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.mas-connected-list>:after {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 0;
    width: 1px;
    height: calc(100% + 2.5rem);
    background: #b6b6b6;
    z-index: 1
}

.mas-connected-list>:last-child:after {
    content: none
}

a.mas-card-statistics {
    border: 1px solid #71acc7!important;
    -webkit-box-shadow: -4px 4px 0 #d4e6ee!important;
    box-shadow: -4px 4px 0 #d4e6ee!important;
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}

.mas-card-statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #71acc7;
    -webkit-box-shadow: -4px 4px 0 #d4e6ee;
    box-shadow: -4px 4px 0 #d4e6ee;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 1rem;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.75rem
}

@media (min-width: 768px) {
    .mas-card-statistics {
        padding:1.5rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0
    }
}

.mas-card-statistics:hover {
    -webkit-box-shadow: 0 0 0 #d4e6ee!important;
    box-shadow: 0 0 0 #d4e6ee!important
}

.mas-card-statistics .mas-card-statistics__title {
    font-size: 1.25rem;
    line-height: 2.34375rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

.mas-card-statistics .mas-card-statistics__title+.mas-card-statistics__currency {
    padding-top: 1.75rem
}

@media (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__title+.mas-card-statistics__currency {
        padding-top:1.5rem
    }
}

.mas-card-statistics .mas-card-statistics__currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .75rem;
    gap: 1rem;
    overflow-x: hidden
}

.mas-card-statistics .mas-card-statistics__currency:first-of-type {
    padding-top: 0
}

@media (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__currency:first-of-type {
        padding-top:1.5rem
    }
}

.mas-card-statistics .mas-card-statistics__currency>:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #717171;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__currency>:first-child {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-card-statistics .mas-card-statistics__currency>:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.40625rem;
    font-weight: 600;
    color: #4a4a4a;
    min-width: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: end;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__currency>:nth-child(2) {
        font-size:1.5rem;
        line-height: 1.875rem
    }
}

.mas-card-statistics .mas-card-statistics__cpi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi>:first-child {
        padding-top:2rem
    }
}

.mas-card-statistics .mas-card-statistics__cpi>:nth-child(2) {
    padding-top: 1rem
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #717171;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-title {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child:nth-child(2) {
    padding-left: 1rem;
    border-left: 1px solid #d3d3d3
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child:has(+.mas-card-statistics__cpi-child) {
    padding-right: 1rem
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child>:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #717171;
    text-align: center;
    min-width: 50px
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child>:first-child {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child>:nth-child(2) {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    min-width: 50px
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child>:nth-child(2) {
        font-size:3rem;
        line-height: 3.375rem;
        font-size: 2.375rem;
        line-height: 2.625rem;
        font-weight: 600
    }
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child--single {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .25rem
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child--single>:first-child {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    min-width: 50px
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child--single>:first-child {
        font-size:3rem;
        line-height: 3.375rem;
        font-size: 2.375rem;
        line-height: 2.625rem;
        font-weight: 600
    }
}

.mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child--single>:nth-child(2) {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: #717171;
    text-align: center;
    min-width: 50px
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__cpi .mas-card-statistics__cpi-container .mas-card-statistics__cpi-child--single>:nth-child(2) {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

.mas-card-statistics .mas-card-statistics__last-update {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: #717171
}

@media screen and (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__last-update {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

@media (min-width: 768px) {
    .mas-card-statistics .mas-card-statistics__last-update {
        padding-top:1.5rem;
        margin-top: auto
    }
}

.mas-calendar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    overflow-wrap: anywhere
}

@media (min-width: 768px) {
    .mas-calendar__container {
        gap:2rem
    }
}

.mas-calendar__container .mas-calendar__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d4e6ee;
    padding: .5rem
}

@media (min-width: 768px) {
    .mas-calendar__container .mas-calendar__title {
        border-top:1px solid #d3d3d3;
        padding: .5rem 1rem;
        gap: .25rem
    }
}

.mas-calendar__container .mas-calendar__title-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #705a3a;
    border: none!important;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-calendar__container .mas-calendar__title-text {
        font-size:1.5rem;
        line-height: 1.875rem
    }
}

.mas-calendar__container .mas-calendar__title-period {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .mas-calendar__container .mas-calendar__title-period {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

.mas-calendar__container .mas-calendar__date-container {
    display: grid
}

@media (min-width: 768px) {
    .mas-calendar__container .mas-calendar__date-container {
        border-top:1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

.mas-calendar__container .mas-calendar__date-container .mas-calendar__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .25rem;
    padding: .5rem;
    border: 1px solid #f2f2f2;
    border-top: none
}

.mas-calendar__container .mas-calendar__date-container .mas-calendar__date:first-child {
    border-top: 1px solid #f2f2f2
}

@media (min-width: 768px) {
    .mas-calendar__container .mas-calendar__date-container .mas-calendar__date {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        padding: .875rem
    }

    .mas-calendar__container .mas-calendar__date-container .mas-calendar__date:first-child {
        border: none
    }
}

.mas-calendar__container .mas-calendar__date-container .mas-calendar__date-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .mas-calendar__container .mas-calendar__date-container .mas-calendar__date-text {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

@media (min-width: 768px) {
    .mas-calendar__container .mas-calendar__date-container .mas-calendar__date-text {
        text-align:center
    }
}

.mas-calendar__container .mas-calendar__date-container .mas-calendar__date-desc {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: #717171
}

@media screen and (min-width: 768px) {
    .mas-calendar__container .mas-calendar__date-container .mas-calendar__date-desc {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

.mas-card-alert {
    border: 1px solid #da7b11;
    background: #fff1d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5rem;
    gap: .5rem
}

.mas-card-alert .mas-card-alert__icon {
    height: 1.6875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mas-card-alert .mas-card-alert__message {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600;
    color: #4a4a4a;
    overflow: hidden;
    overflow-wrap: break-word
}

@media screen and (min-width: 768px) {
    .mas-card-alert .mas-card-alert__message {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

@font-face {
    font-family: mas-icon-glyphs;
    src: url(../fonts/mas-icon-glyphs-export/mas-icon-glyphs.eot);
    src: url(../fonts/mas-icon-glyphs-export/mas-icon-glyphs.eot#iefix) format("embedded-opentype"),url(../fonts/mas-icon-glyphs-export/mas-icon-glyphs.ttf) format("truetype"),url(../fonts/mas-icon-glyphs-export/mas-icon-glyphs.woff) format("woff"),url(../img/_/style/component/fonts/mas-icon-glyphs/mas-icon-glyphs.svg#mas-icon-glyphs) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

i[class*=mas-icon-glyphs-] {
    font-family: mas-icon-glyphs,sans-serif!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mas-icon-glyphs-info-circle--regular:before {
    content: "\E906"
}

.mas-icon-glyphs-logout:before {
    content: "\E905"
}

.mas-icon-glyphs-chevron--down:before {
    content: "\E904"
}

.mas-icon-glyphs-file-upload:before {
    content: "\E903"
}

.mas-icon-glyphs-crossed:before {
    content: "\E902"
}

.mas-icon-glyphs-checked:before {
    content: "\E901"
}

.mas-icon-glyphs-chain:before {
    content: "\E900"
}

.gslide-desc a,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn),.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline .mas-link__text,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text,.mas-site-main .mas-card-news-list .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link,.mas-site-main .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a,.mas-site-main .mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link .mas-sublinks__link--text,.mas-site-main .mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link,.mas-site-main .mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link,.mas-site-main a.mas-upcoming__button p,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn),.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline .mas-link__text,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text {
    -webkit-transition-property: color,border-bottom;
    transition-property: color,border-bottom;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.gslide-desc a,.mas-alert__message a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):hover,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn),.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline:hover .mas-link__text,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text,.mas-site-main .mas-card-news-list .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link:hover .mas-link__text,.mas-site-main .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a:hover,.mas-site-main .mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a:hover,.mas-site-main .mas-sublinks .mas-sublinks__head .mas-sublinks__redirect:hover .mas-sublinks__redirect--text,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:hover,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:hover .mas-sublinks__link--text,.mas-site-main .mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link:hover,.mas-site-main .mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link:hover,.mas-site-main a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):hover,.mas-site-main a.mas-upcoming__button:hover p,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn),.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline:hover .mas-link__text,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #8d7249
}

.gslide-desc a:hover,.mas-alert__message a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn),.mas-alert__message a.mas-link.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):hover,.mas-alert__message a.mas-link:not(.mas-link--no-visited):not(.mas-btn),.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline .mas-link__text,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text:hover,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn):hover,.mas-site-main .mas-card-news-list .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link,.mas-site-main .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a,.mas-site-main .mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a,.mas-site-main .mas-sublinks .mas-sublinks__head .mas-sublinks__redirect,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link .mas-sublinks__link--text,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:hover,.mas-site-main .mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link,.mas-site-main .mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link,.mas-site-main a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn),.mas-site-main a.mas-link.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):hover,.mas-site-main a.mas-link:not(.mas-link--no-visited):not(.mas-btn),.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link.mas-link--no-underline .mas-link__text,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn).mas-link .mas-link__text:hover,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid transparent
}

.gslide-desc a:visited,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn):visited,.mas-site-main .mas-card-news-list .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link:visited,.mas-site-main .ola-field.mas-search-card__footer .mas-link:visited .mas-link__text,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn):visited {
    color: purple
}

.gslide-desc a:visited,.mas-alert__message a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):visited:hover,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn):visited,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn):visited.mas-link.mas-link--no-underline:hover .mas-link__text,.mas-alert__message a:not(.mas-link--no-visited):not(.mas-btn):visited.mas-link .mas-link__text,.mas-site-main .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item a:visited:hover,.mas-site-main .mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item a:visited:hover,.mas-site-main .mas-sublinks .mas-sublinks__head .mas-sublinks__redirect:visited:hover .mas-sublinks__redirect--text,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:visited:hover,.mas-site-main .mas-sublinks .mas-sublinks__list--description .mas-sublinks__item .mas-sublinks__link:visited:hover .mas-sublinks__link--text,.mas-site-main .mas-sublinks .mas-sublinks__list--horizontal-3 .mas-sublinks__item .mas-sublinks__link:visited:hover,.mas-site-main .mas-sublinks .mas-sublinks__list .mas-sublinks__item .mas-sublinks__link:visited:hover,.mas-site-main a.mas-link--no-underline:not(.mas-link--no-visited):not(.mas-btn):visited:hover,.mas-site-main a.mas-upcoming__button:visited:hover p,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn):visited,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn):visited.mas-link.mas-link--no-underline:hover .mas-link__text,.mas-site-main a:not(.mas-link--no-visited):not(.mas-btn):visited.mas-link .mas-link__text {
    border-bottom-color: purple
}

.mas-site-main .mas-step-navigation--side .mas-step-navigation__list .mas-step-navigation__item.active a,.mas-site-main .mas-step-navigation .mas-step-navigation__list .mas-step-navigation__item.active a {
    color: #4a4a4a
}

.mas-site-main .mas-section-navigation__item a.mas-section-navigation__link,.mas-site-main .mas-section-navigation__item a.mas-section-navigation__link:hover {
    border-bottom: none
}

.mas-site-main .mas-section-navigation__item a.mas-section-navigation__link:visited {
    color: #4a4a4a
}

@media (min-width: 1020px) {
    .mas-site-main .mas-section-navigation__item a.mas-section-navigation__link:visited {
        color:#8d7249
    }
}

.mas-site-main .ola-pagination li.ola-page a,.mas-site-main .ola-pagination li.ola-page a:hover,.mas-site-main .tippy-box .tippy-content a {
    border-bottom: none
}

.mas-site-main .mas-app-enquiries__edit-wrapper a.smartform_edit_btn:visited {
    color: #8d7249;
    border-bottom-color: #8d7249
}

@media (min-width: 768px) {
    .mas-site-main .mas-card-news-list .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link:hover .mas-link__text {
        border-bottom:1px solid #4a4a4a
    }
}

.mas-site-main a.mas-upcoming__button p {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid transparent
}

.mas-site-main .mas-hero .mas-section__banner-item a:visited {
    color: #fff;
    border-bottom: 1px solid #8d7249
}

.mas-site-main .mas-hero .mas-section__banner-item a:visited .mas-link__text {
    border-bottom-color: #8d7249!important
}

.masx-directory {
    border-bottom: none!important
}

.glightbox-mobile .glightbox-container .gslide-desc a:visited {
    border-bottom-color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc a.desc-more {
    border-bottom: none
}

.c-container--small {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-container--small>* {
    width: 100%
}

.c-container--medium {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem
}

.c-container--medium>* {
    width: 100%
}

.js-section-nav-active .c-container--small {
    grid-template-columns: repeat(3,minmax(25%,1fr))
}

.js-section-nav-active .c-container--medium {
    grid-template-columns: repeat(2,minmax(30%,1fr))
}

@media screen and (max-width: 768px) {
    .c-container--medium,.c-container--small,.js-section-nav-active .c-container--medium,.js-section-nav-active .c-container--small {
        grid-template-columns:1fr
    }
}

.c-container-flex--small {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(40%,1fr));
    gap: 2rem
}

.c-container-flex--small>* {
    width: 100%
}

.c-container-flex--medium {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(25%,1fr));
    gap: 2rem
}

.c-container-flex--medium>* {
    width: 100%
}

@media screen and (max-width: 768px) {
    .c-container-flex--medium,.c-container-flex--small,.js-section-nav-active .c-container-flex--medium,.js-section-nav-active .c-container-flex--small {
        grid-template-columns:1fr
    }
}

.border-dashed {
    border-style: dashed!important
}

.border-dotted {
    border-style: dotted!important
}

.border-b-0 {
    border-bottom-width: 0!important
}

.border-b-2 {
    border-bottom-width: 2px!important
}

.border-b-4 {
    border-bottom-width: 4px!important
}

.border-b-8 {
    border-bottom-width: 8px!important
}

.border-b {
    border-bottom-width: 1px!important
}

.color-grey-2 {
    color: #717171
}

.color-secondary-2 {
    color: #8d7249
}

.block {
    display: block!important
}

.inline-block {
    display: inline-block!important
}

.inline {
    display: inline!important
}

.flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

@media (min-width: 768px) {
    .md\:block {
        display:block!important
    }

    .md\:inline-block {
        display: inline-block!important
    }

    .md\:inline {
        display: inline!important
    }

    .md\:flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.focus\:after-none:after {
    display: none!important
}

.gap-0 {
    gap: 0
}

.gap-x-0 {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.gap-y-0 {
    row-gap: 0
}

.gap-4 {
    gap: 1rem
}

.gap-8 {
    gap: 2rem
}

.grid {
    display: grid
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

@media screen and (min-width: 769px) {
    .md\:grid-cols-2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media screen and (min-width: 769px) {
    .md\:grid-cols-3 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media screen and (min-width: 1020px) {
    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

.m-0 {
    margin: 0!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.my-0 {
    margin-bottom: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.m-5 {
    margin: 1.25rem!important
}

.m-6 {
    margin: 1.5rem!important
}

.m-7 {
    margin: 1.75rem!important
}

.m-8 {
    margin: 2rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: .75rem!important
}

.mt-4 {
    margin-top: 1rem!important
}

.mt-5 {
    margin-top: 1.25rem!important
}

.mt-6 {
    margin-top: 1.5rem!important
}

.mt-7 {
    margin-top: 1.75rem!important
}

.mt-8 {
    margin-top: 2rem!important
}

.mt-9 {
    margin-top: 2.25rem!important
}

.mt-10 {
    margin-top: 2.5rem!important
}

.mt-11 {
    margin-top: 2.75rem!important
}

.mt-12 {
    margin-top: 3rem!important
}

.mt-14 {
    margin-top: 3.5rem!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mr-2 {
    margin-right: .5rem!important
}

.mr-3 {
    margin-right: .75rem!important
}

.mr-4 {
    margin-right: 1rem!important
}

.mr-5 {
    margin-right: 1.25rem!important
}

.mr-6 {
    margin-right: 1.5rem!important
}

.mr-7 {
    margin-right: 1.75rem!important
}

.mr-8 {
    margin-right: 2rem!important
}

.mr-9 {
    margin-right: 2.25rem!important
}

.mr-10 {
    margin-right: 2.5rem!important
}

.mr-11 {
    margin-right: 2.75rem!important
}

.mr-12 {
    margin-right: 3rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: .75rem!important
}

.mb-4 {
    margin-bottom: 1rem!important
}

.mb-5 {
    margin-bottom: 1.25rem!important
}

.mb-6 {
    margin-bottom: 1.5rem!important
}

.mb-7 {
    margin-bottom: 1.75rem!important
}

.mb-8 {
    margin-bottom: 2rem!important
}

.mb-9 {
    margin-bottom: 2.25rem!important
}

.mb-10 {
    margin-bottom: 2.5rem!important
}

.mb-11 {
    margin-bottom: 2.75rem!important
}

.mb-12 {
    margin-bottom: 3rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.ml-3 {
    margin-left: .75rem!important
}

.ml-4 {
    margin-left: 1rem!important
}

.ml-5 {
    margin-left: 1.25rem!important
}

.ml-6 {
    margin-left: 1.5rem!important
}

.ml-7 {
    margin-left: 1.75rem!important
}

.ml-8 {
    margin-left: 2rem!important
}

.ml-9 {
    margin-left: 2.25rem!important
}

.ml-10 {
    margin-left: 2.5rem!important
}

.ml-11 {
    margin-left: 2.75rem!important
}

.ml-12 {
    margin-left: 3rem!important
}

@media (min-width: 768px) {
    .md\:mt-1 {
        margin-top:.25rem!important
    }

    .md\:mt-2 {
        margin-top: .5rem!important
    }

    .md\:mt-3 {
        margin-top: .75rem!important
    }

    .md\:mt-4 {
        margin-top: 1rem!important
    }

    .md\:mt-5 {
        margin-top: 1.25rem!important
    }

    .md\:mt-6 {
        margin-top: 1.5rem!important
    }

    .md\:mt-7 {
        margin-top: 1.75rem!important
    }

    .md\:mt-8 {
        margin-top: 2rem!important
    }

    .md\:mt-9 {
        margin-top: 2.25rem!important
    }

    .md\:mt-10 {
        margin-top: 2.5rem!important
    }

    .md\:mt-11 {
        margin-top: 2.75rem!important
    }

    .md\:mt-12 {
        margin-top: 3rem!important
    }

    .md\:mt-14 {
        margin-top: 3.5rem!important
    }

    .md\:mb-1 {
        margin-bottom: .25rem!important
    }

    .md\:mb-2 {
        margin-bottom: .5rem!important
    }

    .md\:mb-3 {
        margin-bottom: .75rem!important
    }

    .md\:mb-4 {
        margin-bottom: 1rem!important
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem!important
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem!important
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem!important
    }

    .md\:mb-8 {
        margin-bottom: 2rem!important
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem!important
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem!important
    }

    .md\:mb-11 {
        margin-bottom: 2.75rem!important
    }

    .md\:mb-12 {
        margin-bottom: 3rem!important
    }
}

.p-0 {
    padding: 0!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.py-0 {
    padding-bottom: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.p-5 {
    padding: 1.25rem!important
}

.p-6 {
    padding: 1.5rem!important
}

.p-7 {
    padding: 1.75rem!important
}

.p-8 {
    padding: 2rem!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
}

.py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-5 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important
}

.py-6 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-7 {
    padding-top: 1.75rem!important;
    padding-bottom: 1.75rem!important
}

.py-8 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.py-9 {
    padding-top: 2.25rem!important;
    padding-bottom: 2.25rem!important
}

.py-10 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
}

.py-11 {
    padding-top: 2.75rem!important;
    padding-bottom: 2.75rem!important
}

.py-12 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.px-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.px-2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.px-3 {
    padding-left: .75rem!important;
    padding-right: .75rem!important
}

.px-4 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-5 {
    padding-left: 1.25rem!important;
    padding-right: 1.25rem!important
}

.px-6 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.px-7 {
    padding-left: 1.75rem!important;
    padding-right: 1.75rem!important
}

.px-8 {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.px-9 {
    padding-left: 2.25rem!important;
    padding-right: 2.25rem!important
}

.px-10 {
    padding-left: 2.5rem!important;
    padding-right: 2.5rem!important
}

.px-11 {
    padding-left: 2.75rem!important;
    padding-right: 2.75rem!important
}

.px-12 {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: .75rem!important
}

.pt-4 {
    padding-top: 1rem!important
}

.pt-5 {
    padding-top: 1.25rem!important
}

.pt-6 {
    padding-top: 1.5rem!important
}

.pt-7 {
    padding-top: 1.75rem!important
}

.pt-8 {
    padding-top: 2rem!important
}

.pt-9 {
    padding-top: 2.25rem!important
}

.pt-10 {
    padding-top: 2.5rem!important
}

.pt-11 {
    padding-top: 2.75rem!important
}

.pt-12 {
    padding-top: 3rem!important
}

.pt-14 {
    padding-top: 3.5rem!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pr-3 {
    padding-right: .75rem!important
}

.pr-4 {
    padding-right: 1rem!important
}

.pr-5 {
    padding-right: 1.25rem!important
}

.pr-6 {
    padding-right: 1.5rem!important
}

.pr-7 {
    padding-right: 1.75rem!important
}

.pr-8 {
    padding-right: 2rem!important
}

.pr-9 {
    padding-right: 2.25rem!important
}

.pr-10 {
    padding-right: 2.5rem!important
}

.pr-11 {
    padding-right: 2.75rem!important
}

.pr-12 {
    padding-right: 3rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: .75rem!important
}

.pb-4 {
    padding-bottom: 1rem!important
}

.pb-5 {
    padding-bottom: 1.25rem!important
}

.pb-6 {
    padding-bottom: 1.5rem!important
}

.pb-7 {
    padding-bottom: 1.75rem!important
}

.pb-8 {
    padding-bottom: 2rem!important
}

.pb-9 {
    padding-bottom: 2.25rem!important
}

.pb-10 {
    padding-bottom: 2.5rem!important
}

.pb-11 {
    padding-bottom: 2.75rem!important
}

.pb-12 {
    padding-bottom: 3rem!important
}

.pl-1 {
    padding-left: .25rem!important
}

.pl-2 {
    padding-left: .5rem!important
}

.pl-3 {
    padding-left: .75rem!important
}

.pl-4 {
    padding-left: 1rem!important
}

.pl-5 {
    padding-left: 1.25rem!important
}

.pl-6 {
    padding-left: 1.5rem!important
}

.pl-7 {
    padding-left: 1.75rem!important
}

.pl-8 {
    padding-left: 2rem!important
}

.pl-9 {
    padding-left: 2.25rem!important
}

.pl-10 {
    padding-left: 2.5rem!important
}

.pl-11 {
    padding-left: 2.75rem!important
}

.pl-12 {
    padding-left: 3rem!important
}

@media (min-width: 768px) {
    .md\:pt-0 {
        padding-top:0!important
    }

    .md\:pr-0 {
        padding-right: 0!important
    }

    .md\:pb-0 {
        padding-bottom: 0!important
    }

    .md\:pl-0 {
        padding-left: 0!important
    }

    .md\:pt-1 {
        padding-top: .25rem!important
    }

    .md\:pt-2 {
        padding-top: .5rem!important
    }

    .md\:pt-3 {
        padding-top: .75rem!important
    }

    .md\:pt-4 {
        padding-top: 1rem!important
    }

    .md\:pt-5 {
        padding-top: 1.25rem!important
    }

    .md\:pt-6 {
        padding-top: 1.5rem!important
    }

    .md\:pt-7 {
        padding-top: 1.75rem!important
    }

    .md\:pt-8 {
        padding-top: 2rem!important
    }

    .md\:pt-9 {
        padding-top: 2.25rem!important
    }

    .md\:pt-10 {
        padding-top: 2.5rem!important
    }

    .md\:pt-11 {
        padding-top: 2.75rem!important
    }

    .md\:pt-12 {
        padding-top: 3rem!important
    }

    .md\:pt-14 {
        padding-top: 3.5rem!important
    }

    .md\:pb-1 {
        padding-bottom: .25rem!important
    }

    .md\:pb-2 {
        padding-bottom: .5rem!important
    }

    .md\:pb-3 {
        padding-bottom: .75rem!important
    }

    .md\:pb-4 {
        padding-bottom: 1rem!important
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem!important
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem!important
    }

    .md\:pb-7 {
        padding-bottom: 1.75rem!important
    }

    .md\:pb-8 {
        padding-bottom: 2rem!important
    }

    .md\:pb-9 {
        padding-bottom: 2.25rem!important
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem!important
    }

    .md\:pb-11 {
        padding-bottom: 2.75rem!important
    }

    .md\:pb-12 {
        padding-bottom: 3rem!important
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem!important
    }
}

.placeholder-not-italic::-webkit-input-placeholder {
    font-style: normal!important
}

.placeholder-not-italic:-moz-placeholder {
    font-style: normal!important
}

.c-container--medium>.text-standard-regular {
    font-size: .875rem!important;
    line-height: 1.3125rem!important
}

@media screen and (min-width: 768px) {
    .c-container--medium>.text-standard-regular {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important;
        font-weight: 400!important
    }
}

.c-container--medium>.text-standard-regular>.text-subheader-semibold {
    font-size: 1.5rem!important;
    line-height: 2rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .c-container--medium>.text-standard-regular>.text-subheader-semibold {
        font-size:1.5rem!important;
        line-height: 1.875rem!important;
        font-weight: 600!important
    }
}

.text-subheader-semibold--grid {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .text-subheader-semibold--grid {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

.text-standard-regular--grid {
    font-size: .875rem;
    line-height: 1.3125rem
}

@media screen and (min-width: 768px) {
    .text-standard-regular--grid {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

.text-header-1 {
    font-size: 2rem!important;
    line-height: 2.5rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-header-1 {
        font-size:3rem!important;
        line-height: 3.375rem!important
    }
}

.text-header-2 {
    font-size: 1.625rem!important;
    line-height: 2.03125rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-header-2 {
        font-size:2.375rem!important;
        line-height: 2.625rem!important
    }
}

.text-header-3-semibold {
    font-size: 1.25rem!important;
    line-height: 2.34375rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-header-3-semibold {
        font-size:1.875rem!important;
        line-height: 2.375rem!important
    }
}

.text-header-3-regular {
    font-size: 1.25rem!important;
    line-height: 2.34375rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-header-3-regular {
        font-size:1.875rem!important;
        line-height: 2.375rem!important
    }
}

.text-subheader-semibold {
    font-size: 1.125rem!important;
    line-height: 1.40625rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-subheader-semibold {
        font-size:1.5rem!important;
        line-height: 1.875rem!important
    }
}

.text-subheader-regular {
    font-size: 1.125rem!important;
    line-height: 1.40625rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-subheader-regular {
        font-size:1.5rem!important;
        line-height: 1.875rem!important
    }
}

.text-medium-bold {
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    font-weight: 700!important
}

@media screen and (min-width: 768px) {
    .text-medium-bold {
        font-size:1.25rem!important;
        line-height: 1.875rem!important
    }
}

.text-medium-semibold {
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-medium-semibold {
        font-size:1.25rem!important;
        line-height: 1.875rem!important
    }
}

.text-medium-regular {
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-medium-regular {
        font-size:1.25rem!important;
        line-height: 1.875rem!important
    }
}

.text-standard-bold {
    font-size: .875rem!important;
    line-height: 1.3125rem!important;
    font-weight: 700!important
}

@media screen and (min-width: 768px) {
    .text-standard-bold {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }
}

.text-standard-semibold {
    font-size: .875rem!important;
    line-height: 1.3125rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-standard-semibold {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }
}

.text-standard-regular {
    font-size: .875rem!important;
    line-height: 1.3125rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-standard-regular {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }
}

.text-small-bold {
    font-size: .75rem!important;
    line-height: 1.125rem!important;
    font-weight: 700!important
}

@media screen and (min-width: 768px) {
    .text-small-bold {
        font-size:1rem!important;
        line-height: 1.5rem!important
    }
}

.text-small-semibold {
    font-size: .75rem!important;
    line-height: 1.125rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-small-semibold {
        font-size:1rem!important;
        line-height: 1.5rem!important
    }
}

.text-small-regular {
    font-size: .75rem!important;
    line-height: 1.125rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-small-regular {
        font-size:1rem!important;
        line-height: 1.5rem!important
    }
}

.text-xs-bold {
    font-size: .625rem!important;
    line-height: .9375rem!important;
    font-weight: 700!important
}

@media screen and (min-width: 768px) {
    .text-xs-bold {
        font-size:.875rem!important;
        line-height: 1.3125rem!important
    }
}

.text-xs-semibold {
    font-size: .625rem!important;
    line-height: .9375rem!important;
    font-weight: 600!important
}

@media screen and (min-width: 768px) {
    .text-xs-semibold {
        font-size:.875rem!important;
        line-height: 1.3125rem!important
    }
}

.text-xs-regular {
    font-size: .625rem!important;
    line-height: .9375rem!important;
    font-weight: 400!important
}

@media screen and (min-width: 768px) {
    .text-xs-regular {
        font-size:.875rem!important;
        line-height: 1.3125rem!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-header-1 {
        font-size:3rem!important;
        line-height: 3.375rem!important;
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-header-2 {
        font-size:2.375rem!important;
        line-height: 2.625rem!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-header-2,.md\:text-header-3-semibold {
        font-weight:600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-header-3-regular,.md\:text-header-3-semibold {
        font-size:1.875rem!important;
        line-height: 2.375rem!important
    }

    .md\:text-header-3-regular {
        font-weight: 400!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-subheader-semibold {
        font-weight:600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-subheader-regular,.md\:text-subheader-semibold {
        font-size:1.5rem!important;
        line-height: 1.875rem!important
    }

    .md\:text-subheader-regular {
        font-weight: 400!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-medium-bold {
        font-weight:700!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-medium-bold,.md\:text-medium-semibold {
        font-size:1.25rem!important;
        line-height: 1.875rem!important
    }

    .md\:text-medium-semibold {
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-medium-regular {
        font-size:1.25rem!important;
        line-height: 1.875rem!important;
        font-weight: 400!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-standard-bold {
        font-weight:700!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-standard-bold,.md\:text-standard-semibold {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }

    .md\:text-standard-semibold {
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-standard-regular {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important;
        font-weight: 400!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-small-bold {
        font-weight:700!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-small-bold,.md\:text-small-semibold {
        font-size:1rem!important;
        line-height: 1.5rem!important
    }

    .md\:text-small-semibold {
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-small-regular {
        font-size:1rem!important;
        line-height: 1.5rem!important;
        font-weight: 400!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-xs-bold {
        font-weight:700!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-xs-bold,.md\:text-xs-semibold {
        font-size:.875rem!important;
        line-height: 1.3125rem!important
    }

    .md\:text-xs-semibold {
        font-weight: 600!important
    }
}

@media screen and (min-width: 768px) {
    .md\:text-xs-regular {
        font-size:.875rem!important;
        line-height: 1.3125rem!important;
        font-weight: 400!important
    }
}

@media (max-width: 767px) {
    .mobile-pointer-events-none {
        pointer-events:none
    }
}

.mas-lightbox__text {
    padding-top: .5rem!important
}

.mas-media-card--event .mas-media-card__information {
    padding: 2rem
}

.mas-media-card--event .mas-media-card__title {
    margin-bottom: 1rem
}

.mas-media-card--event .mas-media-card__actions {
    margin-top: 2rem
}

.mas-search-card .mas-search-card__body>* {
    margin: 0
}

.mas-ancillaries--two-level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .mas-ancillaries--two-level>*+* {
        margin-top:.75rem
    }
}

.mas-ancillaries--two-level>:after {
    display: none
}

@media print {
    body header.mas-site-header {
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    body header.mas-site-header .mas-site-nav__container .is--root-nav>.mas-site-nav__list-item {
        position: relative
    }

    body header.mas-site-header .mas-site-nav__list-item .mas-site-nav__link {
        height: auto
    }
}

body header.mas-site-header .mas-logo {
    background-image: url(../img/_/vendor/images/logo.png)
}

body header.mas-site-header .masx-site-header-left.is-double {
    gap: 1rem
}

body header.mas-site-header .masx-site-header-left.is-double .mas-site-header__logo-secondary .mas-logo {
    background-image: none;
    -o-object-fit: contain;
    object-fit: contain
}

body header.mas-site-header .masx-masthead {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
    background-color: #f0f0f0;
    padding: 0 .875rem
}

body header.mas-site-header .masx-masthead>div {
    line-height: 1
}

body header.mas-site-header .masx-masthead .sgds-masthead-button {
    color: #2f60ce;
    cursor: pointer
}

body header.mas-site-header .masx-masthead .sgds-masthead-button .sgds-masthead-button-text {
    line-height: 1;
    font-size: 14px;
    vertical-align: middle
}

body header.mas-site-header .masx-masthead .masx-masthead-content {
    color: #474747;
    padding-top: 1rem;
    padding-bottom: 2rem
}

body header.mas-site-header .masx-masthead .masx-masthead-content.is-hidden {
    display: none
}

body header.mas-site-header .masx-masthead-container {
    text-align: left
}

body header.mas-site-header .masx-masthead__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem;
    line-height: 1
}

body header.mas-site-header .masx-masthead__wrapper .sg-crest {
    width: 1.25rem;
    height: 1.75rem;
    vertical-align: middle;
    fill: #ef3320
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-text {
    display: inline-block;
    font-size: .6875rem;
    color: #474747;
    line-height: 1;
    vertical-align: middle
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-identify-icon {
    width: 12px;
    height: 21px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    fill: #2f60ce
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-identify-icon.show {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-identify-icon.masthead--gold {
    fill: #8d7249
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-button-text {
    font-size: .6875rem;
    line-height: 1;
    color: #2f5fd0;
    text-decoration: underline;
    vertical-align: middle
}

body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-button-text.masthead--gold {
    color: #8d7249
}

body header.mas-site-header .masx-masthead-content {
    text-align: left;
    color: #474747;
    padding: 1rem 0 2rem;
    display: none
}

body header.mas-site-header .masx-masthead-content.show {
    display: block
}

body header.mas-site-header .masx-masthead-content .masx-masthead-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: .1rem;
    padding-bottom: .1rem
}

body header.mas-site-header .masx-masthead-content .banner-wrapper {
    font-size: .6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-icon-item {
    display: inline-block;
    width: .75rem;
    fill: #474747
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-title {
    font-weight: 600;
    line-height: 2;
    margin-bottom: .25rem
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text {
    line-height: 1.2rem
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .trusted-websites-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f5fd0;
    outline: none
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .trusted-websites-link.masthead--gold {
    color: #8d7249
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .trusted-websites-icon {
    margin-left: .125rem;
    fill: #2f5fd0;
    vertical-align: middle
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .trusted-websites-icon.masthead--gold {
    fill: #8d7249
}

body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .banner-icon-inline {
    display: inline-block;
    fill: #474747;
    vertical-align: middle;
    width: 12px
}

body header.mas-site-header .mas-site-header__top {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body header.mas-site-header .mas-input--search {
    max-height: 46px;
    color: #4a4a4a
}

body header.mas-site-header .mas-input--search::-webkit-input-placeholder {
    color: #717171;
    font-style: italic
}

body header.mas-site-header .mas-input--search::-moz-placeholder {
    color: #717171;
    font-style: italic
}

body header.mas-site-header .mas-input--search::-ms-input-placeholder {
    color: #717171;
    font-style: italic
}

body header.mas-site-header .mas-input--search::placeholder {
    color: #717171;
    font-style: italic
}

body header.mas-site-header .mas-site-search .mas-btn__text {
    line-height: 28px
}

body header.mas-site-header .mas-search-wrapper {
    background: #fff;
    -webkit-box-shadow: inset 0 3px 5px -2px rgba(2,14,80,.2);
    box-shadow: inset 0 3px 5px -2px rgba(2,14,80,.2)
}

body header.mas-site-header .mas-search-wrapper>div {
    padding-bottom: 16px!important
}

body header.mas-site-header .mas-search-wrapper .mas-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 35.4px 8px 25px
}

@media (max-width: 1023px) {
    body header.mas-site-header .mas-search-wrapper .mas-btn {
        padding:5px 20px
    }
}

body header .masx-site-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

body header .masx-site-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35%
}

body header .masx-site-header-right__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body header .masx-site-header-right__menu ul li {
    font-size: 1rem;
    color: #8d7249
}

body header .masx-link--go-back {
    margin-left: 34px
}

body header .masx-site-nav__list-item--btm a.mas-site-nav__link {
    font-weight: 400!important;
    text-transform: capitalize
}

body header .masx-site-nav__list-item--btm a.mas-site-nav__link:focus {
    outline: 0 solid
}

body header .masx-site-nav__list-item--btm-1st {
    border-top: 1px solid #d3d3d3
}

body header .mas-site-nav-burger {
    margin-right: -3px
}

body header .masx-header-spacing {
    height: 8px;
    width: 100%;
    background-color: #08457e
}

body header .mas-site-nav__container .is--root-nav>.mas-site-nav__list-item {
    position: static
}

body header .mas-site-nav__list-item .mas-site-nav__link {
    height: 100%;
    max-height: 80px
}

body header .mas-site-nav__list-item-root.is-current:after {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    bottom: 4px;
    margin-bottom: -4px;
    width: 100%;
    height: 0!important;
    background: #c29c63
}

body header .mas-site-nav__list-item-root.is-current.is-change:after {
    display: none
}

body header .mega-menu-wrapper {
    position: absolute;
    display: block;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    background-color: transparent
}

body header .mega-menu {
    position: absolute;
    display: block;
    background-color: #fbfafa;
    height: auto;
    min-width: calc(50vw + 12.5rem);
    width: calc(50vw + 12.5rem);
    z-index: 100;
    padding-left: calc(50vw - 37rem)
}

body header .mega-menu .mega-menu-header .mobile-back-btn {
    display: none
}

body header .mega-menu .mega-menu-header {
    width: 50.01%!important;
    float: left;
    padding: 1rem 1.875rem 1.5rem;
    color: #4a4a4a
}

@media only screen and (max-width: 1019px) {
    body header .mega-menu .mega-menu-header {
        width:100%!important
    }
}

body header .mega-menu .mega-menu-header .mega-menu-title {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem
}

body header .mega-menu .mega-menu-second-level {
    width: 49.99%!important;
    float: right;
    height: 100%;
    background-color: #fff;
    overflow: auto
}

@media only screen and (max-width: 1019px) {
    body header .mega-menu .mega-menu-second-level {
        width:100%!important
    }
}

body header .mega-menu-second-level .second-level-list-item .second-level-item-link {
    font-weight: 600;
    display: block
}

body header .mega-menu-second-level .second-level-list-item .second-level-item-lead {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 4px;
    margin-right: 48px;
    pointer-events: none
}

body header .mega-menu-second-level .second-level-list-item.has-child .second-level-item-link:before {
    content: "\E909";
    font-family: mas-glyphs!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    display: block;
    position: relative;
    float: right;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .13s ease;
    transition: -webkit-transform .13s ease;
    transition: transform .13s ease;
    transition: transform .13s ease,-webkit-transform .13s ease
}

body header .mega-menu-second-level .second-level-list-item.has-child.has-text .second-level-item-link:before {
    top: 30px
}

body header .mega-menu-second-level .second-level-list-item.active {
    color: #fff;
    background-color: #08457e
}

body header .mega-menu-second-level .second-level-list-item.active .second-level-item-link,body header .mega-menu-second-level .second-level-list-item.active:before,body header .mega-menu-second-level .second-level-list-item.active p {
    color: #fff
}

body header .mega-menu-second-level .second-level-list-item.active .mega-menu-third-level {
    display: block
}

body header .mega-menu .mega-menu-quicklink {
    width: 50.01%!important;
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    overflow-y: auto
}

body header .mega-menu .mega-menu-quicklink .quicklink-title {
    padding: 1.5rem 0;
    border-top: 1px solid #d3d3d3
}

body header .mega-menu .mega-menu-quicklink .quicklink-title h3 {
    color: #4a4a4a;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem
}

body header .mega-menu .mega-menu-quicklink .quicklink-list-item {
    padding: 12px 0
}

body header .mega-menu .mega-menu-quicklink .quicklink-list-item:first-child {
    padding-top: 0
}

body header .mega-menu .mega-menu-quicklink .quicklink-list-item:last-child {
    padding-bottom: 1.75rem
}

body header .mega-menu .mega-menu-quicklink .quicklink-list-item .mas-tag {
    padding: .25rem .5rem;
    margin-left: 8px
}

body header .mega-menu .mega-menu-third-level {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: calc(50vw - 13rem);
    padding-right: calc(50vw - 37.5rem);
    background-color: #fff;
    overflow: auto;
    display: none
}

body header .mega-menu .mega-menu-third-level .third-level-list-item .third-level-item-link {
    font-weight: 600;
    padding: 1rem 1.875rem;
    display: block
}

body header .mega-menu .mega-menu-third-level .third-level-list-item .third-level-item-lead {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 4px;
    pointer-events: none
}

body header .mega-menu .mega-menu-third-level .third-level-list-item .third-level-group-item-block {
    padding: 16px 24px
}

body header .mega-menu .mega-menu-third-level .third-level-item-label {
    font-weight: 700;
    color: #4a4a4a;
    font-size: 1rem
}

body header .mega-menu .mega-menu-third-level .third-level-item-list {
    padding: 16px 0 0
}

body header .mega-menu .mega-menu-third-level .third-level-item-list li {
    padding: 8px 0;
    font-size: 16px
}

body header .mas-site-header__secondary-navbar .secondary-nav-list,body header .secondary-nav--upper-desktop .secondary-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body header .mas-site-header__secondary-navbar .secondary-nav-item-link,body header .secondary-nav--upper-desktop .secondary-nav-item-link {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: .5rem 1rem;
    display: inline-block;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

body header .mas-site-header__secondary-navbar .secondary-nav-item-link:after,body header .secondary-nav--upper-desktop .secondary-nav-item-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #c29c63
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item,body header .secondary-nav--upper-desktop .secondary-nav-list-item {
    position: relative
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item.has-child .secondary-nav-item-link,body header .secondary-nav--upper-desktop .secondary-nav-list-item.has-child .secondary-nav-item-link {
    padding-right: calc(1rem + 20px)
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item.has-child .secondary-nav-item-link:before,body header .secondary-nav--upper-desktop .secondary-nav-list-item.has-child .secondary-nav-item-link:before {
    content: "\E905";
    font-family: mas-glyphs!important;
    position: absolute;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    right: calc(1rem - 6px);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item.has-child:hover .secondary-nav-item-link:before,body header .secondary-nav--upper-desktop .secondary-nav-list-item.has-child:hover .secondary-nav-item-link:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item:hover .secondary-second-level-list,body header .secondary-nav--upper-desktop .secondary-nav-list-item:hover .secondary-second-level-list {
    top: 40px;
    visibility: visible;
    opacity: 1
}

body header .mas-site-header__secondary-navbar .secondary-nav-list-item:hover .secondary-nav-item-link:after,body header .secondary-nav--upper-desktop .secondary-nav-list-item:hover .secondary-nav-item-link:after {
    height: 4px
}

body header .mas-site-header__secondary-navbar .secondary-second-level-list,body header .secondary-nav--upper-desktop .secondary-second-level-list {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 2147483645;
    width: 172px;
    visibility: hidden;
    opacity: 0;
    -webkit-filter: drop-shadow(0 3px 5px rgba(2,14,80,.2));
    filter: drop-shadow(0 3px 5px rgba(2,14,80,.2));
    background: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

body header .mas-site-header__secondary-navbar .secondary-second-level-link,body header .secondary-nav--upper-desktop .secondary-second-level-link {
    width: 100%;
    display: inline-block;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #4a4a4a;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

body header .mas-site-header__secondary-navbar .secondary-second-level-link:hover,body header .secondary-nav--upper-desktop .secondary-second-level-link:hover {
    background: #f2f2f2
}

body header .secondary-nav--upper-desktop .secondary-nav-list {
    margin-right: -1rem
}

@media (max-width: 1024px) {
    body header .secondary-nav--upper-desktop {
        display:none
    }
}

body main {
    min-height: calc(100vh - 527px)
}

body main .testbox {
    background: #2a2a2a;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    border-bottom: 5px solid #4a4a4a
}

body main .testbox a {
    color: #fff;
    font-weight: 700
}

body main .testbox a:active,body main .testbox a:focus {
    color: #fff
}

body main .content {
    margin-top: 50px
}

body main .content .sampler {
    margin-bottom: 50px
}

body main .content .sampler .sample,body main .content .sampler .tempIframe {
    float: left;
    width: 48%;
    height: 290px
}

body main .content .sampler .sample {
    margin-right: 4%
}

body main .content .sampler:after {
    content: "";
    display: block;
    clear: both
}

body main .content .tempIframe {
    margin: auto
}

body main .content pre {
    background: #ddd
}

body main .content .sample-box {
    width: 600px;
    height: 400px;
    margin-top: 20px
}

body main .content .playerTrigger {
    margin: auto;
    display: block
}

body main .search-sidebar {
    width: 25%;
    padding-right: 3rem
}

body main .page-qds .mas-date {
    width: 40%
}

body main .page-qds .mas-table table td {
    width: 1%
}

body main button.masxbe--qds--sort-table {
    width: 100%;
    white-space: normal
}

body main button.masxbe--qds--sort-table .mas-btn__text {
    white-space: normal;
    text-align: left;
    padding-right: 5px
}

body main .masxbe--qds--sort-table[data-js-sort]:after {
    position: absolute;
    right: -10px;
    top: 3px
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    body main .page-qds .mas-table table {
        table-layout: fixed
    }

    body main .mas-btn--sort-table[data-js-sort]:after {
        right: 0
    }

    body main button.masxbe--qds--sort-table .mas-btn__text {
        padding-right: 15px
    }
}

body main form.mas-subscription-form .page-header h1 {
    margin-bottom: 1.5rem
}

body main form.mas-subscription-form .has-error.has-feedback {
    margin: 2.5rem 0
}

body main form.mas-subscription-form .profile-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body main form.mas-subscription-form .profile-form .halfAvailableWidth {
    width: calc(50% - 16px);
    text-align: left;
    margin: 5px 0
}

body main form.mas-subscription-form .profile-form .halfAvailableWidth:nth-of-type(odd) {
    margin-right: 32px
}

@media (max-width: 767px) {
    body main form.mas-subscription-form .profile-form .halfAvailableWidth {
        width:100%
    }

    body main form.mas-subscription-form .profile-form .halfAvailableWidth:nth-of-type(odd) {
        margin-right: 0
    }
}

body main form.mas-subscription-form .profile-form .halfAvailableWidth .control-label {
    display: block;
    width: 100%;
    font-weight: 700
}

body main form.mas-subscription-form .profile-form .halfAvailableWidth input[type=text] {
    width: 100%
}

body main form.mas-subscription-form .checkbox-section .mas-input[type=checkbox]:not(:disabled)+label:hover {
    cursor: pointer
}

body main form.mas-subscription-form .checkbox-section .checkbox-table-wrapper {
    border: 1px solid #d3d3d3;
    padding: 24px;
    margin-top: 24px
}

body main form.mas-subscription-form .checkbox-section .checkbox-table-wrapper label {
    word-break: break-word
}

body main form.mas-subscription-form .checkbox-section .checkbox-table-wrapper table+h3 {
    padding: .5rem
}

body main form.mas-subscription-form .checkbox-section table {
    background: transparent;
    width: 100%;
    border: 0
}

body main form.mas-subscription-form .checkbox-section table:not(:first-child) {
    padding-left: 2rem
}

@media (max-width: 767px) {
    body main form.mas-subscription-form .checkbox-section table:not(:first-child) {
        padding-left:1.5rem
    }
}

body main form.mas-subscription-form .checkbox-section table tbody {
    width: 100%;
    display: block
}

body main form.mas-subscription-form .checkbox-section table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

body main form.mas-subscription-form .checkbox-section table tbody td {
    background: transparent;
    display: block;
    width: 50%;
    padding: .5rem
}

@media (max-width: 767px) {
    body main form.mas-subscription-form .checkbox-section table tbody td {
        width:100%
    }
}

body main form.mas-subscription-form fieldset.mas-subscription-news .help-block:not(.field-validation-valid) {
    display: block;
    margin-bottom: 1rem
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts,body main form.mas-subscription-form fieldset.mas-subscription-letters,body main form.mas-subscription-form fieldset.mas-subscription-news {
    margin-top: 2.5rem;
    display: inline-block;
    width: 100%
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts legend,body main form.mas-subscription-form fieldset.mas-subscription-letters legend,body main form.mas-subscription-form fieldset.mas-subscription-news legend {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .row .form-group .control-label,body main form.mas-subscription-form fieldset.mas-subscription-letters .row .form-group .control-label,body main form.mas-subscription-form fieldset.mas-subscription-news .row .form-group .control-label {
    display: none
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .row table,body main form.mas-subscription-form fieldset.mas-subscription-letters .row table,body main form.mas-subscription-form fieldset.mas-subscription-news .row table {
    width: 100%;
    border: 0
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .row table tbody,body main form.mas-subscription-form fieldset.mas-subscription-letters .row table tbody,body main form.mas-subscription-form fieldset.mas-subscription-news .row table tbody {
    width: 100%;
    display: block
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .row table tbody tr,body main form.mas-subscription-form fieldset.mas-subscription-letters .row table tbody tr,body main form.mas-subscription-form fieldset.mas-subscription-news .row table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .row table tbody td,body main form.mas-subscription-form fieldset.mas-subscription-letters .row table tbody td,body main form.mas-subscription-form fieldset.mas-subscription-news .row table tbody td {
    background: #fff;
    width: 50%;
    padding: .5rem
}

body main form.mas-subscription-form .scfCheckBoxListBorder.form-group {
    border: 1px solid #ccc;
    margin-right: 1rem;
    padding: 1.5rem
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .col-md-12,body main form.mas-subscription-form fieldset.mas-subscription-letters .col-md-12 {
    border: 1px solid #ccc;
    margin-right: 1rem;
    padding: 2rem
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .col-md-12 .form-group .control-label,body main form.mas-subscription-form fieldset.mas-subscription-letters .col-md-12 .form-group .control-label {
    font-weight: 600;
    font-size: 2rem;
    margin: 1.5rem 0;
    display: block
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .col-md-12 .form-group .checkbox,body main form.mas-subscription-form fieldset.mas-subscription-letters .col-md-12 .form-group .checkbox {
    padding: 0 1.25rem
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .col-md-12 .form-group .checkbox table tr,body main form.mas-subscription-form fieldset.mas-subscription-letters .col-md-12 .form-group .checkbox table tr {
    background: #fff
}

body main form.mas-subscription-form fieldset.mas-subscription-alerts .col-md-12 .newsletter,body main form.mas-subscription-form fieldset.mas-subscription-letters .col-md-12 .newsletter {
    padding-left: 1.7rem;
    width: 100%!important;
    background: none!important;
    font-weight: 400
}

body main form.mas-subscription-form fieldset.mas-subscription-letters .control-label {
    display: none!important
}

body main form.mas-subscription-form fieldset.mas-subscription-letters label span {
    font-weight: 700
}

body main form.mas-subscription-form fieldset.mas-subscription-letters label div {
    margin-left: 35px
}

body main form.mas-subscription-form .form-submit-border {
    margin: 3.5rem 0
}

body main form.mas-subscription-form .form-submit-border input[type=submit] {
    width: auto;
    border-radius: 2px;
    border: 1px solid #705a3a;
    background: #8d7249;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase
}

body main form.mas-subscription-form .checkbox label input+span {
    position: relative;
    top: -5px;
    left: 5px
}

body main form.mas-subscription-form input[type=checkbox]:checked+span:before {
    content: "\E912";
    font-family: mas-glyphs!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: -30px;
    font-size: 24px;
    top: -1px
}

@media print {
    body footer.mas-site-footer {
        background-color: transparent
    }
}

body footer .mas-site-footer__content a {
    color: #d9b173
}

body footer .mas-site-footer__content .mas-site-footer__content-heading {
    font-weight: 600
}

@media print {
    body footer .mas-site-footer__content .mas-site-footer__content-heading {
        display: none
    }
}

body footer .masx-site-footer__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body footer .masx-site-footer__nav-menu li:not(:first-of-type) {
    margin-left: 16px
}

body footer .masx-site-footer__nav-menu a {
    font-size: 1.0625rem
}

@media screen and (min-width: 768px) {
    body footer .masx-site-footer__nav-menu a {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 600
    }
}

body footer .mas-site-footer__social-media {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

body footer .mas-social-media-list {
    position: relative;
    top: 8px
}

body footer .mas-site-footer__copyright {
    text-align: right;
    font-size: 1rem;
    line-height: 1
}

@media print {
    body footer .mas-site-footer__copyright {
        color: #4a4a4a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    body footer .mas-site-footer__copyright span:nth-child(2) {
        display: none
    }
}

body footer .mas-site-footer__legals {
    padding-top: 16px;
    border-top: 1px solid hsla(0,0%,100%,.25);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body footer .mas-site-footer__legals-list {
    font-size: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body footer .mas-site-footer__legals-list a {
    color: #fff;
    padding: 0
}

body footer .mas-site-footer__legals-list li {
    margin-bottom: 8px
}

body footer .mas-subscribers-services {
    padding-right: 24px
}

body footer .mas-subscribers-services__summary {
    font-size: 1.0625rem
}

@media screen and (min-width: 768px) {
    body footer .mas-subscribers-services__summary {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

body footer .mas-subscribers-services__title {
    font-size: 1.0625rem
}

@media screen and (min-width: 768px) {
    body footer .mas-subscribers-services__title {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 600
    }
}

@media only screen and (max-width: 1019px) {
    body footer.mas-site-footer .mas-site-footer__copyright {
        text-align:left
    }
}

@media only screen and (max-width: 767px) {
    body footer.mas-site-footer .mas-subscribers-services {
        margin-bottom:32px
    }

    body footer.mas-site-footer .mas-subscribers-services__figure-img {
        width: 47px
    }

    body footer.mas-site-footer .mas-social-media-list {
        position: static;
        margin-top: 24px;
        padding-top: 0
    }

    body footer.mas-site-footer .masx-site-footer__nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body footer.mas-site-footer .masx-site-footer__nav-menu li:not(:first-of-type) {
        margin-left: 0;
        margin-top: 24px
    }

    body footer.mas-site-footer .mas-site-footer__legals {
        padding-top: 0
    }

    body footer.mas-site-footer .mas-site-footer__legals-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 32px
    }

    body footer.mas-site-footer .mas-site-footer__legals-list li {
        margin-bottom: 0
    }

    body footer.mas-site-footer .mas-site-footer__legals-list li:not(:first-child) {
        margin-top: 24px
    }

    body footer.mas-site-footer .mas-site-footer__copyright>span {
        display: block
    }
}

body body,body html {
    font-family: Source Sans Pro,sans-serif;
    height: 100%
}

body a:hover {
    text-decoration: none
}

body b {
    font-weight: 700
}

body i {
    font-style: italic
}

body u {
    text-decoration: underline
}

body strike {
    text-decoration: line-through
}

body strong {
    font-weight: 700
}

body small {
    font-size: smaller
}

body em {
    font-style: italic
}

body sup {
    vertical-align: super
}

body sub,body sup {
    font-size: .66em;
    line-height: 0
}

body sub {
    vertical-align: sub
}

body .mas-site {
    overflow-y: hidden
}

body .mas-breadcrumbs__item a {
    color: #8d7249
}

body .list-wo-bullet {
    list-style: none;
    margin-left: 0
}

body ol.mas-list--decimal li ol {
    counter-reset: list;
    margin: 0
}

body ol.mas-list--decimal li ol li {
    list-style: none;
    position: relative;
    padding-left: 1em
}

body ol.mas-list--decimal li ol li:before {
    counter-increment: list;
    content: "(" counter(list,lower-roman) ") ";
    position: absolute;
    left: -1em
}

body .select2-results__option.select2-results__message {
    background-color: #f2f2f2
}

body .mas-section .mas-section__title--with-line-mobile {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
    border-left: 0;
    padding: 0 .1875rem;
    -webkit-box-shadow: 0 -19px 0 0 #d4e6ee inset;
    box-shadow: inset 0 -19px 0 0 #d4e6ee;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1020px) {
    body .mas-section .mas-section__title--with-line-mobile {
        padding:0 .25rem
    }
}

@media screen and (min-width: 1020px) and (min-width:768px) {
    body .mas-section .mas-section__title--with-line-mobile {
        font-size:2.375rem;
        line-height: 2.625rem;
        font-weight: 600
    }
}

@media (min-width: 1020px) {
    body .mas-section .mas-section__title--with-line-mobile:before {
        content:"";
        display: block;
        width: 100%;
        height: 16px;
        background-color: #d4e6ee;
        position: absolute;
        bottom: .25rem;
        left: 0;
        z-index: -1
    }
}

body .mas-btn--h40 {
    padding-top: .4375rem;
    padding-bottom: .4375rem
}

body .mas-btn--h46 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media (max-width: 1199px) {
    body .mas-carousel__title--ts\:28 {
        font-size:1.75rem;
        line-height: 2.125rem
    }

    body #mas-carousel--hero .mas-carousel__information--px\:24 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1200px) and (max-width:1320px) {
    body .mas-carousel__trapezoid--gap50 {
        padding-left:78px
    }
}

body .accordion-block {
    position: relative;
    width: 100%
}

body .accordion-block ul .accordion-block__list:not(:last-child) .accordion-block__list__title {
    border-bottom: 0
}

body .accordion-block ul .accordion-block__list:not(:last-child).isCollapsed .accordion-block__list__title {
    border-bottom: 1px solid #8d7249
}

body .accordion-block ul .accordion-block__list:not(:last-child).isCollapsed .accordion-content {
    border-bottom: 0
}

body .accordion-block__list {
    position: relative;
    width: 100%
}

body .accordion-block__list.isCollapsed .accordion-block__list__title {
    background: #ebe8e4;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

body .accordion-block__list.isCollapsed .accordion-block__list__title .mas-glyphs-plus--circle {
    display: none
}

body .accordion-block__list.isCollapsed .accordion-block__list__title .mas-glyphs-minus--circle {
    display: block
}

body .accordion-block__list.isCollapsed .accordion-block__list__title:focus {
    z-index: 1;
    outline: 4px solid #08457e
}

body .accordion-block__list__title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 1.5rem;
    border: 1px solid #8d7249;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

body .accordion-block__list__title p {
    margin: 0
}

body .accordion-block__list__title .mas-glyphs-minus--circle {
    display: none
}

body .accordion-content {
    border-left: 1px solid #8d7249;
    border-right: 1px solid #8d7249;
    border-bottom: 1px solid #8d7249;
    display: none
}

body .accordion-content .accordion-content-wrapper,body .accordion-content ul,body .accordion-content ul:not([class]) {
    margin: 0;
    padding: 1.5rem;
    list-style-type: none
}

body .accordion-content .accordion-content-wrapper li,body .accordion-content ul:not([class]) li,body .accordion-content ul li {
    list-style-type: disc;
    margin-left: 1.5rem
}

body .accordion-content-wrapper_img {
    position: relative;
    max-width: 320px;
    width: 100%;
    text-align: center;
    margin: 10px auto 40px
}

body .accordion-content-wrapper_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1rem
}

body .accordion-content-wrapper_img .caption,body .caption {
    font-size: 1.3rem
}

body .mini-toggle .mini-toggle-button {
    cursor: pointer;
    color: #8d7249;
    opacity: .8;
    display: inline
}

body .mini-toggle .mini-toggle-button:hover {
    opacity: 1
}

body .mini-toggle .mini-toggle-button .mini-toggle-button-icon {
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    vertical-align: middle
}

body .mini-toggle .mini-toggle-button .mini-toggle-button-icon i {
    vertical-align: middle
}

body .mini-toggle .mini-toggle-button .mini-toggle-text {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700
}

body .mini-toggle .mini-toggle-content {
    -webkit-transition: .2s;
    transition: .2s;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

body .mini-toggle.active .mini-toggle-button-icon {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

body .mini-toggle.active .mini-toggle-content {
    -webkit-transition: .5s;
    transition: .5s;
    max-height: 1000px;
    opacity: 1
}

body .card-standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body .card-standard .card-standard-image-wrapper {
    width: 250px;
    display: inline-block;
    height: 250px
}

body .card-standard .card-standard-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

body .card-standard .card-standard-content {
    width: calc(100% - 250px);
    height: 100%;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 2rem
}

body .card-standard .card-standard-content h5 {
    margin: 0;
    text-transform: unset
}

body .card-standard .card-standard-content p {
    margin: 0 0 10px
}

body .mas-list--breadcrumbs-hero .mas-breadcrumbs__item a {
    color: #fff
}

body .mas-list--breadcrumbs-hero .mas-breadcrumbs__item .mas-link--no-underline:hover {
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff
}

body .mas-breadcrumbs__item,body .mas-table .mas-table--caption {
    font-size: 1rem
}

body .mas-table tr td {
    font-weight: 400
}

body .mas-table.mas-table--no-color table {
    background: none
}

body .mas-table.mas-table--no-color tbody tr.header-row td,body .mas-table.mas-table--no-color tbody tr.header-row th {
    text-align: left;
    background-color: #ccc!important;
    background-image: none
}

body .mas-table.mas-table--no-color tbody tr td label:before {
    margin-right: 0
}

body .mas-table.mas-table--no-color tbody tr:nth-child(odd) td {
    background-color: #fff
}

body .mas-table.mas-table--no-color tbody tr:nth-child(odd) td:first-child,body .mas-table.mas-table--no-color tbody tr:nth-child(odd) td:last-child {
    background-image: none
}

body .mas-table.mas-table--th-min-width table th {
    min-width: 175px
}

body .mas-media-card.mas-media-card--no-border {
    border: 0;
    height: auto
}

body .mas-media-card.mas-media-card--no-border:not(:last-child) {
    margin-bottom: 25px
}

body .mas-media-card.mas-media-card--no-border .mas-media-card__thumbnail {
    height: 180px;
    max-height: 180px
}

body .mas-media-card.mas-media-card--no-border dl.mas-media-card__information.mas-description-list {
    padding-top: 10px;
    height: auto
}

body .mas-media-card.mas-media-card--no-border dl.mas-media-card__information.mas-description-list figure img {
    height: 180px
}

body .mas-media-card.mas-media-card--no-border dl.mas-media-card__information.mas-description-list div dt {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px
}

body .mas-media-card.mas-media-card--no-border dl.mas-media-card__information.mas-description-list div p {
    display: inline
}

body .mas-media-card .mas-media-card__title+.mas-media-card__summary {
    margin-top: .5rem
}

body .card-popup-block .card-popup-block-wrapper .card-popup-block-list .caption {
    padding-top: .5rem
}

body .card-popup-block .card-popup-block-wrapper .card-popup-block-list .card-popup-block-img {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

body .card-popup-block .card-popup-block-wrapper .card-popup-block-list img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

body .card-popup-block .card-popup-block-wrapper .card-popup-block-list.withPointer .card-popup-block-img {
    cursor: pointer
}

@media screen and (min-width: 768px) {
    body .card-popup-block .card-popup-block-wrapper .card-popup-block-list .caption {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-weight: 400
    }
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list {
    width: auto;
    position: relative
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list .card-popup-block-img {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list h4 {
    margin-top: 20px;
    text-align: center;
    font-weight: 700
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list.withPointer .card-popup-block-img {
    cursor: pointer
}

body .card-popup-block.card-popup-block--grid .card-popup-block-wrapper .card-popup-block-list:not(:nth-child(3n+0)) {
    margin-right: unset
}

body .card-popup-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

body .card-popup-popup.poup-show {
    display: block
}

body .card-popup-popup .backdrop-popup {
    width: 100%;
    height: 100%;
    background: grey;
    opacity: .9;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

body .card-popup-popup .img-popup {
    position: absolute;
    max-width: 600px;
    width: 100%;
    padding: 20px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

body .card-popup-popup .img-popup .img-popup-wrapper {
    padding-top: 50%;
    position: relative
}

body .card-popup-popup .img-popup .img-popup-wrapper img {
    position: absolute;
    width: 100%
}

body .card-popup-popup .img-popup .close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer
}

body .card-popup-popup .img-popup .close-btn i {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    color: #8d7249
}

@media (max-width: 1065px) {
    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:not(:nth-child(3n+0)) {
        margin-right:34px
    }
}

@media (max-width: 991px) {
    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:not(:nth-child(3n+0)) {
        margin-right:0
    }

    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:nth-child(odd) {
        margin-right: 36px
    }
}

@media (max-width: 767px) {
    body .card-popup-popup .img-popup {
        max-width:450px
    }
}

@media (max-width: 560px) {
    body .card-popup-popup .img-popup {
        max-width:300px
    }

    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list {
        width: 100%
    }

    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:not(:nth-child(3n+0)),body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:nth-child(odd) {
        margin-right: 0
    }

    body .card-popup-block:not(.card-popup-block--grid) .card-popup-block-wrapper .card-popup-block-list:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

body .card-badge-block {
    position: relative
}

body .card-badge-block .card-badge-block__img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

body .card-badge-block .card-badge-block__img .caption {
    margin-top: 1rem;
    font-size: 1rem
}

body .card-badge-block .card-badge-block__img:not(:last-of-type) {
    margin-right: 1rem
}

body .card-badge-block .img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 85%
}

body .card-badge-block .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body .card-badge-block-text p {
    margin-top: 0
}

@media (max-width: 560px) {
    body .card-badge-block-text {
        padding-left:1.5rem
    }
}

body .xmas-video-container {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto
}

body .xmas-video-wrapper {
    position: relative;
    padding-top: 56.25%
}

body .xmas-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body .mas-tag {
    font-size: 1rem;
    background-color: #317797
}

body .mas-search-card__title a.mas-link:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249
}

body .mas-search-card--img-top {
    padding-top: 52%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 24px
}

body ._key-function ._key-function-background {
    height: 100%;
    width: 100%
}

body ._key-function ._key-function-card {
    height: 20vh;
    background: rgba(0,0,0,.5);
    border-bottom: 5px solid #fff;
    padding: 15px 35px
}

body ._key-function ._key-function-card ._key-function-card__title {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 1rem
}

body ._key-function ._key-function-card ._key-function-card__description {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem
}

body .mas-section__header.mas-section__header--with-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .mas-section__header.mas-section__header--with-icon:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: #71acc7
}

body .mas-section__header.mas-section__header--with-icon .mas-section__title {
    margin-left: 24px
}

body .mas-section__icon {
    max-width: 50px;
    max-height: 48px
}

body .mas-section__icon img {
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 1019px) {
    body .mas-section__header.mas-section__header--with-icon {
        margin-bottom:32px
    }
}

@media only screen and (max-width: 767px) {
    body .mas-section__header.mas-section__header--with-icon {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    body .mas-section__header.mas-section__header--with-icon .mas-section__title {
        margin-left: 16px
    }

    body .mas-section__icon {
        max-width: 35px
    }
}

body .card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 4px;
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 2px solid #717171
}

body .card-date .card-date__time {
    text-align: center;
    margin-right: 32px;
    width: 20%;
    min-width: 80px
}

body .card-date .card-date__time .day {
    display: block;
    font-size: 60px;
    margin-bottom: 12px;
    font-family: Source Sans Pro;
    font-weight: 600
}

body .card-date .card-date__time .month-year {
    display: block;
    font-size: 20px;
    font-family: Source Sans Pro
}

body .card-date .card-date__agenda {
    width: 80%
}

body .card-date .card-date__agenda .title {
    font-size: 1.5rem
}

body .card-date .card-date__agenda .description {
    font-size: 1.125rem
}

body .card-date__agenda .title:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249
}

@media only screen and (max-width: 1019px) {
    body .card-date {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }

    body .card-date .card-date__time {
        margin-right: 24px
    }

    body .card-date .card-date__time .month-year {
        font-size: 18px
    }
}

body #nav-menu a {
    color: #79623f
}

body .mega-menu-quicklink a.quicklink-item-link {
    color: #866d46
}

body div#driver-popover-item .driver-popover-footer button.driver-disabled {
    color: #5a5a5a;
    border-color: #a5a5a5
}

body .mini-ts\:s {
    font-size: 1rem;
    line-height: 1.5rem
}

body .mini-ts\:s .mini-toggle__icon {
    font-size: 1.25rem
}

body .mini-ts\:m {
    font-size: 1.125rem;
    line-height: 1.5rem
}

body .mini-ts\:m .mini-toggle__icon {
    font-size: 1.5rem
}

body .mini-ts\:l {
    font-size: 1.25rem;
    line-height: 1.625rem
}

body .mini-ts\:l .mini-toggle__icon {
    font-size: 1.5rem
}

@media (min-width: 768px) {
    body .mini-ts\:s {
        font-size:1rem;
        line-height: 1.5rem
    }

    body .mini-ts\:m {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    body .mini-ts\:l {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

body .mas-card-news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    gap: 2rem
}

body .mas-card-news {
    cursor: pointer
}

body .mas-card-news,body .mas-card-news .mas-card-news__image-container {
    width: 100%;
    max-height: 352px;
    border-radius: 4px;
    border: 1px solid #71acc7;
    -webkit-box-shadow: -4px 4px 0 #d4e6ee;
    box-shadow: -4px 4px 0 #d4e6ee;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body .mas-card-news .mas-card-news__image-container {
    position: relative;
    height: 196px;
    overflow: hidden
}

body .mas-card-news .mas-card-news__image-container .mas-card-news__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body .mas-card-news .mas-card-news__body {
    padding: 1.5rem 1rem
}

body .mas-card-news .mas-card-news__body .mas-card-news__date {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #717171
}

body .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: .5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    overflow-wrap: break-word;
    color: #8d7249
}

@media screen and (min-width: 768px) {
    body .mas-card-news .mas-link__text {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media (min-width: 768px) {
    body .mas-card-news-list {
        grid-template-columns:repeat(auto-fit,minmax(300px,1fr))
    }

    body .mas-card-news:hover {
        -webkit-box-shadow: 0 0 0 #d4e6ee;
        box-shadow: 0 0 0 #d4e6ee
    }

    body .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis {
        margin-top: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    body .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link {
        font-size: 1.125rem;
        line-height: 1.5rem;
        overflow-wrap: break-word;
        color: #8d7249
    }
}

@media screen and (min-width: 768px) and (min-width:768px) {
    body .mas-card-news .mas-card-news__body .mas-link__text {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

@media (min-width: 768px) and (min-width:768px) {
    body .mas-card-news .mas-card-news-list {
        grid-template-columns:repeat(auto-fit,minmax(300px,1fr))
    }

    body .mas-card-news .mas-card-news:hover {
        -webkit-box-shadow: 0 0 0 #d4e6ee;
        box-shadow: 0 0 0 #d4e6ee
    }

    body .mas-card-news .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis {
        margin-top: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    body .mas-card-news .mas-card-news .mas-card-news__body .mas-card-news__link-ellipsis .mas-card-news__link:hover .mas-link__text {
        -webkit-box-shadow: inset 0 -1px 0 0 #4a4a4a;
        box-shadow: inset 0 -1px 0 0 #4a4a4a
    }
}

body .mas-card-news {
    max-height: 382px
}

@media (min-width: 768px) {
    body .mas-card-news {
        max-height:500px
    }
}

body .mas-keyfunc-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr))!important;
    gap: 2rem
}

@media (min-width: 768px) {
    body .mas-keyfunc-container {
        grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important
    }
}

body .mas-keyfunc--cardlike {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body .mas-keyfunc--cardlike>* {
    margin-bottom: 1rem
}

body .mas-keyfunc--cardlike>:last-child {
    margin-bottom: 1.5rem
}

body .mas-keyfunc--cardlike .mas-keyfunc__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    height: 215px;
    -ms-flex-item-align: center;
    align-self: center
}

body .mas-keyfunc--cardlike .mas-keyfunc__icon img {
    max-width: 100%;
    height: 65%
}

body .mas-keyfunc--cardlike .mas-keyfunc__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    height: 215px;
    -ms-flex-item-align: center;
    align-self: center
}

body .mas-keyfunc--cardlike .mas-keyfunc__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%
}

body .mas-keyfunc--cardlike .mas-keyfunc__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: start
}

body .mas-keyfunc--cardlike .mas-keyfunc__btn {
    padding: .4375rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: none
}

body .mas-keyfunc--cardlike .mas-keyfunc__btn i {
    font-size: 1.125rem
}

body .mas-keyfunc--cardlike .mas-keyfunc__list {
    list-style: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8d7249
}

body .mas-keyfunc--cardlike .mas-keyfunc__list .mas-keyfunc__list-item,body .mas-keyfunc--cardlike .mas-keyfunc__list>:last-child {
    margin-bottom: 0
}

body .mas-keyfunc--cardlike .mas-keyfunc__text {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    body .mas-keyfunc--cardlike {
        border-radius:4px
    }
}

@media (min-width: 1020px) {
    body .mas-keyfunc--cardlike>*,body .mas-keyfunc--cardlike>:last-child {
        margin-bottom:1.5rem
    }

    body .mas-keyfunc--cardlike .mas-keyfunc__title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    body .mas-keyfunc--cardlike .mas-keyfunc__list {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    body .mas-keyfunc--cardlike .mas-keyfunc__list .mas-keyfunc__list-item:not(:last-child) {
        margin-bottom: 1.75rem
    }

    body .mas-keyfunc--cardlike .mas-keyfunc__text {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

body .mas-keyfunc--cardlike.mas-keyfunc--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .mas-keyfunc--cardlike.mas-keyfunc--center .mas-keyfunc__title {
    text-align: center
}

body .mas-keyfunc--cardlike.mas-keyfunc--center .mas-keyfunc__list {
    -ms-flex-item-align: center;
    align-self: center
}

body .mas-keyfunc--cardlike.mas-keyfunc--center .mas-keyfunc__list .mas-keyfunc__list-item,body .mas-keyfunc--cardlike.mas-keyfunc--center .mas-keyfunc__text {
    text-align: center
}

body .mas-keyfunc--cardlike.mas-keyfunc--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

body .mas-keyfunc--cardlike.mas-keyfunc--right .mas-keyfunc__title {
    text-align: right
}

body .mas-keyfunc--cardlike.mas-keyfunc--right .mas-keyfunc__list {
    -ms-flex-item-align: end;
    align-self: flex-end
}

body .mas-keyfunc--cardlike.mas-keyfunc--right .mas-keyfunc__list .mas-keyfunc__list-item,body .mas-keyfunc--cardlike.mas-keyfunc--right .mas-keyfunc__text {
    text-align: right
}

body .mas-keyfunc--cardlike.mas-keyfunc__btn-below .mas-keyfunc__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

body .mas-keyfunc--cardlike.mas-keyfunc__btn-below .mas-keyfunc__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

body .mas-keyfunc--cardlike.mas-keyfunc__btn-below .mas-keyfunc__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

body .mas-keyfunc--cardlike.mas-keyfunc__btn-below .mas-keyfunc__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

body .mas-keyfunc--cardlike {
    padding: 0 1.5rem
}

@media (min-width: 401px) {
    body .mas-keyfunc--cardlike {
        padding:0 3rem
    }
}

@media (min-width: 768px) {
    body .mas-keyfunc--cardlike {
        padding:0
    }
}

body .mas-upcoming-releases {
    background-color: #f2f2f2;
    padding: 1rem 1rem 4rem;
    margin-top: 2.5rem;
    overflow-wrap: anywhere
}

@media (min-width: 768px) {
    body .mas-upcoming-releases {
        padding-bottom:1rem
    }
}

body .mas-upcoming__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem
}

body .mas-upcoming__header .mas-upcoming__title {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 1.25rem;
    line-height: 2.34375rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__header .mas-upcoming__title {
        font-size:1.875rem;
        line-height: 2.375rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: 600
    }
}

body .mas-upcoming__header .mas-upcoming__button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem
}

@media (min-width: 768px) {
    body .mas-upcoming__header .mas-upcoming__button {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

body .mas-upcoming__header .mas-upcoming__button p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__header .mas-upcoming__button p {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

@media screen and (min-width: 768px) and (min-width:768px) {
    body .mas-upcoming__header .mas-upcoming__button p {
        font-size:1rem;
        line-height: 1.5rem;
        font-weight: 600
    }
}

body .mas-upcoming__header .mas-upcoming__button i {
    font-size: 1.5rem;
    vertical-align: middle
}

body .mas-upcoming__header .mas-upcoming__button:hover p {
    -webkit-box-shadow: inset 0 -1px 0 0 #8d7249;
    box-shadow: inset 0 -1px 0 0 #8d7249
}

body .mas-upcoming__content .mas-upcoming__desc {
    padding-top: .5rem;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__desc {
        font-size:1.5rem;
        line-height: 1.875rem;
        font-size: 1.25rem;
        font-weight: 400
    }
}

body .mas-upcoming__content .mas-upcoming__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem
}

body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem
}

body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-date {
    width: 5.125rem;
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-date {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

@media (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-date {
        width:7.75rem
    }
}

body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none!important
}

body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-link .mas-upcoming__link-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-link .mas-upcoming__link-title {
        font-size:1.25rem;
        line-height: 1.875rem;
        font-weight: 400
    }
}

body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-link .mas-upcoming__link-time {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__details .mas-upcoming__details-item .mas-upcoming__details-link .mas-upcoming__link-time {
        font-size:1.125rem;
        line-height: 1.6875rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400
    }
}

body .mas-upcoming__content .mas-upcoming__image {
    padding-top: 1.5rem;
    width: 100%
}

@media (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__image {
        padding-top:.5rem
    }
}

body .mas-upcoming__content .mas-upcoming__image img {
    width: 100%;
    max-width: 279px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    body .mas-upcoming__content .mas-upcoming__image img {
        max-width:255px
    }
}

@media (max-width: 767px) {
    body .card-standard {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    body .card-standard .card-standard-image-wrapper {
        width: 100%
    }

    body .card-standard .card-standard-content {
        width: 100%;
        margin-left: 0;
        margin-top: 1.2rem
    }
}

body .mas-file-upload-container label {
    display: inline-block
}

@media (hover: none) {
    body .mas-file-upload input[type=file] {
        font-size:10px;
        position: relative;
        left: 0;
        top: 32px;
        width: 120px;
        opacity: 0;
        z-index: 999;
        display: block;
        margin-top: -32px;
        height: 32px
    }

    body .mas-file-upload-test1 .mas-file-upload input[type=file] {
        display: none
    }
}

@media (max-width: 767px) {
    body .mas-file-upload input[type=file] {
        font-size:10px;
        position: relative;
        left: 0;
        top: 32px;
        width: 120px;
        opacity: 0;
        z-index: 999;
        display: block;
        margin-top: -32px;
        height: 32px
    }

    body .mas-file-upload-test1 .mas-file-upload input[type=file] {
        display: none
    }
}

@media (max-width: 1260px) and (min-width:1025px) {
    body header .mega-menu-wrapper .mega-menu {
        padding-left:1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level {
        padding-right: 1.5rem
    }
}

@media (min-width: 1400px) {
    body header.mas-site-header .masx-masthead-content {
        max-width:1320px
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    body header.mas-site-header .masx-masthead-content {
        max-width:1140px
    }
}

@media (min-width: 1025px) and (-ms-high-contrast:active),(min-width:1025px) and (-ms-high-contrast:none) {
    body header.mas-site-header {
        height:100%
    }
}

@media (min-width: 1025px) {
    body header .mega-menu-wrapper {
        z-index:0;
        visibility: hidden;
        width: 0;
        -webkit-box-shadow: 0 4px 4px rgba(74,74,74,.3),0 12px 24px rgba(93,64,50,.1);
        box-shadow: 0 4px 4px rgba(74,74,74,.3),0 12px 24px rgba(93,64,50,.1)
    }

    body header .mega-menu-wrapper .mega-menu-quicklink {
        visibility: hidden;
        opacity: 0;
        overflow: hidden
    }

    body header .mega-menu-wrapper .mega-menu-second-level {
        overflow: hidden
    }

    body .mas-site-header .mas-site-nav__container .mas-site-nav__list-item {
        margin-right: 0
    }

    body .mas-site-header .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link {
        font-size: 1rem;
        padding: 1rem .75rem;
        color: #4a4a4a
    }

    body .mas-site-header .mas-site-nav__list-item-root.active .mega-menu-wrapper {
        z-index: 2147483641;
        visibility: visible;
        width: 100vw;
        opacity: 1
    }

    body .mas-site-header .mas-site-nav__list-item-root.active .mega-menu-wrapper .mega-menu-quicklink {
        visibility: visible;
        opacity: 1
    }

    body .mas-site-header .mas-site-nav__list-item-root.active:after {
        content: "";
        display: block;
        position: relative;
        left: 0;
        right: 0;
        bottom: 4px;
        margin-bottom: -4px;
        width: 100%;
        height: 0!important;
        background: #c29c63
    }

    body .mas-site-header .mas-site-nav__list-item-root .mas-site-nav__link:focus {
        outline: none
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper {
        -webkit-transition: z-index .5s ease,visibility .5s ease,height .5s ease,opacity .5s ease,background-color 8ms,-webkit-box-shadow .5s ease;
        transition: z-index .5s ease,visibility .5s ease,height .5s ease,opacity .5s ease,background-color 8ms,-webkit-box-shadow .5s ease;
        transition: z-index .5s ease,visibility .5s ease,height .5s ease,opacity .5s ease,box-shadow .5s ease,background-color 8ms;
        transition: z-index .5s ease,visibility .5s ease,height .5s ease,opacity .5s ease,box-shadow .5s ease,background-color 8ms,-webkit-box-shadow .5s ease
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper:before {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper .mega-menu {
        -webkit-transition: height .5s ease,opacity .5s ease;
        transition: height .5s ease,opacity .5s ease
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper .mega-menu-quicklink {
        -webkit-transition: height .4s ease .3s,opacity .4s ease .3s;
        transition: height .4s ease .3s,opacity .4s ease .3s;
        -webkit-transition-delay: .3s,.3s;
        transition-delay: .3s,.3s
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper .mega-menu-header {
        -webkit-transition: height .3s ease .1s,opacity .3s ease .1s;
        transition: height .3s ease .1s,opacity .3s ease .1s
    }

    body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper .mega-menu-second-level-list {
        -webkit-transition: height .3s ease,opacity .2s ease;
        transition: height .3s ease,opacity .2s ease
    }

    @-moz-document url-prefix() {
        body .mas-site-header .mas-site-nav__list-item-root.start-animate .mega-menu-wrapper {
            -moz-transition: z-index .5s ease,visibility .5s ease,height .5s ease,opacity .5s ease,box-shadow .5s ease,background-color .15s ease-in
        }
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper {
        height: 0!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100vw
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper .mega-menu {
        height: 0!important;
        opacity: .7!important
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper .mega-menu-header,body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper .mega-menu-quicklink,body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper .mega-menu-second-level-list {
        height: 0!important;
        opacity: 0!important
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate .mega-menu-wrapper .mega-menu-quicklink {
        visibility: hidden!important;
        height: 0!important;
        opacity: 0!important;
        z-index: 0
    }

    body .mas-site-header .mas-site-nav__list-item-root.sibling-active .mega-menu-wrapper .mega-menu-quicklink,body .mas-site-header .mas-site-nav__list-item-root.sibling-active .mega-menu-wrapper .mega-menu-second-level-list {
        opacity: 0!important
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate-quicklink .mega-menu-wrapper .mega-menu-quicklink {
        -webkit-transition: max-height .5s ease 0s,height .8s ease 0s,opacity .5s ease 0s!important;
        transition: max-height .5s ease 0s,height .8s ease 0s,opacity .5s ease 0s!important
    }

    body .mas-site-header .mas-site-nav__list-item-root.animate-quicklink .mega-menu-wrapper .quicklink-body {
        -webkit-transition: max-height .5s ease,height .8s ease,opacity .5s ease;
        transition: max-height .5s ease,height .8s ease,opacity .5s ease
    }

    body .mas-site-header .mas-site-nav__list-item-root.is-overflow-show .mega-menu .mega-menu-quicklink,body .mas-site-header .mas-site-nav__list-item-root.is-overflow-show .mega-menu .mega-menu-second-level {
        overflow: auto!important
    }

    body .mas-site-header .second-level-list-item.active .mega-menu-third-level {
        display: block;
        -webkit-animation: fadeInOpacity .15s ease-in 1;
        animation: fadeInOpacity .15s ease-in 1;
        padding-right: 0
    }

    body .mas-site-header .second-level-list-item.active .mega-menu-third-level .third-level-content {
        height: 100%;
        overflow-y: auto;
        padding-right: calc(50vw - 38.25rem);
        margin-right: .75rem
    }

    body header.mas-site-header .add-padding-inline {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    body header.mas-site-header .remove-padding-inline {
        padding-left: 0!important;
        padding-right: 0!important
    }

    body header.mas-site-header .mas-site-header__wrapper {
        max-width: 74.5rem!important;
        margin-left: auto!important;
        margin-right: auto!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: .5rem
    }

    body header.mas-site-header .mas-site-header__top {
        padding: 1.25rem 0 .75rem
    }

    body header.mas-site-header .mas-logo {
        width: 395px;
        height: 65px
    }

    body header.mas-site-header .mas-site-header__nav-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.875rem
    }

    body header.mas-site-header .mas-input--search.mas-input[type=text] {
        font-size: 1.25rem;
        line-height: 1.75rem;
        background: #fff;
        padding: 9px 150px 9px 17px;
        border: 1px solid #acacac;
        color: #4a4a4a
    }

    body header .mas-btn__search-trigger {
        padding: 7px
    }
}

@media (min-width: 1023px) and (max-width:1199px) {
    body header.mas-site-header .masx-masthead-content {
        max-width:960px
    }
}

@media (min-width: 1023px) {
    body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-button .sgds-masthead-button-text,body header.mas-site-header .masx-masthead__wrapper .sgds-masthead-text {
        font-size:.875rem
    }

    body header.mas-site-header .masx-masthead-content {
        padding: 2rem 0!important
    }

    body header.mas-site-header .masx-masthead-content .masx-masthead-content-grid {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
        gap: 10rem
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper {
        gap: 1rem;
        font-size: 1rem
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-icon .banner-icon-item {
        width: 1.125rem;
        margin-top: .5rem
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-title {
        margin-bottom: .5rem
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text {
        line-height: 1.5rem
    }
}

@media (max-width: 1022px) {
    body header.mas-site-header .masx-masthead-content {
        max-width:720px
    }

    body header.mas-site-header .masx-masthead__wrapper {
        text-align: left
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .trusted-websites-icon {
        width: .75rem
    }

    body header.mas-site-header .masx-masthead-content .banner-wrapper .banner-text .banner-icon-inline {
        width: .6rem;
        height: .6rem;
        margin-bottom: .1875rem
    }
}

@media (max-width: 1024px) {
    body header.mas-site-header {
        background-color:#f2f2f2;
        -webkit-box-shadow: 0 3px 5px -2px rgba(28,45,82,.4);
        box-shadow: 0 3px 5px -2px rgba(28,45,82,.4);
        position: relative;
        z-index: 2147483641;
        overflow: unset
    }

    body header.mas-site-header.cover-page {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    body header.mas-site-header .mas-logo {
        width: 180px;
        height: 60px
    }

    body header.mas-site-header .masx-masthead {
        text-align: center
    }

    body header.mas-site-header .masx-site-header-right {
        display: none
    }

    body header.mas-site-header .mas-site-nav-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    body header.mas-site-header .masx-link--go-back {
        margin-left: 0;
        background-color: #fff
    }

    body header.mas-site-header .mas-site-header__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    body header.mas-site-header .mas-site-header__layout {
        display: block
    }

    body header.mas-site-header .mas-site-header__nav {
        background-color: #f2f2f2;
        border-top: 0;
        display: none
    }

    body header.mas-site-header .mas-site-header__nav.is-active {
        display: block;
        -webkit-box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2);
        box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2)
    }

    body header.mas-site-header .mas-site-header__nav.is-active .mas-site-nav__list {
        -webkit-animation: fadeInOpacity .2s ease-in 1;
        animation: fadeInOpacity .2s ease-in 1
    }

    body header.mas-site-header .mas-input--search {
        border: 1px solid #ccc;
        background-color: #fff;
        max-height: none;
        height: 40px
    }

    body header.mas-site-header .mas-input--search.mas-input[type=text] {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #4a4a4a
    }

    body header.mas-site-header .mega-menu {
        min-width: 0
    }

    body .mas-site-header__nav {
        margin: 0 -1.5rem
    }

    body .mas-site-nav-burger {
        color: #a78337;
        margin-left: 1rem
    }

    body .mas-site-nav__container {
        height: 100%;
        padding-bottom: 1rem
    }

    body .mas-site-nav__container .is--root-nav {
        position: static;
        display: block;
        font-size: 1rem;
        line-height: 1.5rem
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item {
        border-bottom: 1px solid #8d7249;
        position: relative;
        color: #8d7249;
        margin-right: 0
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.is-current {
        background: none
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.is-current>.mas-site-nav__link {
        color: #8d7249
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.is-current:after {
        display: none
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item>.mas-site-nav__link {
        color: #8d7249;
        padding: 1rem 2.5rem;
        width: 100%;
        font-size: 1.125rem
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item:first-child {
        padding: 28px 24px;
        display: block!important
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.has-child:not(.masx-site-nav__list-item--btm):before {
        content: "\E909";
        font-family: mas-glyphs!important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        display: block;
        position: absolute;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.5rem
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.has-child:not(.masx-site-nav__list-item--btm).active .mega-menu-wrapper {
        display: block
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.masx-site-nav__list-item--btm {
        border-bottom: 0;
        display: block!important
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.masx-site-nav__list-item--btm-1st {
        padding-top: 1rem
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.masx-site-nav__list-item--btm .mas-site-nav__link {
        padding: 12px 36px
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.masx-site-nav__list-item--btm.has-child>.mas-site-nav__link {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    body .mas-site-nav__container .is--root-nav>li.mas-site-nav__list-item.masx-site-nav__list-item--btm.has-child>.mas-site-nav__link:before {
        content: "\E909";
        font-family: mas-glyphs!important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        display: block;
        position: absolute;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
        right: calc(1rem - 4px);
        top: 54%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1rem
    }

    body .mas-site-nav__container .mas-site-nav__list.hidden {
        display: none
    }

    body .mas-site-nav__container .is--root-nav>.mas-site-nav__list-item {
        border-bottom: 0
    }

    body .mas-site-nav__container .is--root-nav>.mas-site-nav__list-item.is-current {
        background-color: #08457e
    }

    body .mas-site-nav__container .is--root-nav>.mas-site-nav__list-item.is-current .mas-site-nav__link {
        color: #fff
    }

    body .mas-site-header__bottom .mas-site-search.is-active {
        padding-top: 1rem
    }

    body .mas-site-header__bottom .mas-site-search .mas-input__addon {
        left: auto;
        right: 13px
    }

    body .mas-site-header__bottom .mas-site-search .mas-input__addon+.mas-input[type=text] {
        padding-left: 13px;
        padding-right: 45px;
        border: 1px solid #d3d3d3
    }

    body .mas-site-header__bottom .mas-site-search .mas-icon {
        font-size: 22px
    }

    body .mas-site-search.mas-input-group {
        display: block!important
    }

    body .mas-site-search .mas-input__addon {
        margin-left: 0
    }

    body header .mega-menu-wrapper {
        top: 0;
        height: auto;
        z-index: 100;
        left: 0;
        display: none
    }

    body header .mega-menu-wrapper .mega-menu {
        padding-left: 0;
        width: 100%;
        overflow: auto;
        height: auto;
        background-color: #f2f2f2;
        z-index: 3
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-header {
        float: none;
        width: 100%;
        padding: 1.875rem 1.5rem 1rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-header .mega-menu-title {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: .25rem;
        line-height: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-header .mobile-back-btn {
        display: block;
        color: #8d7249;
        font-weight: 600;
        font-size: 1.125rem;
        padding: .625rem 0 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-header .mobile-back-btn span {
        padding-left: 5px;
        font-size: 18px
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-header .mobile-back-btn span:before {
        content: "\E909";
        font-family: mas-glyphs!important;
        font-size: 1.5rem;
        speak: none;
        font-style: normal;
        font-weight: 400;
        display: block;
        position: relative;
        float: left;
        left: -.25rem;
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level {
        float: none;
        width: 100%;
        overflow: hidden;
        height: auto;
        background-color: #fbfafa
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item {
        border-top: 1px solid #8d7249
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item .second-level-item-link {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item .second-level-item-lead {
        font-size: .875rem;
        line-height: 1.25rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item:last-child {
        border-bottom: 1px solid #8d7249
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item.has-child .second-level-item-link {
        position: relative;
        -webkit-transition: background-color .15s ease;
        transition: background-color .15s ease
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item.has-child .second-level-item-link:before {
        bottom: auto;
        top: calc(50% - 12px);
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
        margin-top: auto;
        position: absolute;
        float: none;
        left: auto;
        right: 35px;
        font-size: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-second-level .second-level-list-item.has-child.active .second-level-item-link:before {
        -webkit-transform: rotate(-90deg) translateY(50%);
        transform: rotate(-90deg) translateY(50%)
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-quicklink {
        width: 100%!important;
        float: none;
        padding: 0 2.25rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-quicklink .quicklink-title {
        border-top: none;
        padding-top: 1.75rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-quicklink .quicklink-title-txt {
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-quicklink .quicklink-item-link {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level {
        position: static;
        width: 100%
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item {
        border-top: 1px solid #d3d3d3
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item .third-level-item-link {
        padding: 12px 52px 12px 60px;
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item .third-level-item-link .third-level-item-lead {
        font-size: .875rem;
        line-height: 1.25rem
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item .third-level-group-item-block {
        padding: 0
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item .third-level-item-label {
        color: #8d7249;
        padding: 16px 24px 16px 48px;
        font-weight: 600
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item.is-grouped .third-level-item-label:before {
        content: "\E905";
        font-family: mas-glyphs!important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        display: block;
        bottom: auto;
        margin-top: auto;
        position: relative;
        float: right;
        margin-right: -24px;
        right: 20px;
        font-size: 20px
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item.is-grouped.active .third-level-item-label:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item.active {
        border-top: 0
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item.active .third-level-item-label {
        border-bottom: 1px solid #c0b29e;
        border-top: 1px solid #c0b29e;
        background-color: #f2f2f2
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item.active ul {
        display: block
    }

    body header .mega-menu-wrapper .mega-menu .mega-menu-third-level .third-level-list-item ul {
        border-bottom: none;
        padding: 16px 24px 16px 64px;
        display: none
    }

    body header .mega-menu-mobile .mega-menu-wrapper.show {
        display: block!important;
        -webkit-animation: fadeInOpacity .2s ease-in 1;
        animation: fadeInOpacity .2s ease-in 1
    }

    body header .mega-menu-mobile .mega-menu-wrapper .mega-menu {
        -webkit-box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2);
        box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2)
    }

    body header .mega-menu-mobile .mega-menu-wrapper .mas-site-nav__list {
        padding-bottom: 1rem
    }

    body header .mega-menu-mobile .mega-menu-wrapper li.mas-site-nav__list-item.masx-site-nav__list-item--btm-1st {
        padding-top: 1rem!important
    }

    body header .mega-menu-mobile-secondary .mega-menu-wrapper.show {
        display: block!important
    }

    body header .mega-menu-mobile-secondary .mega-menu-wrapper .mega-menu {
        -webkit-box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2);
        box-shadow: inset 0 5px 3px -2px rgba(2,14,80,.2)
    }

    body header .mas-btn__search-trigger,body header .mas-site-header__secondary-navbar {
        display: none
    }
}

@media (max-width: 767px) {
    body header.mas-site-header .masx-site-header-left.is-double {
        gap:1rem
    }
}

body .second-level-list-item .second-level-item-link-wrapper {
    padding: 1rem 1.875rem;
    position: relative;
    cursor: pointer
}

body .second-level-list-item .second-level-item-link-wrapper:before {
    display: none;
    content: "\E909";
    font-family: mas-glyphs!important;
    speak: none;
    font-style: normal;
    font-size: 1.5rem;
    color: #8d7249;
    font-weight: 400;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    left: auto;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body .second-level-list-item .second-level-item-link-wrapper .second-level-item-link {
    display: inline-block!important;
    width: calc(100% - 27px)
}

body .second-level-list-item .second-level-item-link-wrapper .second-level-item-link:before {
    display: none!important
}

body .second-level-list-item.has-child .second-level-item-link-wrapper:before {
    display: block
}

@media (max-width: 1024px) {
    body .second-level-list-item.has-child .second-level-item-link-wrapper:before {
        bottom:auto;
        top: calc(50% - 12px);
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
        margin-top: auto;
        position: absolute;
        float: none;
        left: auto;
        right: 35px;
        font-size: 1.5rem
    }

    body .second-level-list-item.has-child.active .second-level-item-link-wrapper:before {
        color: #fff;
        -webkit-transform: rotate(-90deg) translateY(50%);
        transform: rotate(-90deg) translateY(50%)
    }
}

@media (min-width: 1025px) {
    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item:hover .mas-site-nav__link {
        color:#8d7249!important
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link {
        position: relative
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link-text:before {
        opacity: 0;
        content: "";
        position: absolute;
        bottom: 0;
        width: calc(100% - 24px);
        height: 0;
        background-color: #d9b173;
        -webkit-transition: all .15s linear;
        transition: all .15s linear
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link-text:hover {
        color: #86693d!important
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link-text:hover:before {
        opacity: 1;
        height: 2px
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link:active {
        color: #86693d!important
    }

    body .mas-site-header--hover-variant .mas-site-nav__container .mas-site-nav__list-item .mas-site-nav__link:active:before {
        opacity: 0;
        height: 0
    }

    body .mas-site-header--hover-variant .second-level-list-item:hover {
        color: #fff;
        background-color: #08457e
    }

    body .mas-site-header--hover-variant .second-level-list-item.has-child:hover:before,body .mas-site-header--hover-variant .second-level-list-item:hover .second-level-item-link,body .mas-site-header--hover-variant .second-level-list-item:hover .second-level-item-link-wrapper,body .mas-site-header--hover-variant .second-level-list-item:hover .second-level-item-link-wrapper:before,body .mas-site-header--hover-variant .second-level-list-item:hover .second-level-item-link:before,body .mas-site-header--hover-variant .second-level-list-item:hover p,body .mas-site-header--hover-variant .second-level-list-item:hover p:before {
        color: #fff
    }

    body .mas-site-header--hover-variant .mega-menu-third-level:hover,body .mas-site-header--hover-variant .second-level-list-item.has-child .second-level-item-link-wrapper.isLatestHovered~.mega-menu-third-level {
        display: block!important
    }

    body .mas-site-header--hover-variant .third-level-list-item .third-level-item-lead {
        color: #4a4a4a!important
    }

    body .mas-site-header--hover-variant .third-level-list-item:hover {
        background-color: #08457e!important
    }

    body .mas-site-header--hover-variant .third-level-list-item:hover .third-level-item-lead,body .mas-site-header--hover-variant .third-level-list-item:hover .third-level-item-link {
        color: #fff!important
    }

    body .mas-site-header--hover-variant .mega-menu,body .mas-site-header--hover-variant .mega-menu-header,body .mas-site-header--hover-variant .mega-menu-wrapper {
        -webkit-transition: none!important;
        transition: none!important
    }
}

@media (max-width: 1024px) {
    body .mas-site-header--variant .second-level-item-link:before {
        display:none!important
    }

    body .mas-site-header--variant .mega-menu-third-level {
        display: block!important
    }

    body .mas-site-header--hover-variant .mas-site-nav__list-item .mas-site-nav__link {
        height: auto
    }

    body .mas-site-header--hover-variant .second-level-list-item.has-child {
        position: relative
    }

    body .mas-site-header--hover-variant .second-level-list-item.has-child .second-level-item-link {
        position: static!important;
        width: 85%;
        max-width: 85%
    }

    body .mas-site-header--hover-variant .second-level-list-item.has-child .second-level-item-link:before {
        pointer-events: none
    }
}
