[class^=omac] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

[class^=omac] [type=button],
[class^=omac] button {
    -webkit-appearance: none;
    -moz-appearance: none
}

.omacookies {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem
}

.omac-backdrop {
    align-items: center;
    background-color: rgba(0, 0, 0, .18);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    z-index: 998
}

@media screen and (max-width:767px) {
    .omac-backdrop {
        padding: .75rem
    }
}

.omac-backdrop.fade-in {
    opacity: 1
}

.omac-banner.omac-box {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.omac-banner.omac-box .omac-box-body,
.omac-banner.omac-box .omac-box-footer,
.omac-banner.omac-box .omac-box-header {
    margin: 0 auto;
    max-width: 33.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    width: 100%
}

@media screen and (min-width:768px) {

    .omac-banner.omac-box .omac-box-body,
    .omac-banner.omac-box .omac-box-footer,
    .omac-banner.omac-box .omac-box-header {
        max-width: 45rem
    }
}

@media screen and (min-width:1024px) {

    .omac-banner.omac-box .omac-box-body,
    .omac-banner.omac-box .omac-box-footer,
    .omac-banner.omac-box .omac-box-header {
        max-width: 60rem
    }
}

.omac-banner.omac-box .omac-box-body {
    overflow-y: initial;
    position: relative
}

@media screen and (min-width:768px) {
    .omac-banner.omac-box .omac-box-body {
        padding-bottom: 0
    }

    .omac-banner.omac-box .omac-read-more {
        bottom: -3rem;
        left: 1rem;
        position: absolute
    }
}

.omac-box {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

.omac-box .omac-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 2
}

@media screen and (min-width:768px) {
    .omac-box .omac-close {
        right: 1rem;
        top: 1rem
    }
}

@media screen and (min-width:1024px) {
    .omac-box .omac-close {
        right: 1.25rem;
        top: 1.25rem
    }
}

.omac-box-header {
    flex: 0 0 auto;
    padding: 1rem 2.75rem 1rem 1rem;
    width: 100%
}

@media screen and (min-width:768px) {
    .omac-box-header {
        padding: 2rem 3.625rem .75rem 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .omac-box-header {
        padding: 3.375rem 5rem .5rem
    }
}

.omac-box-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 1rem 1rem;
    width: 100%
}

@media screen and (min-width:768px) {
    .omac-box-body {
        padding: .75rem 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .omac-box-body {
        padding: .5rem 5rem 1.5rem
    }
}

.omac-box-footer {
    align-items: center;
    display: flex;
    width: 100%
}

@media screen and (max-width:767px) {
    .omac-box-footer {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 1rem 1rem
    }
}

@media screen and (min-width:768px) {
    .omac-box-footer {
        flex-direction: row;
        justify-content: flex-end;
        padding: .75rem 2.5rem 2rem
    }
}

@media screen and (min-width:1024px) {
    .omac-box-footer {
        padding: .75rem 5rem 3.125rem
    }
}

@media screen and (max-width:767px) {
    .omac-box-footer [class^=omac-btn] {
        margin-top: .5rem;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .omac-box-footer [class^=omac-btn] {
        margin-left: 1rem
    }
}

.omac-btn-primary,
.omac-btn-secondary {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    font-weight: 700;
    height: 2.125rem;
    justify-content: center;
    padding: .5rem 1rem;
    text-align: center
}

@media screen and (min-width:768px) {

    .omac-btn-primary,
    .omac-btn-secondary {
        font-size: .9375rem;
        height: 2.625rem
    }
}

.omac-btn-primary {
    background-color: #662118;
    color: #fff
}

.omac-btn-secondary {
    background-color: transparent;
    border: 1px solid #662118;
    color: #662118
}

.omac-close {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    height: 2rem;
    opacity: .3;
    transition: all .3s ease;
    width: 2rem
}

.omac-close:after,
.omac-close:before {
    background-color: #000;
    content: "";
    display: block;
    height: .1875rem;
    left: calc(50% - 10px);
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: center;
    width: 1.25rem
}

.omac-close:after {
    transform: rotate(-45deg)
}

.omac-close:hover {
    opacity: .6
}

.omac-close:disabled,
.omac-close[disabled] {
    opacity: .1;
    pointer-events: none
}

.omac-hide {
    display: none !important
}

.omac-iframe,
.omac-iframe-youtube {
    background-color: #4a4a4a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.omac-iframe iframe,
.omac-iframe-content,
.omac-iframe-youtube iframe,
.omac-iframe-youtube-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.omac-iframe-content,
.omac-iframe-youtube-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center
}

.omac-iframe .omac-icon-cookie,
.omac-iframe-youtube .omac-icon-cookie {
    color: #fff;
    margin-bottom: .625rem;
    opacity: .3;
    width: 5.25rem
}

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

    .omac-iframe .omac-icon-cookie,
    .omac-iframe-youtube .omac-icon-cookie {
        display: none
    }
}

.omac-iframe .omac-icon-cookie path,
.omac-iframe-youtube .omac-icon-cookie path {
    fill: #fff
}

.omac-iframe .omac-title,
.omac-iframe-youtube .omac-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .5rem;
    max-width: 17.5rem
}

@media screen and (min-width:768px) {

    .omac-iframe .omac-title,
    .omac-iframe-youtube .omac-title {
        font-size: 1.75rem
    }
}

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

    .omac-iframe .omac-title,
    .omac-iframe-youtube .omac-title {
        display: none
    }
}

.omac-iframe .omac-text,
.omac-iframe-youtube .omac-text {
    font-size: .75rem;
    margin-bottom: 1rem;
    max-width: 17.5rem
}

@media screen and (min-width:375px) {

    .omac-iframe .omac-text,
    .omac-iframe-youtube .omac-text {
        font-size: .875rem
    }
}

.omac-iframe .omac-btn-secondary,
.omac-iframe-youtube .omac-btn-secondary {
    width: 13.75rem
}

.omac-quick-link {
    align-items: center;
    background-color: #662118;
    border-radius: 50%;
    bottom: 6.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 3.375rem;
    justify-content: center;
    left: 1.5rem;
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    width: 3.375rem;
    z-index: 9999
}

@media screen and (max-width:767px) {
    .omac-quick-link {
        bottom: 5.75rem;
        height: 2.375rem;
        left: 5.75rem;
        right: .75rem;
        top: .75rem;
        width: 2.375rem
    }
}

.omac-quick-link .omac-icon-cookie {
    width: 1.875rem
}

@media screen and (max-width:767px) {
    .omac-quick-link .omac-icon-cookie {
        width: 1.375rem
    }
}

.omac-quick-link .omac-icon-cookie path {
    fill: #fff
}

.omac-quick-link.bottom-left {
    right: auto;
    top: auto
}

.omac-quick-link.top-left {
    bottom: auto;
    right: auto
}

.omac-quick-link.bottom-right {
    left: auto;
    top: auto
}

.omac-quick-link.top-right {
    bottom: auto;
    left: auto
}

.omac-modal {
    flex: 0 0 auto;
    max-height: 100%;
    max-width: 48.75rem
}

.omac-read-more {
    color: #DE0948;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: underline
}

.omac-switch-group {
    align-items: center;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .75rem 0
}

@media screen and (min-width:768px) {
    .omac-switch-group {
        padding: 1.5rem 1rem 1.5rem 0
    }
}

.omac-switch-group input {
    display: none
}

.omac-switch-group .omac-switch-text {
    flex: 1 1 auto;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left
}

@media screen and (min-width:768px) {
    .omac-switch-group .omac-switch-text {
        font-size: 1rem
    }
}

.omac-switch-group .omac-switch {
    background-color: #d8d8d8;
    border-radius: .75rem;
    cursor: pointer;
    flex: 0 0 auto;
    height: 1.5rem;
    margin-left: 1rem;
    position: relative;
    transition: all .3s ease;
    width: 2.625rem
}

.omac-switch-group .omac-switch:after {
    background-color: #fff;
    border-radius: .625rem;
    content: "";
    display: block;
    height: 1.25rem;
    left: .125rem;
    position: absolute;
    top: .125rem;
    transition: inherit;
    width: 1.25rem
}

.omac-switch-group input:checked+.omac-switch {
    background-color: #662118
}

.omac-switch-group input:checked+.omac-switch:after {
    left: 1.25rem
}

.omac-switch-group input:disabled+.omac-switch {
    cursor: default;
    opacity: .3
}

.omac-title {
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.8
}

@media screen and (min-width:768px) {
    .omac-title {
        font-size: 1.125rem
    }
}

.omac-text {
    font-size: .875rem;
    line-height: 1.8;
    margin-bottom: .5rem
}

.omac-visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}