@charset "UTF-8";@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: FedExSans;
    font-style: normal;
    font-weight: 300;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Light.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: italic;
    font-weight: 300;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Light-Italic.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: normal;
    font-weight: 400;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Regular.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: italic;
    font-weight: 400;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Italic.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: normal;
    font-weight: 500;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Medium.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: normal;
    font-weight: 700;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Bold.woff") format("woff")
}

@font-face {
    font-family: FedExSans;
    font-style: italic;
    font-weight: 700;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSans_W-Bold-Italic.woff") format("woff")
}

@font-face {
    font-family: FedExSansArabic;
    font-style: normal;
    font-weight: 700;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSansArabic_W-Bold.woff") format("woff")
}

@font-face {
    font-family: FedExSansArabic;
    font-style: normal;
    font-weight: 300;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSansArabic_W-Light.woff") format("woff")
}

@font-face {
    font-family: FedExSansArabic;
    font-style: normal;
    font-weight: 400;
    src: url("../../../etc/clientlibs/fedex/common/css/resources/fonts/FedExSansArabic_W-Regular.woff") format("woff")
}

html[lang^=ar-] body {
    font-family: FedExSansArabic,FedExSans,Arial,sans-serif
}

html body {
    font-family: FedExSans,Arial,sans-serif
}

input,select,textarea,button {
    font-family: inherit
}

:root {
    --button-height-comfortable: 3.5rem;
    --button-height-condensed: 2.5rem
}

html[dir] {
    margin: 0;
    padding: 0
}

[dir] body {
    margin: 0;
    padding: 0
}

@media(min-width: 768px) {
    .cc-aem-o-grid--max-width {
        width:100%;
        max-width: 970px
    }

    [dir] .cc-aem-o-grid--max-width {
        margin: 0 auto
    }
}

.cc-aem-o-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[dir=ltr] .cc-aem-o-grid__row--guttered-small {
    margin-right: -1px;
    margin-left: -1px
}

[dir=rtl] .cc-aem-o-grid__row--guttered-small {
    margin-left: -1px;
    margin-right: -1px
}

[dir] .cc-aem-o-grid__row--guttered-small>[class*=__item] {
    padding-bottom: 2px
}

[dir=ltr] .cc-aem-o-grid__row--guttered-small>[class*=__item] {
    padding-right: 1px;
    padding-left: 1px
}

[dir=rtl] .cc-aem-o-grid__row--guttered-small>[class*=__item] {
    padding-left: 1px;
    padding-right: 1px
}

.cc-aem-o-grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: inherit;
    align-self: inherit
}

.cc-aem-o-grid__item--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.cc-aem-o-grid__item--5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.cc-aem-o-grid__item--12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-o-grid__item--4\@x-small-only {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media(min-width: 664px) {
    .cc-aem-o-grid__item--4\@small {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .cc-aem-o-grid__item--5\@small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .cc-aem-o-grid__item--6\@small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cc-aem-o-grid__item--7\@small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .cc-aem-o-grid__item--8\@small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.cc-aem-c-heading {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px
}

[dir] .cc-aem-c-heading {
    margin: 0;
    padding: 0
}

.cc-aem-c-heading--h2 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2.5rem
}

[dir] .cc-aem-c-heading--h2 {
    margin: 0;
    padding: 0
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-heading--h2 {
        font-weight:300;
        line-height: 1.3;
        letter-spacing: -0.4px;
        font-size: 2rem
    }

    [dir] .cc-aem-c-heading--h2 {
        margin: 0;
        padding: 0
    }
}

.cc-aem-c-heading--h3 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2rem
}

[dir] .cc-aem-c-heading--h3 {
    margin: 0;
    padding: 0
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-heading--h3 {
        font-weight:300;
        line-height: 1.3;
        letter-spacing: -0.4px;
        font-size: 1.5rem
    }

    [dir] .cc-aem-c-heading--h3 {
        margin: 0;
        padding: 0
    }
}

.cc-aem-c-heading--h4 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.5rem
}

[dir] .cc-aem-c-heading--h4 {
    margin: 0;
    padding: 0
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-heading--h4 {
        font-weight:300;
        line-height: 1.3;
        letter-spacing: -0.4px;
        font-size: 1.25rem
    }

    [dir] .cc-aem-c-heading--h4 {
        margin: 0;
        padding: 0
    }
}

.cc-aem-c-heading--h5 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.25rem
}

[dir] .cc-aem-c-heading--h5 {
    margin: 0;
    padding: 0
}

.cc-aem-c-heading--h6 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.25rem
}

[dir] .cc-aem-c-heading--h6 {
    margin: 0;
    padding: 0
}

.cc-aem-c-paragraph {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.1px
}

.cc-aem-c-paragraph--regular {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5
}

.cc-aem-c-paragraph a {
    color: inherit
}

.cc-aem-c-paragraph a:hover {
    color: #007ab7
}

.cc-aem-c-eyebrow--small {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px
}

.cc-aem-c-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    --expanded-background-color: transparent;
    --collapsed-background-color: transparent
}

[dir] .cc-aem-c-accordion {
    border-bottom: solid #8e8e8e .0625rem
}

.cc-aem-c-accordion--primary {
    --expanded-background-color: #fafafa
}

.cc-aem-c-accordion--secondary {
    --expanded-background-color: #fff;
    --collapsed-background-color: #fff
}

.cc-aem-c-accordion__button {
    font-weight: 300;
    font-size: 1.25rem;
    min-height: 4rem;
    height: 4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .3s;
    color: #333
}

[dir] .cc-aem-c-accordion__button {
    background: transparent;
    border: 0;
    border-top: solid #8e8e8e .0625rem;
    padding: 1rem 2rem;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s
}

[dir=ltr] .cc-aem-c-accordion__button {
    text-align: left
}

[dir=rtl] .cc-aem-c-accordion__button {
    text-align: right
}

@media(min-width: 768px) {
    .cc-aem-c-accordion__button {
        font-size:1.5rem
    }
}

.cc-aem-c-accordion__button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-aem-c-accordion__button__text__icon {
    line-height: 0;
    font-size: 2rem
}

[dir=ltr] .cc-aem-c-accordion__button__text__icon {
    margin-right: .75rem
}

[dir=rtl] .cc-aem-c-accordion__button__text__icon {
    margin-left: .75rem
}

@media(min-width: 768px) {
    [dir=ltr] .cc-aem-c-accordion__button__text__icon {
        margin-right:1rem
    }

    [dir=rtl] .cc-aem-c-accordion__button__text__icon {
        margin-left: 1rem
    }
}

.cc-aem-c-accordion__button__icon {
    width: 1.5rem;
    height: 1.5rem;
    transition: all .3s
}

[dir] .cc-aem-c-accordion__button__icon {
    -webkit-transition: all .3s
}

[dir=ltr] .cc-aem-c-accordion__button__icon {
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .cc-aem-c-accordion__button__icon {
    margin-right: auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cc-aem-c-accordion__button[aria-expanded=true] {
    font-weight: 400
}

[dir] .cc-aem-c-accordion__button[aria-expanded=true] {
    background-color: var(--expanded-background-color)
}

[dir] .cc-aem-c-accordion__button[aria-expanded=true]+.cc-aem-c-accordion__item {
    background-color: var(--expanded-background-color)
}

[dir] .cc-aem-c-accordion__button[aria-expanded=false] {
    background-color: var(--collapsed-background-color)
}

[dir] .cc-aem-c-accordion__button[aria-expanded=false]:hover {
    background-color: #fafafa
}

.cc-aem-c-accordion__button[aria-expanded=false]>.cc-aem-c-accordion__button__icon {
    -webkit-transform: rotate(0);
    transition: all .3s
}

[dir] .cc-aem-c-accordion__button[aria-expanded=false]>.cc-aem-c-accordion__button__icon {
    transform: rotate(0);
    -webkit-transition: all .3s
}

.cc-aem-c-accordion__item {
    overflow: hidden
}

[dir] .cc-aem-c-accordion__item {
    padding: 0 2rem 1rem 2rem
}

[dir] .cc-aem-c-accordion__item .cc-aem-c-accordion {
    margin-bottom: -1.0625rem
}

[dir=ltr] .cc-aem-c-accordion__item .cc-aem-c-accordion {
    margin-left: -2rem;
    margin-right: -2rem
}

[dir=rtl] .cc-aem-c-accordion__item .cc-aem-c-accordion {
    margin-right: -2rem;
    margin-left: -2rem
}

.cc-aem-c-accordion__item .cc-aem-c-accordion__button {
    font-size: 1.25rem
}

[dir=ltr] .cc-aem-c-accordion__item .cc-aem-c-accordion__button {
    padding-right: 3rem;
    padding-left: 3rem
}

[dir=rtl] .cc-aem-c-accordion__item .cc-aem-c-accordion__button {
    padding-left: 3rem;
    padding-right: 3rem
}

.cc-aem-c-accordion__item .cc-aem-c-accordion__button[aria-expanded=false] .cc-aem-c-accordion__button__icon--open {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-accordion__item .cc-aem-c-accordion__button[aria-expanded=false] .cc-aem-c-accordion__button__icon--open {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-accordion__item .cc-aem-c-accordion__button[aria-expanded=true] .cc-aem-c-accordion__button__icon--closed {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-accordion__item .cc-aem-c-accordion__button[aria-expanded=true] .cc-aem-c-accordion__button__icon--closed {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-accordion__item .cc-aem-c-accordion__button__icon {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem
}

[dir] .cc-aem-c-accordion__item .cc-aem-c-accordion__item {
    padding: 0 3rem 1rem 3rem
}

.cc-aem-c-accordion:not([class*=animation]) .cc-aem-c-accordion__button[aria-expanded=false]+.cc-aem-c-accordion__item {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-accordion:not([class*=animation]) .cc-aem-c-accordion__button[aria-expanded=false]+.cc-aem-c-accordion__item {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-button {
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    min-height: 3.5rem;
    letter-spacing: .05em;
    -webkit-box-shadow: 0;
    transition: all cubic-bezier(0.23,1,0.32,1) .2s;
    gap: .5rem
}

[dir] .cc-aem-c-button {
    text-align: center;
    padding: 0 1.5rem;
    border-width: 0;
    background-color: transparent;
    box-shadow: 0;
    -webkit-transition: all cubic-bezier(0.23,1,0.32,1) .2s;
    cursor: pointer
}

.cc-aem-c-button--primary {
    color: #fff
}

[dir] .cc-aem-c-button--primary {
    background-color: #ff6200
}

.cc-aem-c-button--primary:focus {
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .2s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .2s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .2s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .2s;
    outline-offset: 3px
}

[dir] .cc-aem-c-button--primary:focus {
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .2s
}

.cc-aem-c-button--primary:hover {
    -webkit-box-shadow: 0 0 0 2px #e45528
}

[dir] .cc-aem-c-button--primary:hover {
    box-shadow: 0 0 0 2px #e45528;
    background-color: #e45528
}

.cc-aem-c-button--primary[disabled] {
    color: #8e8e8e
}

[dir] .cc-aem-c-button--primary[disabled] {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    cursor: initial
}

.cc-aem-c-button--primary[disabled]:hover,.cc-aem-c-button--primary[disabled]:focus {
    -webkit-box-shadow: 0
}

[dir] .cc-aem-c-button--primary[disabled]:hover,[dir] .cc-aem-c-button--primary[disabled]:focus {
    box-shadow: 0
}

.cc-aem-c-button--primary .cc-aem-c-button__title {
    font-size: 1.1875rem;
    font-weight: 700
}

.cc-aem-c-button--primary-outline {
    font-size: 1.1875rem;
    color: #ff6200;
    min-height: 3.5rem;
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 2px #ff6200,0 0 0 2px transparent
}

[dir] .cc-aem-c-button--primary-outline {
    background-color: transparent;
    border: 0;
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: inset 0 0 0 2px #ff6200,0 0 0 2px transparent;
    cursor: pointer
}

.cc-aem-c-button--primary-outline:focus {
    outline-offset: 3px
}

.cc-aem-c-button--primary-outline:hover {
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 2px transparent,0 0 0 2px #e45528;
    color: #e45528
}

[dir] .cc-aem-c-button--primary-outline:hover {
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: inset 0 0 0 2px transparent,0 0 0 2px #e45528
}

.cc-aem-c-button--primary-outline[disabled] {
    -webkit-box-shadow: 0 0 0 2px #e3e3e3,0 0 0 2px transparent;
    color: #8e8e8e
}

[dir] .cc-aem-c-button--primary-outline[disabled] {
    box-shadow: 0 0 0 2px #e3e3e3,0 0 0 2px transparent;
    cursor: initial
}

.cc-aem-c-button--primary-outline[disabled]:hover,.cc-aem-c-button--primary-outline[disabled]:focus {
    -webkit-box-shadow: 0 0 0 2px #e3e3e3,0 0 0 2px transparent
}

[dir] .cc-aem-c-button--primary-outline[disabled]:hover,[dir] .cc-aem-c-button--primary-outline[disabled]:focus {
    box-shadow: 0 0 0 2px #e3e3e3,0 0 0 2px transparent
}

.cc-aem-c-button__title {
    grid-area: text
}

.cc-aem-c-button--secondary {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 3.5rem;
    min-width: 10rem;
    color: #fff;
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: 0 0 0 2px transparent
}

[dir] .cc-aem-c-button--secondary {
    background-color: #007ab7;
    border-radius: 9999px;
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: 0 0 0 2px transparent
}

.cc-aem-c-button--secondary[disabled] {
    color: #8e8e8e
}

[dir] .cc-aem-c-button--secondary[disabled] {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    cursor: initial
}

.cc-aem-c-button--secondary .cc-aem-c-button__title {
    font-size: 1.1875rem;
    font-weight: 700
}

.cc-aem-c-button--secondary:hover,.cc-aem-c-button--secondary:focus {
    transition: all cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: 0 0 0 2px #00689c
}

[dir] .cc-aem-c-button--secondary:hover,[dir] .cc-aem-c-button--secondary:focus {
    -webkit-transition: all cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: 0 0 0 2px #00689c;
    background-color: #00689c
}

.cc-aem-c-button--secondary-outline {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #007ab7;
    min-height: 3.5rem;
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 2px #007ab7
}

[dir] .cc-aem-c-button--secondary-outline {
    background-color: white;
    border-radius: 9999px;
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    border: 0;
    box-shadow: inset 0 0 0 2px #007ab7
}

.cc-aem-c-button--secondary-outline:focus {
    outline-offset: 3px
}

.cc-aem-c-button--secondary-outline:hover {
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 3px #fff,0 0 0 2px #00689c;
    color: #00689c
}

[dir] .cc-aem-c-button--secondary-outline:hover {
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: inset 0 0 0 3px #fff,0 0 0 2px #00689c
}

.cc-aem-c-button--secondary-outline[disabled] {
    -webkit-box-shadow: inset 0 0 0 2px #8e8e8e;
    color: #8e8e8e
}

[dir] .cc-aem-c-button--secondary-outline[disabled] {
    box-shadow: inset 0 0 0 2px #8e8e8e;
    cursor: initial
}

.cc-aem-c-button--secondary-outline[disabled]:hover,.cc-aem-c-button--secondary-outline[disabled]:focus {
    -webkit-box-shadow: inset 0 0 0 2px #8e8e8e
}

[dir] .cc-aem-c-button--secondary-outline[disabled]:hover,[dir] .cc-aem-c-button--secondary-outline[disabled]:focus {
    box-shadow: inset 0 0 0 2px #8e8e8e
}

.cc-aem-c-button--tertiary {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    height: 3.5rem;
    min-height: auto;
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 2px #333
}

[dir] .cc-aem-c-button--tertiary {
    border: 0;
    border-radius: 0;
    padding: 0 1.5rem;
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: inset 0 0 0 2px #333
}

.cc-aem-c-button--tertiary:focus {
    outline-offset: 3px
}

.cc-aem-c-button--tertiary:hover {
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    -webkit-box-shadow: inset 0 0 0 3px #fff,0 0 0 2px #333
}

[dir] .cc-aem-c-button--tertiary:hover {
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    box-shadow: inset 0 0 0 3px #fff,0 0 0 2px #333
}

.cc-aem-c-button--tertiary[disabled] {
    -webkit-box-shadow: inset 0 0 0 2px #8e8e8e;
    color: #8e8e8e
}

[dir] .cc-aem-c-button--tertiary[disabled] {
    box-shadow: inset 0 0 0 2px #8e8e8e;
    cursor: initial
}

.cc-aem-c-button--tertiary[disabled]:hover,.cc-aem-c-button--tertiary[disabled]:focus {
    -webkit-box-shadow: inset 0 0 0 2px #8e8e8e
}

[dir] .cc-aem-c-button--tertiary[disabled]:hover,[dir] .cc-aem-c-button--tertiary[disabled]:focus {
    box-shadow: inset 0 0 0 2px #8e8e8e
}

.cc-aem-c-button--text {
    color: #007ab7;
    font-size: .875rem
}

[dir] .cc-aem-c-button--text {
    background-color: transparent
}

.cc-aem-c-button--text[disabled] {
    color: #8e8e8e
}

[dir] .cc-aem-c-button--text[disabled] {
    cursor: initial
}

.cc-aem-c-button--text[disabled]:hover,.cc-aem-c-button--text[disabled]:focus {
    text-decoration: none
}

.cc-aem-c-button--text:hover,.cc-aem-c-button--text:focus {
    text-decoration: underline
}

.cc-aem-c-button--text .cc-aem-c-button__icon {
    font-size: 1rem
}

.cc-aem-c-button--square {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    font-size: 1.25rem
}

[dir] .cc-aem-c-button--square {
    padding: .75rem
}

.cc-aem-c-button--square .cc-aem-c-button__icon {
    font-size: 1.5rem
}

.cc-aem-c-button--square .cc-aem-c-button__title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-button--square .cc-aem-c-button__title {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-button--square-condensed {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    font-size: .875rem
}

[dir] .cc-aem-c-button--square-condensed {
    padding: 0
}

.cc-aem-c-button--square-condensed .cc-aem-c-button__icon {
    font-size: 1rem
}

.cc-aem-c-button--link {
    color: #007ab7;
    text-decoration: underline;
    font-size: inherit;
    text-transform: none;
    font-weight: normal;
    height: auto;
    letter-spacing: initial
}

[dir] .cc-aem-c-button--link {
    margin: 0;
    padding: 0
}

.cc-aem-c-button--link:hover,.cc-aem-c-button--link:focus {
    text-decoration: underline
}

.cc-aem-c-button--prefix,.cc-aem-c-button--suffix {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir=ltr] .cc-aem-c-button--prefix,[dir=ltr] .cc-aem-c-button--suffix {
    text-align: left;
    padding-right: 1rem;
    padding-left: 1rem
}

[dir=rtl] .cc-aem-c-button--prefix,[dir=rtl] .cc-aem-c-button--suffix {
    text-align: right;
    padding-left: 1rem;
    padding-right: 1rem
}

.cc-aem-c-button--prefix *,.cc-aem-c-button--suffix * {
    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;
    fill: currentColor
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-button--prefix .cc-aem-c-button__title,.cc-aem-c-button--suffix .cc-aem-c-button__title {
        position:absolute !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0;
        clip: rect(1px,1px,1px,1px);
        overflow: hidden
    }

    [dir] .cc-aem-c-button--prefix .cc-aem-c-button__title,[dir] .cc-aem-c-button--suffix .cc-aem-c-button__title {
        padding: 0;
        border: 0 !important
    }
}

@media(min-width: 768px) {
    .cc-aem-c-button--prefix .cc-aem-c-button__icon,.cc-aem-c-button--suffix .cc-aem-c-button__icon {
        -ms-flex-item-align:center;
        align-self: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.cc-aem-c-button--prefix {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cc-aem-c-button--prefix .cc-aem-c-button__icon {
    grid-area: icon
}

.cc-aem-c-button--suffix {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-aem-c-button--suffix .cc-aem-c-button__icon {
    grid-area: icon
}

.cc-aem-c-button--responsive {
    width: 100%
}

@media(min-width: 664px) {
    .cc-aem-c-button--responsive {
        width:auto
    }
}

.cc-aem-c-button--icon {
    line-height: 1;
    height: auto
}

[dir] .cc-aem-c-button--icon {
    padding: 0;
    background: transparent
}

.cc-aem-c-button--icon svg {
    fill: currentColor
}

[dir] .cc-aem-c-button--icon[disabled] {
    cursor: initial
}

.cc-aem-c-button--icon[disabled] svg {
    fill: #8e8e8e
}

.cc-aem-c-button--condensed {
    min-height: auto;
    line-height: inherit;
    height: auto
}

[dir] .cc-aem-c-button--condensed {
    padding: .25rem 0
}

.cc-aem-c-button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cc-aem-c-breadcrumb--small {
    min-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .625rem
}

[dir] .cc-aem-c-breadcrumb--small {
    background-color: #f2f2f2
}

[dir=ltr] .cc-aem-c-breadcrumb--small {
    padding-left: .5rem
}

[dir=rtl] .cc-aem-c-breadcrumb--small {
    padding-right: .5rem
}

.cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list {
    max-width: 970px;
    width: 100%
}

[dir] .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list {
    margin: 0 auto
}

.cc-aem-c-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

[dir] .cc-aem-c-breadcrumb__list {
    margin: 0;
    padding: 0
}

.cc-aem-c-breadcrumb__list__item {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333
}

.cc-aem-c-breadcrumb__list__item__link {
    font-weight: 700;
    color: #333;
    text-decoration: none
}

.cc-aem-c-breadcrumb__list__item__link:hover,.cc-aem-c-breadcrumb__list__item__link:focus {
    text-decoration: underline
}

[dir=ltr] .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item {
    padding-left: .25rem
}

[dir=rtl] .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item {
    padding-right: .25rem
}

.cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    content: "›"
}

[dir=ltr] .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item:before {
    padding-right: .25rem
}

[dir=rtl] .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item:before {
    padding-left: .25rem
}

.cc-aem-c-circle-icon {
    --size: 3.75rem;
    --color: grey;
    --background-color: grey;
    width: var(--size);
    height: var(--size);
    font-size: var(--size);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0
}

[dir] .cc-aem-c-circle-icon {
    border-radius: 50%
}

.cc-aem-c-circle-icon>* {
    font-size: .6em;
    line-height: 0
}

.cc-aem-c-circle-icon [class*=c-icon] {
    vertical-align: unset
}

.cc-aem-c-circle-icon--filled {
    color: white
}

[dir] .cc-aem-c-circle-icon--filled {
    background-color: var(--background-color)
}

.cc-aem-c-circle-icon--h1 {
    --size: 2.75rem
}

.cc-aem-c-circle-icon--primary {
    --background-color: #ff6200;
    --color: #ff6200
}

[dir=ltr] .cc-aem-c-form-group__label::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[dir=rtl] .cc-aem-c-form-group__label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cc-aem-c-dropdown {
    --item-button-fontsize: 1rem;
    --item-min-height: 2.5rem;
    --button-fontsize: .875rem;
    --button-height: 3.75rem;
    --button-icon-fontsize: 1.25rem;
    position: relative
}

[dir] .cc-aem-c-dropdown--is-open .cc-aem-c-dropdown__button {
    background-color: #fafafa
}

.cc-aem-c-dropdown--is-open .cc-aem-c-dropdown__menu {
    display: block
}

.cc-aem-c-dropdown__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.5rem;
    min-width: 1.875rem;
    font-size: var(--button-icon-fontsize);
    font-weight: 700;
    line-height: 0;
    color: #007ab7
}

[dir] .cc-aem-c-dropdown__button {
    padding: 0;
    border-width: 0;
    cursor: pointer;
    background-color: transparent
}

.cc-aem-c-dropdown__button:hover {
    text-decoration: underline
}

[dir] .cc-aem-c-dropdown__button:hover:not(:has([class*=dropdown__button__title])) {
    background-color: #fafafa
}

.cc-aem-c-dropdown__button[disabled] {
    color: #8e8e8e
}

[dir] .cc-aem-c-dropdown__button[disabled] {
    cursor: initial
}

[dir] .cc-aem-c-dropdown__button[disabled]:hover {
    background-color: transparent
}

.cc-aem-c-dropdown__button--text {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--button-fontsize);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    height: 0;
    min-height: var(--button-height);
    width: auto;
    letter-spacing: .05em;
    -webkit-box-shadow: 0;
    transition: all cubic-bezier(0.23,1,0.32,1) .2s
}

[dir] .cc-aem-c-dropdown__button--text {
    text-align: center;
    padding: 0 .75rem;
    border-width: 0;
    background-color: transparent;
    box-shadow: 0;
    -webkit-transition: all cubic-bezier(0.23,1,0.32,1) .2s
}

.cc-aem-c-dropdown__button--text .cc-aem-c-dropdown__button__icon {
    line-height: 0
}

[dir=ltr] .cc-aem-c-dropdown__button--text .cc-aem-c-dropdown__button__icon {
    margin-left: .5rem
}

[dir=rtl] .cc-aem-c-dropdown__button--text .cc-aem-c-dropdown__button__icon {
    margin-right: .5rem
}

.cc-aem-c-dropdown__menu {
    -webkit-box-shadow: 0 12px 11px 1px rgba(0,0,0,0.12);
    display: none;
    position: absolute;
    min-width: 10rem;
    max-width: 10rem;
    z-index: 1;
    list-style: none
}

[dir] .cc-aem-c-dropdown__menu {
    box-shadow: 0 12px 11px 1px rgba(0,0,0,0.12);
    margin: 0;
    padding: 0;
    border: solid 1px #f2f2f2
}

[dir=ltr] .cc-aem-c-dropdown__menu {
    left: 0
}

[dir=rtl] .cc-aem-c-dropdown__menu {
    right: 0
}

.cc-aem-c-dropdown__menu__item__button {
    display: inline-block;
    font-weight: 400;
    font-weight: 400;
    font-size: var(--item-button-fontsize);
    color: #333;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--item-min-height);
    text-decoration: none
}

[dir] .cc-aem-c-dropdown__menu__item__button {
    border-width: 0;
    background-color: #fff;
    padding: .5rem .75rem;
    cursor: pointer
}

[dir=ltr] .cc-aem-c-dropdown__menu__item__button {
    text-align: left
}

[dir=rtl] .cc-aem-c-dropdown__menu__item__button {
    text-align: right
}

[dir] .cc-aem-c-dropdown__menu__item__button:focus,[dir] .cc-aem-c-dropdown__menu__item__button:hover {
    background-color: #fafafa
}

[dir] .cc-aem-c-dropdown__menu__item+.cc-aem-c-dropdown__menu__item {
    border-top: solid 1px #e3e3e3
}

@-webkit-keyframes _dialog_slide-up {
    0 {
        opacity: 0;
        -webkit-transform: translate(0,10vw);
        transform: translate(0,10vw)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes _dialog_slide-up {
    0 {
        opacity: 0;
        -webkit-transform: translate(0,10vw);
        transform: translate(0,10vw)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes _dialog--backdrop {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes _dialog--backdrop {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes _slide-dialog--slide-up-ltr {
    0 {
        opacity: 0;
        -webkit-transform: translate(10vh,0);
        transform: translate(10vh,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes _slide-dialog--slide-up-rtl {
    0 {
        opacity: 0;
        -webkit-transform: translate(-10vh,0);
        transform: translate(-10vh,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes _slide-dialog--slide-up-ltr {
    0 {
        opacity: 0;
        -webkit-transform: translate(10vh,0);
        transform: translate(10vh,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes _slide-dialog--slide-up-rtl {
    0 {
        opacity: 0;
        -webkit-transform: translate(-10vh,0);
        transform: translate(-10vh,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes _slide-dialog--backdrop {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes _slide-dialog--backdrop {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cc-aem-c-form-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: .75rem
}

[dir] .cc-aem-c-form-message {
    padding: .5rem .75rem
}

.cc-aem-c-form-message:empty {
    display: none
}

.cc-aem-c-form-message--error {
    color: #de002e
}

.cc-aem-c-file {
    position: relative;
    display: inline-block
}

.cc-aem-c-file__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    opacity: 0
}

[dir] .cc-aem-c-file__input {
    cursor: pointer
}

.cc-aem-c-file__input::-webkit-file-upload-button {
    visibility: hidden
}

.cc-aem-c-file__input::-ms-browse {
    display: none;
    visibility: hidden
}

[dir] .cc-aem-c-file__input:disabled {
    cursor: default
}

.cc-aem-c-file__label {
    height: 2.5rem;
    color: black;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    pointer-events: none;
    outline: 0
}

[dir] .cc-aem-c-file__label {
    padding: 0
}

.cc-aem-c-file__label__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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%;
    height: 100%;
    color: #333;
    min-height: auto;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

[dir] .cc-aem-c-file__label__text {
    cursor: pointer;
    border: #333 solid 2px;
    border-radius: 0;
    padding: 0 1.5rem
}

[dir] .cc-aem-c-hover {
    cursor: pointer
}

[dir] .cc-aem-c-hover--grey-10:hover {
    background-color: #fafafa !important
}

* fdx-icon {
    font-size: inherit
}

* fdx-icon>* {
    fill: inherit
}

.cc-aem-c-icon {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    font-size: inherit;
    color: inherit;
    fill: currentColor
}

.cc-aem-c-icon--gradient>*,.cc-aem-c-icon--gradient {
    fill: url(../../clientlibs/fedex/cc-dependencies/css/#gradient-horizontal--primary) #479
}

.cc-aem-c-inline-message {
    --signal-border-left-color: transparent;
    --border-color: #e3e3e3;
    --icon-size: 1.5rem;
    --font-size: 1rem;
    --title-gap: .5rem;
    --inner-spacing-x: 1rem;
    --inner-spacing-y: 1rem;
    --background-color: #fafafa;
    display: grid;
    position: relative;
    grid-template-areas: "header body footer";
    grid-template-columns: auto 1fr auto;
    gap: var(--inner-spacing-y);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

[dir] .cc-aem-c-inline-message {
    border: solid var(--border-color) 1px;
    background-color: var(--background-color)
}

.cc-aem-c-inline-message:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px
}

[dir] .cc-aem-c-inline-message:before {
    background-color: var(--signal-border-left-color)
}

[dir=ltr] .cc-aem-c-inline-message:before {
    left: 0
}

[dir=rtl] .cc-aem-c-inline-message:before {
    right: 0
}

.cc-aem-c-inline-message--error {
    --border-color: #de002e;
    --signal-border-left-color: #de002e;
    --icon-color: #de002e;
    --background-color: #fefafb
}

.cc-aem-c-inline-message--success {
    --border-color: #008a00;
    --signal-border-left-color: #008a00;
    --icon-color: #008a00;
    --background-color: #f8fbf8
}

[dir=ltr] .cc-aem-c-inline-message>*:first-child {
    padding-left: var(--inner-spacing-x)
}

[dir=rtl] .cc-aem-c-inline-message>*:first-child {
    padding-right: var(--inner-spacing-x)
}

.cc-aem-c-inline-message__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    font-size: var(--icon-size);
    color: var(--icon-color)
}

[dir] .cc-aem-c-inline-message__icon {
    background-color: var(--signal-background-color);
    padding-top: var(--inner-spacing-y)
}

.cc-aem-c-inline-message__body {
    font-size: var(--font-size);
    color: #333
}

[dir] .cc-aem-c-inline-message__body {
    padding: var(--inner-spacing-y) 0
}

.cc-aem-c-inline-message__body__message-type {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-inline-message__body__message-type {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-form-group {
    font-weight: 400
}

.cc-aem-c-form-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[dir] .cc-aem-c-form-group__item {
    background: #f2f2f2
}

.cc-aem-c-form-group__label {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    pointer-events: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333
}

[dir] .cc-aem-c-form-group__label {
    margin-bottom: 0
}

.cc-aem-c-form-group__select {
    font-size: 1rem;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    height: 3.75rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[dir] .cc-aem-c-form-group__select {
    padding-top: 0;
    padding-bottom: 0;
    background: #f2f2f2;
    border: 0;
    border-radius: 0
}

[dir=ltr] .cc-aem-c-form-group__select {
    border-left: solid transparent 3px;
    padding-left: .625rem
}

[dir=rtl] .cc-aem-c-form-group__select {
    border-right: solid transparent 3px;
    padding-right: .625rem
}

[dir=ltr] .cc-aem-c-form-group__select:focus {
    border-left-color: #4d148c
}

[dir=rtl] .cc-aem-c-form-group__select:focus {
    border-right-color: #4d148c
}

.cc-aem-c-form-group__select::-ms-expand {
    display: none
}

.cc-aem-c-form-group__select+* {
    font-size: 1.25rem
}

.cc-aem-c-form-group--float-label {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cc-aem-c-form-group--float-label .cc-aem-c-form-group__label {
    top: 1.25rem;
    -webkit-transform: all;
    position: absolute;
    transition: .3s;
    display: block
}

[dir] .cc-aem-c-form-group--float-label .cc-aem-c-form-group__label {
    transform: all;
    -webkit-transition: .3s
}

[dir=ltr] .cc-aem-c-form-group--float-label .cc-aem-c-form-group__label {
    left: .9375rem
}

[dir=rtl] .cc-aem-c-form-group--float-label .cc-aem-c-form-group__label {
    right: .9375rem
}

.cc-aem-c-form-group--float-label.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase
}

[dir=ltr] .cc-aem-c-form-group--float-label.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    left: 0
}

[dir=rtl] .cc-aem-c-form-group--float-label.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    right: 0
}

.cc-aem-c-form-group--float-label .cc-aem-c-form-group__select:focus ~ .cc-aem-c-form-group__label {
    font-weight: 700;
    font-size: .625rem;
    text-transform: uppercase;
    top: .625rem
}

.cc-aem-c-form-group--select {
    position: relative
}

.cc-aem-c-form-group--select .cc-aem-c-form-group__item {
    display: grid;
    grid-template-areas: "input input";
    grid-template-columns: 1fr auto;
    position: relative
}

.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    grid-area: input
}

[dir=ltr] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    padding-left: .625rem;
    border-left: solid transparent 3px
}

[dir=rtl] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    padding-right: .625rem;
    border-right: solid transparent 3px
}

.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__select {
    grid-area: input
}

[dir] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__select {
    padding-top: 1.25rem
}

[dir=ltr] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__select {
    padding-left: .625rem
}

[dir=rtl] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__select {
    padding-right: .625rem
}

.cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    grid-row: 1;
    grid-column: 2;
    pointer-events: none;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir=ltr] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__icon {
    margin-left: auto;
    margin-right: 1.25rem
}

[dir=rtl] .cc-aem-c-form-group--select .cc-aem-c-form-group__item .cc-aem-c-form-group__icon {
    margin-right: auto;
    margin-left: 1.25rem
}

.cc-aem-c-form-group.cc-aem-c-form-group--has-value .cc-aem-c-form-group__item .cc-aem-c-form-group__label {
    font-weight: 700;
    font-size: .625rem;
    text-transform: uppercase;
    top: .625rem
}

.cc-aem-c-form-group .cc-aem-c-form-group__select[readonly],.cc-aem-c-form-group .cc-aem-c-form-group__select:disabled {
    color: #333
}

[dir] .cc-aem-c-form-group .cc-aem-c-form-group__select[readonly],[dir] .cc-aem-c-form-group .cc-aem-c-form-group__select:disabled {
    background-color: transparent
}

.cc-aem-c-form-group .cc-aem-c-form-group__select[readonly] ~ .cc-aem-c-form-group__label,.cc-aem-c-form-group .cc-aem-c-form-group__select:disabled ~ .cc-aem-c-form-group__label {
    color: #333
}

.cc-aem-c-form-group .cc-aem-c-form-group__select[readonly] ~ .cc-aem-c-form-group__icon,.cc-aem-c-form-group .cc-aem-c-form-group__select:disabled ~ .cc-aem-c-form-group__icon {
    fill: #8e8e8e
}

.cc-aem-c-form-group .cc-aem-c-form-group__select[readonly] ~ .cc-aem-c-form-group__icon *,.cc-aem-c-form-group .cc-aem-c-form-group__select:disabled ~ .cc-aem-c-form-group__icon * {
    fill: #8e8e8e
}

.cc-aem-c-form {
    --label-fontsize: .875rem;
    --form-border-color: #8e8e8e;
    display: grid;
    grid-template: "label" "input" "tooltip";
    grid-template-rows: minmax(1.5rem,auto) 3.5rem auto
}

.cc-aem-c-form:focus-within .cc-aem-c-form__indicator {
    max-height: 100%;
    transition: all .2s ease-out
}

[dir] .cc-aem-c-form:focus-within .cc-aem-c-form__indicator {
    background-color: #4d148c;
    -webkit-transition: all .2s ease-out
}

.cc-aem-c-form--is-invalid .cc-aem-c-form__label {
    color: #de002e
}

[dir] .cc-aem-c-form--is-invalid .cc-aem-c-form__input {
    border-color: #de002e
}

[dir=ltr] .cc-aem-c-form--is-invalid .cc-aem-c-form__input ~ .cc-aem-c-form__suffix {
    border-left-color: #de002e
}

[dir=rtl] .cc-aem-c-form--is-invalid .cc-aem-c-form__input ~ .cc-aem-c-form__suffix {
    border-right-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid .cc-aem-c-form__select {
    border-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid .cc-aem-c-form__select:focus-within .cc-aem-c-form__indicator {
    background-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid .cc-aem-c-form__indicator:before,[dir] .cc-aem-c-form--is-invalid .cc-aem-c-form__indicator:after {
    border-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid:focus-within .cc-aem-c-form__indicator {
    background-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid.cc-aem-c-form--checkbox .cc-aem-c-form__indicator {
    border-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked ~ .cc-aem-c-form__indicator {
    background-color: #de002e
}

[dir] .cc-aem-c-form--is-invalid.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked ~ .cc-aem-c-form__indicator:before {
    border-color: #fff
}

.cc-aem-c-form--is-invalid.cc-aem-c-form--radiobutton .cc-aem-c-form__indicator {
    -webkit-box-shadow: inset 0 0 0 2px #de002e
}

[dir] .cc-aem-c-form--is-invalid.cc-aem-c-form--radiobutton .cc-aem-c-form__indicator {
    border-color: #de002e;
    box-shadow: inset 0 0 0 2px #de002e
}

.cc-aem-c-form--is-invalid.cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator:before {
    -webkit-box-shadow: inset 0 0 0 2px #de002e
}

[dir] .cc-aem-c-form--is-invalid.cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator:before {
    background-color: #de002e;
    box-shadow: inset 0 0 0 2px #de002e
}

.cc-aem-c-form--is-disabled .cc-aem-c-form__label {
    color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled .cc-aem-c-form__label {
    cursor: default
}

[dir] .cc-aem-c-form--is-disabled .cc-aem-c-form__select {
    background-color: #f2f2f2
}

[dir] .cc-aem-c-form--is-disabled .cc-aem-c-form__input {
    background-color: #f2f2f2
}

[dir] .cc-aem-c-form--is-disabled.cc-aem-c-form--checkbox .cc-aem-c-form__indicator {
    border-color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator {
    background-color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator:before {
    border-color: #fff
}

[dir] .cc-aem-c-form--is-disabled.cc-aem-c-form--radiobutton .cc-aem-c-form__indicator {
    border-color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled.cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator:before {
    background-color: #8e8e8e
}

.cc-aem-c-form--text {
    grid-template-areas: "label label label" "input input input" "hint hint hint" "message message message";
    grid-template-columns: 1fr auto auto
}

.cc-aem-c-form--text .cc-aem-c-form__input {
    grid-area: input
}

.cc-aem-c-form--text:has([class*=__tooltip-button]) {
    grid-template-areas: "label label label" "input input tooltipbutton" "tooltipcontent tooltipcontent tooltipcontent" "hint hint hint" "message message message";
    grid-template-columns: 1fr auto auto
}

.cc-aem-c-form--picker {
    grid-template-areas: "label label label" "input input suffix" "hint hint hint" "message message message";
    grid-template-columns: 1fr auto auto
}

[dir=ltr] .cc-aem-c-form--picker [type=date]::-webkit-date-and-time-value,[dir=ltr] .cc-aem-c-form--picker [type=time]::-webkit-date-and-time-value,[dir=ltr] .cc-aem-c-form--picker [type=week]::-webkit-date-and-time-value {
    text-align: left
}

[dir=rtl] .cc-aem-c-form--picker [type=date]::-webkit-date-and-time-value,[dir=rtl] .cc-aem-c-form--picker [type=time]::-webkit-date-and-time-value,[dir=rtl] .cc-aem-c-form--picker [type=week]::-webkit-date-and-time-value {
    text-align: right
}

.cc-aem-c-form--picker [type=date],.cc-aem-c-form--picker [type=time],.cc-aem-c-form--picker [type=week] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cc-aem-c-form--picker [type=date]::-webkit-inner-spin-button,.cc-aem-c-form--picker [type=date]::-webkit-calendar-picker-indicator,.cc-aem-c-form--picker [type=time]::-webkit-inner-spin-button,.cc-aem-c-form--picker [type=time]::-webkit-calendar-picker-indicator,.cc-aem-c-form--picker [type=week]::-webkit-inner-spin-button,.cc-aem-c-form--picker [type=week]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

[dir] .cc-aem-c-form--picker [type=date]::-webkit-inner-spin-button,[dir] .cc-aem-c-form--picker [type=date]::-webkit-calendar-picker-indicator,[dir] .cc-aem-c-form--picker [type=time]::-webkit-inner-spin-button,[dir] .cc-aem-c-form--picker [type=time]::-webkit-calendar-picker-indicator,[dir] .cc-aem-c-form--picker [type=week]::-webkit-inner-spin-button,[dir] .cc-aem-c-form--picker [type=week]::-webkit-calendar-picker-indicator {
    margin: 0;
    padding: 0;
    cursor: pointer
}

[dir=ltr] .cc-aem-c-form--picker [type=date]::-webkit-inner-spin-button,[dir=ltr] .cc-aem-c-form--picker [type=date]::-webkit-calendar-picker-indicator,[dir=ltr] .cc-aem-c-form--picker [type=time]::-webkit-inner-spin-button,[dir=ltr] .cc-aem-c-form--picker [type=time]::-webkit-calendar-picker-indicator,[dir=ltr] .cc-aem-c-form--picker [type=week]::-webkit-inner-spin-button,[dir=ltr] .cc-aem-c-form--picker [type=week]::-webkit-calendar-picker-indicator {
    right: 0
}

[dir=rtl] .cc-aem-c-form--picker [type=date]::-webkit-inner-spin-button,[dir=rtl] .cc-aem-c-form--picker [type=date]::-webkit-calendar-picker-indicator,[dir=rtl] .cc-aem-c-form--picker [type=time]::-webkit-inner-spin-button,[dir=rtl] .cc-aem-c-form--picker [type=time]::-webkit-calendar-picker-indicator,[dir=rtl] .cc-aem-c-form--picker [type=week]::-webkit-inner-spin-button,[dir=rtl] .cc-aem-c-form--picker [type=week]::-webkit-calendar-picker-indicator {
    left: 0
}

.cc-aem-c-form--picker [type=date]::-webkit-clear-button,.cc-aem-c-form--picker [type=time]::-webkit-clear-button,.cc-aem-c-form--picker [type=week]::-webkit-clear-button {
    display: none
}

.cc-aem-c-form--picker .cc-aem-c-form__input {
    grid-column: 1/-1;
    grid-row: 2
}

[dir=ltr] .cc-aem-c-form--picker .cc-aem-c-form__input {
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--picker .cc-aem-c-form__input {
    border-left: 0
}

.cc-aem-c-form--picker .cc-aem-c-form__suffix {
    pointer-events: none
}

[dir=ltr] .cc-aem-c-form--picker .cc-aem-c-form__suffix {
    border-left: 0
}

[dir=rtl] .cc-aem-c-form--picker .cc-aem-c-form__suffix {
    border-right: 0
}

.cc-aem-c-form--picker .cc-aem-c-form__picker-icon {
    width: 20px;
    pointer-events: none;
    line-height: 0;
    fill: #007ab7
}

.cc-aem-c-form--textarea {
    grid-template-areas: "label label" "input input" "hint hint" "message message";
    grid-template-rows: minmax(1.5rem,auto) auto auto;
    grid-template-columns: auto auto
}

.cc-aem-c-form--textarea .cc-aem-c-form__textarea {
    width: 100%;
    resize: vertical;
    font-weight: 300;
    grid-area: input;
    font-size: 1rem;
    min-width: 0;
    outline: 0
}

[dir] .cc-aem-c-form--textarea .cc-aem-c-form__textarea {
    border: solid 1px #8e8e8e;
    border-radius: 0;
    background: transparent;
    margin: 0
}

[dir=ltr] .cc-aem-c-form--textarea .cc-aem-c-form__textarea {
    padding-left: .5rem
}

[dir=rtl] .cc-aem-c-form--textarea .cc-aem-c-form__textarea {
    padding-right: .5rem
}

.cc-aem-c-form--textarea .cc-aem-c-form__textarea:focus {
    outline: 0
}

.cc-aem-c-form--textarea .cc-aem-c-form__input:focus ~ .cc-aem-c-form__indicator {
    z-index: 1;
    max-height: 100%;
    transition: all .2s
}

[dir] .cc-aem-c-form--textarea .cc-aem-c-form__input:focus ~ .cc-aem-c-form__indicator {
    -webkit-transition: all .2s
}

.cc-aem-c-form--checkbox {
    grid-template-areas: "input label tooltipbutton" "message message message";
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto auto;
    display: inline-grid;
    --label-indent: 2rem;
    --indicator-width: 1.5rem;
    --indicator-height: 1.5rem;
    --indicator-before-height: calc(0.375rem);
    --indicator-before-width: calc(0.75rem);
    --indicator-before-top: calc(0.4375rem - 0.125rem);
    --indicator-before-left: calc(0.375rem - 0.125rem);
    --indicator-indeterminate-before-top: calc(0.4375rem - 0.125rem)
}

.cc-aem-c-form--checkbox>* {
    -ms-flex-item-align: center;
    align-self: center
}

.cc-aem-c-form--checkbox .cc-aem-c-form__tooltip-content:not([hidden]) {
    top: 1.25rem;
    max-height: initial;
    z-index: 1
}

[dir=ltr] .cc-aem-c-form--checkbox .cc-aem-c-form__tooltip-content:not([hidden]) {
    right: initial
}

[dir=rtl] .cc-aem-c-form--checkbox .cc-aem-c-form__tooltip-content:not([hidden]) {
    left: initial
}

.cc-aem-c-form--checkbox .cc-aem-c-form__label {
    grid-column: 1/3;
    font-weight: 400
}

[dir=ltr] .cc-aem-c-form--checkbox .cc-aem-c-form__label {
    padding-left: var(--label-indent)
}

[dir=rtl] .cc-aem-c-form--checkbox .cc-aem-c-form__label {
    padding-right: var(--label-indent)
}

.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox {
    padding: 0;
    border: 0 !important
}

.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:focus-visible+.cc-aem-c-form__indicator {
    transition: none;
    outline: solid 2px Highlight;
    outline: solid 2px -webkit-focus-ring-color;
    outline-offset: 2px
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:focus-visible+.cc-aem-c-form__indicator {
    background-color: transparent;
    -webkit-transition: none
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator {
    background-color: #007ab7
}

.cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator:before {
    display: block;
    position: absolute;
    content: " ";
    top: var(--indicator-before-top);
    width: var(--indicator-before-width);
    height: var(--indicator-before-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator:before {
    border: 2px solid #fff;
    border-top: 0
}

[dir=ltr] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator:before {
    border-right: 0;
    left: var(--indicator-before-left);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[dir=rtl] .cc-aem-c-form--checkbox .cc-aem-c-form__checkbox:checked+.cc-aem-c-form__indicator:before {
    border-left: 0;
    right: var(--indicator-before-left);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cc-aem-c-form--checkbox .cc-aem-c-form__indicator {
    grid-area: input;
    min-width: var(--indicator-width);
    min-height: var(--indicator-width);
    position: relative;
    display: block
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__indicator {
    border: #007ab7 solid 2px
}

[dir] .cc-aem-c-form--checkbox:focus-within .cc-aem-c-form__indicator {
    background-color: transparent
}

[dir] .cc-aem-c-form--checkbox .cc-aem-c-form__message {
    border: 0;
    background-color: transparent;
    padding: .25rem 0 0 0
}

.cc-aem-c-form--radiobutton {
    grid-template-areas: "input label tooltipbutton" "message message message";
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto auto;
    display: inline-grid;
    --label-indent: 2rem;
    --indicator-width: 1.5rem;
    --indicator-height: 1.5rem;
    --indicator-before-height: 1rem;
    --indicator-before-width: 1rem;
    --indicator-before-top: calc(50% - 0.5rem);
    --indicator-before-left: calc(50% - 0.5rem)
}

.cc-aem-c-form--radiobutton>* {
    -ms-flex-item-align: center;
    align-self: center
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__tooltip-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__tooltip-content:not([hidden]) {
    top: 1.25rem;
    max-height: initial;
    z-index: 1
}

[dir=ltr] .cc-aem-c-form--radiobutton .cc-aem-c-form__tooltip-content:not([hidden]) {
    right: initial
}

[dir=rtl] .cc-aem-c-form--radiobutton .cc-aem-c-form__tooltip-content:not([hidden]) {
    left: initial
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton {
    padding: 0;
    border: 0 !important
}

[dir] .cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:focus+.cc-aem-c-form__indicator {
    background-color: transparent
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator::before {
    display: block;
    position: absolute;
    content: " ";
    top: var(--indicator-before-top);
    width: var(--indicator-before-width);
    height: var(--indicator-before-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator::before {
    background-color: #007ab7;
    border-radius: 999px
}

[dir=ltr] .cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator::before {
    left: var(--indicator-before-left)
}

[dir=rtl] .cc-aem-c-form--radiobutton .cc-aem-c-form__radiobutton:checked+.cc-aem-c-form__indicator::before {
    right: var(--indicator-before-left)
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__indicator {
    grid-area: input;
    min-width: var(--indicator-width);
    min-height: var(--indicator-height);
    position: relative;
    display: block;
    -webkit-box-shadow: inset 0 0 0 2px #007ab7
}

[dir] .cc-aem-c-form--radiobutton .cc-aem-c-form__indicator {
    border-radius: 999px;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #007ab7
}

.cc-aem-c-form--radiobutton:focus-within .cc-aem-c-form__indicator {
    transition: none;
    outline: solid 2px Highlight;
    outline: solid 2px -webkit-focus-ring-color;
    outline-offset: 1px
}

[dir] .cc-aem-c-form--radiobutton:focus-within .cc-aem-c-form__indicator {
    background-color: transparent;
    -webkit-transition: none
}

.cc-aem-c-form--radiobutton .cc-aem-c-form__label {
    font-weight: 400;
    grid-column: 1/3
}

[dir=ltr] .cc-aem-c-form--radiobutton .cc-aem-c-form__label {
    padding-left: var(--label-indent)
}

[dir=rtl] .cc-aem-c-form--radiobutton .cc-aem-c-form__label {
    padding-right: var(--label-indent)
}

[dir] .cc-aem-c-form--radiobutton .cc-aem-c-form__message {
    border: 0;
    background-color: transparent;
    padding: .25rem 0 0 0
}

.cc-aem-c-form--select {
    grid-template-areas: "label label label" "input input icon" "hint hint hint" "message message message";
    grid-template-columns: auto 1fr auto;
    grid-template-rows: minmax(1.5rem,auto) 3.5rem auto
}

.cc-aem-c-form--select:has([class*=__tooltip-button]):not(:has([class*=__prefix])):not(:has([class*=__suffix])) {
    grid-template-areas: "label label label" "input icon tooltipbutton" "tooltipcontent tooltipcontent tooltipcontent" "hint hint hint" "message message message";
    grid-template-columns: 1fr auto auto
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__tooltip-button]):not(:has([class*=__prefix])):not(:has([class*=__suffix])) .cc-aem-c-form__tooltip-button {
    border-left: solid 1px #8e8e8e
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__tooltip-button]):not(:has([class*=__prefix])):not(:has([class*=__suffix])) .cc-aem-c-form__tooltip-button {
    border-right: solid 1px #8e8e8e
}

.cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) {
    grid-template-areas: "label label label label" "prefix input icon suffix" "hint hint hint hint" "message message message message";
    grid-template-columns: auto 1fr auto auto auto
}

.cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__input,.cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__select {
    grid-column: 2/4
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-left: 0;
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-right: 0;
    border-left: 0
}

.cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) {
    grid-template-areas: "label label label" "prefix input icon" "hint hint hint" "message message message";
    grid-template-columns: auto 1fr auto
}

.cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__input,.cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__select {
    grid-column: 2/4
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__select {
    border-left: 0
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):not(:has([class*=__suffix])) .cc-aem-c-form__select {
    border-right: 0
}

.cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) {
    grid-template-areas: "label label label" "input icon suffix" "hint hint hint" "message message message";
    grid-template-columns: 1fr auto auto
}

.cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__input,.cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__select {
    grid-column: 1/3
}

[dir=ltr] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__select {
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__suffix]) .cc-aem-c-form__select {
    border-left: 0
}

.cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) {
    grid-template-areas: "label label label label" "prefix input icon tooltipbutton" "tooltipcontent tooltipcontent tooltipcontent tooltipcontent" "hint hint hint hint" "message message message message";
    grid-template-columns: auto 1fr auto auto
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__select {
    border-left: 0;
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__select {
    border-right: 0;
    border-left: 0
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__tooltip-button {
    border-left: solid 1px #8e8e8e
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):not(:has([class*=__suffix])) .cc-aem-c-form__tooltip-button {
    border-right: solid 1px #8e8e8e
}

.cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__tooltip]):has([class*=__suffix]) {
    grid-template-areas: "label label label label" "input icon suffix tooltipbutton" "tooltipcontent tooltipcontent tooltipcontent tooltipcontent" "hint hint hint hint" "message message message message";
    grid-template-columns: 1fr auto auto auto
}

[dir=ltr] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:not(:has([class*=__prefix])):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-left: 0
}

.cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):has([class*=__suffix]) {
    grid-template-areas: "label label label label label" "prefix input icon suffix tooltipbutton" "tooltipcontent tooltipcontent tooltipcontent tooltipcontent tooltipcontent" "hint hint hint hint hint" "message message message message message";
    grid-template-columns: auto 1fr auto auto auto
}

[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=ltr] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-right: 0
}

[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__input,[dir=rtl] .cc-aem-c-form--select:has([class*=__prefix]):has([class*=__tooltip]):has([class*=__suffix]) .cc-aem-c-form__select {
    border-left: 0
}

.cc-aem-c-form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    grid-column: 1/4;
    grid-row: 2;
    font-size: 1rem;
    color: #333
}

[dir] .cc-aem-c-form__select {
    border-radius: 0;
    margin: 0;
    border: solid 1px #8e8e8e;
    background-color: transparent
}

[dir=ltr] .cc-aem-c-form__select {
    padding-left: .5rem;
    padding-right: 2.5rem
}

[dir=rtl] .cc-aem-c-form__select {
    padding-right: .5rem;
    padding-left: 2.5rem
}

.cc-aem-c-form__select:focus {
    outline: 0
}

.cc-aem-c-form__select-icon {
    display: inline-block;
    grid-area: icon;
    pointer-events: none;
    align-self: center;
    line-height: 0;
    font-size: 1.5rem
}

[dir=ltr] .cc-aem-c-form__select-icon {
    margin-right: .5rem
}

[dir=rtl] .cc-aem-c-form__select-icon {
    margin-left: .5rem
}

.cc-aem-c-form__input {
    font-size: 1rem;
    min-width: 0;
    outline: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto
}

[dir] .cc-aem-c-form__input {
    border: solid 1px #8e8e8e;
    border-radius: 0;
    background: transparent;
    margin: 0
}

[dir=ltr] .cc-aem-c-form__input {
    padding-left: .5rem
}

[dir=rtl] .cc-aem-c-form__input {
    padding-right: .5rem
}

.cc-aem-c-form__input:focus {
    outline: 0
}

.cc-aem-c-form__suffix {
    grid-area: suffix
}

.cc-aem-c-form__suffix {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

[dir] .cc-aem-c-form__suffix {
    border: solid 1px #8e8e8e
}

[dir=ltr] .cc-aem-c-form__suffix {
    padding-right: .5rem;
    padding-left: .5rem
}

[dir=rtl] .cc-aem-c-form__suffix {
    padding-left: .5rem;
    padding-right: .5rem
}

.cc-aem-c-form__suffix:focus-within {
    outline: solid 2px Highlight;
    outline: solid 2px -webkit-focus-ring-color
}

.cc-aem-c-form__indicator {
    pointer-events: none;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    max-height: 0;
    width: 3px;
    grid-area: input
}

[dir] .cc-aem-c-form__indicator {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    border-radius: 0
}

.cc-aem-c-form__label {
    font-weight: 500;
    font-size: var(--label-fontsize);
    grid-area: label;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

[dir] .cc-aem-c-form__label {
    cursor: pointer
}

.cc-aem-c-form__message {
    grid-area: message;
    font-size: .75rem
}

[dir] .cc-aem-c-form__message {
    padding: .25rem .5rem;
    background-color: #f2f2f2;
    border-bottom: solid 1px #8e8e8e
}

[dir=ltr] .cc-aem-c-form__message {
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e
}

[dir=rtl] .cc-aem-c-form__message {
    border-left: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e
}

.cc-aem-c-form__message__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir] .cc-aem-c-form__message__item+.cc-aem-c-form__message__item {
    padding-top: .25rem
}

.cc-aem-c-form__message__item--error {
    color: #de002e
}

.cc-aem-c-form__message__item--success .cc-aem-c-form__message__item__icon {
    color: #008a00
}

.cc-aem-c-form__message__item__icon {
    line-height: 0
}

[dir=ltr] .cc-aem-c-form__message__item__icon {
    margin-right: .5rem
}

[dir=rtl] .cc-aem-c-form__message__item__icon {
    margin-left: .5rem
}

.cc-aem-c-form__hint {
    grid-area: hint;
    font-size: .75rem
}

[dir] .cc-aem-c-form__hint {
    padding: .25rem .5rem;
    background-color: #f2f2f2;
    border-bottom: solid 1px #8e8e8e
}

[dir=ltr] .cc-aem-c-form__hint {
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e
}

[dir=rtl] .cc-aem-c-form__hint {
    border-left: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e
}

.cc-aem-c-form__tooltip-button {
    width: 2.5rem;
    grid-area: tooltipbutton;
    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
}

[dir] .cc-aem-c-form__tooltip-button {
    margin: 0;
    padding: 0;
    background: transparent;
    border-top: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e
}

[dir=ltr] .cc-aem-c-form__tooltip-button {
    border-right: solid 1px #8e8e8e;
    border-left: 0
}

[dir=rtl] .cc-aem-c-form__tooltip-button {
    border-left: solid 1px #8e8e8e;
    border-right: 0
}

.cc-aem-c-form__tooltip-button__icon {
    color: #007ab7;
    line-height: 0;
    font-size: 1.5rem;
    overflow: hidden
}

.cc-aem-c-form__tooltip-content:not([hidden]) {
    transition: all .2s ease-out;
    max-height: 100%
}

[dir] .cc-aem-c-form__tooltip-content:not([hidden]) {
    -webkit-transition: all .2s ease-out
}

.cc-aem-c-form__tooltip-content[hidden] {
    max-height: 0
}

.cc-aem-c-form__tooltip-content {
    grid-area: tooltipcontent;
    font-size: .75rem;
    position: relative
}

[dir] .cc-aem-c-form__tooltip-content {
    padding: .25rem .5rem;
    background-color: #f2f2f2;
    border-bottom: solid 1px #8e8e8e
}

[dir=ltr] .cc-aem-c-form__tooltip-content {
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e
}

[dir=rtl] .cc-aem-c-form__tooltip-content {
    border-left: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e
}

.cc-aem-c-form__tooltip-content:before {
    content: "";
    display: block;
    top: -10px;
    position: absolute;
    width: 0;
    height: 0
}

[dir] .cc-aem-c-form__tooltip-content:before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #8e8e8e transparent
}

[dir=ltr] .cc-aem-c-form__tooltip-content:before {
    right: .625rem
}

[dir=rtl] .cc-aem-c-form__tooltip-content:before {
    left: .625rem
}

.cc-aem-c-form__tooltip-content:after {
    content: "";
    display: block;
    top: -9px;
    position: absolute;
    width: 0;
    height: 0
}

[dir] .cc-aem-c-form__tooltip-content:after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f2f2f2 transparent
}

[dir=ltr] .cc-aem-c-form__tooltip-content:after {
    right: .625rem
}

[dir=rtl] .cc-aem-c-form__tooltip-content:after {
    left: .625rem
}

.cc-aem-c-form__tooltip-content__title {
    font-weight: 500
}

[dir] .cc-aem-c-form__tooltip-content__title {
    margin: 0;
    padding: 0
}

.cc-aem-c-form__button {
    grid-area: button;
    min-height: 3.5rem
}

[dir] .cc-aem-c-form__button {
    border: 0;
    margin: 0
}

.cc-aem-c-form__button:focus {
    outline: 0
}

.cc-aem-c-jumplink {
    --gap: .5rem;
    --icon-size: 1rem;
    --text-size: 1rem;
    --icon-color: #007ab7;
    --link-gap-x: .5rem;
    --link-gap-y: 0rem;
    --item-gap-x: 1.5rem;
    --item-gap-y: 0;
    --background-color: transparent;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap) 0
}

[dir] .cc-aem-c-jumplink {
    margin: 0;
    padding: 0
}

.cc-aem-c-jumplink--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--item-gap-y) var(--item-gap-x);
    --icon-size: 2rem;
    --link-gap-x: 1rem
}

@media(min-width: 768px) {
    .cc-aem-c-jumplink--block {
        gap:0 var(--item-gap-x);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cc-aem-c-jumplink--block .cc-aem-c-jumplink__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5
}

[dir] .cc-aem-c-jumplink--block .cc-aem-c-jumplink__item {
    background-color: var(--background-color)
}

@media(min-width: 768px) {
    .cc-aem-c-jumplink--block .cc-aem-c-jumplink__item:first-child:nth-last-child(4),.cc-aem-c-jumplink--block .cc-aem-c-jumplink__item:first-child:nth-last-child(4) ~ li {
        --icon-size:1rem
    }
}

.cc-aem-c-jumplink--block .cc-aem-c-jumplink__link {
    position: relative;
    width: 100%;
    height: 100%
}

[dir] .cc-aem-c-jumplink--block .cc-aem-c-jumplink__link {
    padding: 1.5rem 2rem
}

.cc-aem-c-jumplink--block .cc-aem-c-jumplink__link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

[dir=ltr] .cc-aem-c-jumplink--block .cc-aem-c-jumplink__link:before {
    left: 0
}

[dir=rtl] .cc-aem-c-jumplink--block .cc-aem-c-jumplink__link:before {
    right: 0
}

.cc-aem-c-jumplink--background {
    --item-gap-y: 1.5rem;
    --background-color: #fafafa
}

.cc-aem-c-jumplink__link {
    display: inline-grid;
    grid-template-areas: "icon title" ". description";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    text-decoration: none;
    gap: var(--link-gap-y) var(--link-gap-x);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[dir] .cc-aem-c-jumplink__link {
    cursor: pointer;
    background: 0;
    border: 0;
    padding: 0
}

[dir=ltr] .cc-aem-c-jumplink__link {
    text-align: left
}

[dir=rtl] .cc-aem-c-jumplink__link {
    text-align: right
}

.cc-aem-c-jumplink__link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    display: block
}

[dir=ltr] .cc-aem-c-jumplink__link:before {
    right: 0;
    left: 0
}

[dir=rtl] .cc-aem-c-jumplink__link:before {
    left: 0;
    right: 0
}

.cc-aem-c-jumplink__link:hover .cc-aem-c-jumplink__title {
    text-decoration: underline
}

.cc-aem-c-jumplink__link:has(>[class*=jumplink__title]:first-child) {
    grid-template-areas: "title icon" "description .";
    grid-template-columns: 1fr auto
}

.cc-aem-c-jumplink__icon {
    color: var(--icon-color);
    font-size: var(--icon-size);
    grid-row: 1/-1;
    line-height: 0
}

[dir] .cc-aem-c-jumplink__icon {
    padding-top: calc(0.25rem + 1px)
}

.cc-aem-c-jumplink__title {
    grid-area: title;
    text-decoration: none;
    font-weight: 500;
    color: #007ab7;
    font-size: var(--text-size)
}

.cc-aem-c-jumplink__link:focus .cc-aem-c-jumplink__title {
    text-decoration: underline
}

.cc-aem-c-jumplink__description {
    grid-area: description;
    text-decoration: none;
    color: #333;
    font-weight: 400
}

[dir] .cc-aem-c-jumplink__description {
    padding: 0;
    margin: 0
}

[dir] .cc-aem-c-line--white-50 {
    background-color: rgba(255,255,255,0.5)
}

.cc-aem-c-link,a {
    text-decoration: underline;
    color: inherit
}

.cc-aem-c-link:hover,a:hover {
    color: #007ab7
}

.cc-aem-c-list--unstyled {
    list-style: none
}

[dir] .cc-aem-c-list--unstyled {
    padding: 0
}

.cc-aem-c-list--unstyled>li {
    font-size: 1rem;
    line-height: 1.3
}

.cc-aem-c-list--bullet {
    list-style-type: disc
}

[dir=ltr] .cc-aem-c-list--bullet {
    padding-left: 1rem
}

[dir=rtl] .cc-aem-c-list--bullet {
    padding-right: 1rem
}

.cc-aem-c-list--bullet>li {
    font-size: 1rem;
    line-height: 1.3
}

.cc-aem-c-loader {
    --width: 2rem;
    --height: 2rem;
    display: inline-block;
    position: relative;
    width: var(--width);
    height: var(--height);
    overflow: hidden
}

[dir] .cc-aem-c-loader {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%
}

.cc-aem-c-loader--small {
    --width: 1rem;
    --height: 1rem
}

.cc-aem-c-loader--medium {
    --width: 1.5rem;
    --height: 1.5rem
}

.cc-aem-c-loader--large {
    --width: 4rem;
    --height: 4rem
}

[dir] .cc-aem-c-loader.cc-aem-c-loader--small {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20%3E%3Ccircle%20class='bg'%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%23e3e3e3'%20stroke-width='6'%3E%3C/circle%3E%3Ccircle%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%234d148c'%20stroke-dashoffset='120'%20stroke-dasharray='130'%20stroke-linecap='round'%20stroke-width='6'%3E%3Canimate%20attributeName='stroke-dashoffset'%20begin='0s'%20values='120;4;120'%20dur='2.2s'%20calcMode='linear'%20repeatDur='indefinite'/%3E%3CanimateTransform%20attributeName='transform'%20begin='0s'%20dur='1s'%20type='rotate'%20from='0%2025%2025'%20to='360%2025%2025'%20calcMode='linear'%20repeatCount='indefinite'%20/%3E%3C/circle%3E%3C/svg%3E")
}

[dir] .cc-aem-c-loader.cc-aem-c-loader--medium {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20%3E%3Ccircle%20class='bg'%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%23e3e3e3'%20stroke-width='4'%3E%3C/circle%3E%3Ccircle%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%234d148c'%20stroke-dashoffset='120'%20stroke-dasharray='130'%20stroke-linecap='round'%20stroke-width='4'%3E%3Canimate%20attributeName='stroke-dashoffset'%20begin='0s'%20values='120;4;120'%20dur='2.2s'%20calcMode='linear'%20repeatDur='indefinite'/%3E%3CanimateTransform%20attributeName='transform'%20begin='0s'%20dur='1s'%20type='rotate'%20from='0%2025%2025'%20to='360%2025%2025'%20calcMode='linear'%20repeatCount='indefinite'%20/%3E%3C/circle%3E%3C/svg%3E")
}

[dir] .cc-aem-c-loader.cc-aem-c-loader--large {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20%3E%3Ccircle%20class='bg'%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%23e3e3e3'%20stroke-width='2.5'%3E%3C/circle%3E%3Ccircle%20cx='25'%20cy='25'%20r='21'%20fill='none'%20stroke='%234d148c'%20stroke-dashoffset='120'%20stroke-dasharray='130'%20stroke-linecap='round'%20stroke-width='2.5'%3E%3Canimate%20attributeName='stroke-dashoffset'%20begin='0s'%20values='120;4;120'%20dur='2.2s'%20calcMode='linear'%20repeatDur='indefinite'/%3E%3CanimateTransform%20attributeName='transform'%20begin='0s'%20dur='1s'%20type='rotate'%20from='0%2025%2025'%20to='360%2025%2025'%20calcMode='linear'%20repeatCount='indefinite'%20/%3E%3C/circle%3E%3C/svg%3E")
}

.cc-aem-c-notification {
    display: block
}

.cc-aem-c-notification--info.cc-aem-c-notification--block,.cc-aem-c-notification--info.cc-aem-c-notification--inline {
    color: #333
}

.cc-aem-c-notification--info.cc-aem-c-notification--block [class*=header] [class*=icon],.cc-aem-c-notification--info.cc-aem-c-notification--inline [class*=header] [class*=icon] {
    fill: #4d148c
}

.cc-aem-c-notification--inline .cc-aem-c-notification__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

[dir] .cc-aem-c-notification--inline .cc-aem-c-notification__main {
    padding: 1rem 0
}

[dir=ltr] .cc-aem-c-notification--inline .cc-aem-c-notification__main>*+* {
    padding-left: 1rem
}

[dir=rtl] .cc-aem-c-notification--inline .cc-aem-c-notification__main>*+* {
    padding-right: 1rem
}

.cc-aem-c-notification--inline .cc-aem-c-notification__main .cc-aem-c-notification__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.cc-aem-c-notification--inline .cc-aem-c-notification__main .cc-aem-c-notification__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

[dir] .cc-aem-c-notification--inline .cc-aem-c-notification__main .cc-aem-c-notification__body {
    padding-top: 0
}

.cc-aem-c-notification--block .cc-aem-c-notification__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir] .cc-aem-c-notification--block .cc-aem-c-notification__main {
    margin: 0 auto;
    padding: 1rem
}

.cc-aem-c-notification--block .cc-aem-c-notification__main .cc-aem-c-notification__header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[dir] .cc-aem-c-notification--block .cc-aem-c-notification__main .cc-aem-c-notification__header+.cc-aem-c-notification__body {
    padding-top: 1rem
}

.cc-aem-c-notification--block .cc-aem-c-notification__main .cc-aem-c-notification__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.cc-aem-c-notification__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir] .cc-aem-c-notification__main {
    margin: 0 auto;
    padding: 1rem
}

.cc-aem-c-notification__header {
    font-size: 1.875rem;
    line-height: 1
}

.cc-aem-c-notification__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.cc-aem-c-notification__description {
    font-size: 1rem;
    line-height: 1.3
}

.cc-aem-c-notification-bar__button-close {
    grid-area: close;
    font-size: .875rem;
    line-height: 0
}

[dir] .cc-aem-c-notification-bar__button-close {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.cc-aem-c-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.cc-aem-c-progress__indicators {
    grid-auto-columns: minmax(0,1fr);
    grid-auto-flow: column;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .75rem
}

[dir] .cc-aem-c-progress__indicators {
    margin: 0;
    padding: 0
}

@media(min-width: 664px) {
    .cc-aem-c-progress__indicators {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cc-aem-c-progress__indicators__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: width .3s;
    height: 100%
}

[dir] .cc-aem-c-progress__indicators__button {
    border: 0;
    background: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: width .3s
}

[dir] .cc-aem-c-progress__indicators__button:not([disabled]):not(span) {
    cursor: pointer
}

[dir] .cc-aem-c-progress__indicators__button:disabled:before {
    background-color: #e3e3e3
}

@media(min-width: 664px) {
    .cc-aem-c-progress__indicators__button {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }

    [dir] .cc-aem-c-progress__indicators__button {
        margin: 0
    }
}

.cc-aem-c-progress__indicators__button:before {
    width: 100%;
    content: "";
    height: .5rem;
    display: block
}

[dir] .cc-aem-c-progress__indicators__button:before {
    background-color: rgba(0,122,183,0.5);
    margin-bottom: .5rem;
    border-radius: 9999px
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-progress__indicators__button:not([class*=active]) [class*=text] {
        position:absolute !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0;
        clip: rect(1px,1px,1px,1px);
        overflow: hidden
    }

    [dir] .cc-aem-c-progress__indicators__button:not([class*=active]) [class*=text] {
        padding: 0;
        border: 0 !important
    }
}

.cc-aem-c-progress__indicators__button__text {
    font-weight: 300;
    font-size: .875rem;
    display: block;
    height: 100%
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-c-progress__indicators__button__text {
        position:absolute !important;
        width: 1px !important;
        height: 1px !important;
        opacity: 0;
        clip: rect(1px,1px,1px,1px);
        overflow: hidden
    }

    [dir] .cc-aem-c-progress__indicators__button__text {
        padding: 0;
        border: 0 !important
    }
}

.cc-aem-c-progress__indicators__button--active {
    grid-column: span 2
}

@media(min-width: 664px) {
    .cc-aem-c-progress__indicators__button--active {
        grid-column:span 1;
        transition: width .3s
    }

    [dir] .cc-aem-c-progress__indicators__button--active {
        -webkit-transition: width .3s
    }
}

[dir] .cc-aem-c-progress__indicators__button--active:before {
    background-color: #007ab7
}

.cc-aem-c-progress__indicators__button--active .cc-aem-c-progress__indicators__button__text {
    font-weight: 500
}

[dir] .cc-aem-c-progress__indicators__button--active ~ [class*=__button]:before {
    background-color: #e3e3e3
}

@media(min-width: 664px) {
    [dir] .cc-aem-c-progress__indicators__button--active ~ [class*=__button]:before {
        background-color:#e3e3e3
    }
}

.cc-aem-c-skeleton {
    --skeleton-svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22blurFilter%22%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20in%3D%22SourceGraphic%22%20stdDeviation%3D%2220%200%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3Cmask%20id%3D%22outlineMask%22%3E%0A%20%20%20%20%20%20%3Crect%20fill%3D%22black%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%220%22%20rx%3D%220%22%20ry%3D%220%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20fill%3D%22white%22%20height%3D%2290%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%225%25%22%20rx%3D%2210%22%20ry%3D%2210%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22xMaxYMin%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23F2F2F2%22%20height%3D%2290%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%225%25%22%20mask%3D%22url%28%23outlineMask%29%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22swoosh%22%20fill%3D%22%23E3E3E3%22%20height%3D%2290%25%22%20width%3D%2270%25%22%20x%3D%22-100%25%22%20y%3D%225%25%22%0A%20%20%20%20%20%20%20%20%20%20filter%3D%22url%28%23blurFilter%29%22%20mask%3D%22url%28%23outlineMask%29%22%3E%0A%20%20%20%20%20%20%3Canimate%20id%3D%22myAnm%22%20attributeName%3D%22x%22%20from%3D%22-100%25%22%20to%3D%22200%25%22%20dur%3D%221.5s%22%20begin%3D%220s%3BmyAnm.end%2B.9s%22%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fsvg%3E")
}

.cc-aem-c-skeleton--cover-all {
    --skeleton-svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22f1%22%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20in%3D%22SourceGraphic%22%20stdDeviation%3D%2220%200%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3Cmask%20id%3D%22myMask%22%3E%0A%20%20%20%20%20%20%3Crect%20fill%3D%22black%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%220%22%20rx%3D%220%22%20ry%3D%220%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20fill%3D%22white%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%220%22%20rx%3D%2210%22%20ry%3D%2210%22%2F%3E%0A%20%20%20%20%3C%2Fmask%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22xMaxYMin%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23F2F2F2%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20x%3D%220%22%20y%3D%220%22%20mask%3D%22url%28%23myMask%29%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22swoosh%22%20fill%3D%22%23E3E3E3%22%20height%3D%22100%25%22%20width%3D%2240%25%22%20x%3D%22-100%25%22%20y%3D%220%22%0A%20%20%20%20%20%20%20%20%20%20filter%3D%22url%28%23f1%29%22%20mask%3D%22url%28%23myMask%29%22%3E%0A%20%20%20%20%20%20%3Canimate%20id%3D%22jan%22%20attributeName%3D%22x%22%20from%3D%22-100%25%22%20to%3D%22200%25%22%20dur%3D%221.5s%22%20begin%3D%220s%3Bjan.end%2B.9s%22%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%3C%2Fsvg%3E%0A%3C%2Fsvg%3E")
}

.cc-aem-c-skeleton__item {
    outline: 0;
    color: transparent
}

[dir] .cc-aem-c-skeleton__item {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    background-color: transparent;
    background-image: var(--skeleton-svg)
}

.cc-aem-c-skeleton [class*=form--tex] [class*=__label],.cc-aem-c-skeleton [class*=form--tex] [class*=__select],.cc-aem-c-skeleton [class*=form--tex] [class*=__input],.cc-aem-c-skeleton [class*=form--select] [class*=__label],.cc-aem-c-skeleton [class*=form--select] [class*=__select],.cc-aem-c-skeleton [class*=form--select] [class*=__input] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    speak: none;
    outline: 0;
    color: transparent
}

[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__label],[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__select],[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__input],[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__label],[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__select],[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__input] {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    background-color: transparent;
    background-image: var(--skeleton-svg)
}

[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__label]:focus,[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__select]:focus,[dir] .cc-aem-c-skeleton [class*=form--tex] [class*=__input]:focus,[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__label]:focus,[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__select]:focus,[dir] .cc-aem-c-skeleton [class*=form--select] [class*=__input]:focus {
    background-color: none
}

.cc-aem-c-skeleton [class*=form--tex] [class*=__label]:focus ~ [class*=__indicator],.cc-aem-c-skeleton [class*=form--tex] [class*=__select]:focus ~ [class*=__indicator],.cc-aem-c-skeleton [class*=form--tex] [class*=__input]:focus ~ [class*=__indicator],.cc-aem-c-skeleton [class*=form--select] [class*=__label]:focus ~ [class*=__indicator],.cc-aem-c-skeleton [class*=form--select] [class*=__select]:focus ~ [class*=__indicator],.cc-aem-c-skeleton [class*=form--select] [class*=__input]:focus ~ [class*=__indicator] {
    display: none
}

.cc-aem-c-skeleton [class*=form--tex] [class*=__label],.cc-aem-c-skeleton [class*=form--select] [class*=__label] {
    width: 40%
}

.cc-aem-c-skeleton [class*=form--tex] [class*=__select-icon],.cc-aem-c-skeleton [class*=form--tex] [class*=__suffix],.cc-aem-c-skeleton [class*=form--select] [class*=__select-icon],.cc-aem-c-skeleton [class*=form--select] [class*=__suffix] {
    display: none
}

.cc-aem-c-skeleton [class*=form--tex] [class*=__inner],.cc-aem-c-skeleton [class*=form--select] [class*=__inner] {
    opacity: 0
}

.cc-aem-c-skeleton [class*="--checkbox"],.cc-aem-c-skeleton [class*="--radiobutton"],.cc-aem-c-skeleton [class*=c-heading],.cc-aem-c-skeleton [class*=c-button] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    speak: never;
    outline: 0;
    color: transparent
}

[dir] .cc-aem-c-skeleton [class*="--checkbox"],[dir] .cc-aem-c-skeleton [class*="--radiobutton"],[dir] .cc-aem-c-skeleton [class*=c-heading],[dir] .cc-aem-c-skeleton [class*=c-button] {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    background-color: transparent;
    background-image: var(--skeleton-svg)
}

.cc-aem-c-skeleton [class*="--checkbox"]:focus,.cc-aem-c-skeleton [class*="--checkbox"]:hover,.cc-aem-c-skeleton [class*="--radiobutton"]:focus,.cc-aem-c-skeleton [class*="--radiobutton"]:hover,.cc-aem-c-skeleton [class*=c-heading]:focus,.cc-aem-c-skeleton [class*=c-heading]:hover,.cc-aem-c-skeleton [class*=c-button]:focus,.cc-aem-c-skeleton [class*=c-button]:hover {
    -webkit-box-shadow: none
}

[dir] .cc-aem-c-skeleton [class*="--checkbox"]:focus,[dir] .cc-aem-c-skeleton [class*="--checkbox"]:hover,[dir] .cc-aem-c-skeleton [class*="--radiobutton"]:focus,[dir] .cc-aem-c-skeleton [class*="--radiobutton"]:hover,[dir] .cc-aem-c-skeleton [class*=c-heading]:focus,[dir] .cc-aem-c-skeleton [class*=c-heading]:hover,[dir] .cc-aem-c-skeleton [class*=c-button]:focus,[dir] .cc-aem-c-skeleton [class*=c-button]:hover {
    border: 0;
    box-shadow: none
}

.cc-aem-c-skeleton [class*="--checkbox"] [class*=__indicator],.cc-aem-c-skeleton [class*="--radiobutton"] [class*=__indicator],.cc-aem-c-skeleton [class*=c-heading] [class*=__indicator],.cc-aem-c-skeleton [class*=c-button] [class*=__indicator] {
    opacity: 0
}

.cc-aem-c-skeleton [class*=c-paragraph],.cc-aem-c-skeleton [class*=c-heading],.cc-aem-c-skeleton [class*=c-button] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    speak: never;
    outline: 0;
    color: transparent
}

[dir] .cc-aem-c-skeleton [class*=c-paragraph],[dir] .cc-aem-c-skeleton [class*=c-heading],[dir] .cc-aem-c-skeleton [class*=c-button] {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    background-color: transparent;
    background-image: var(--skeleton-svg)
}

.cc-aem-c-skeleton [class*=c-paragraph]:focus,.cc-aem-c-skeleton [class*=c-paragraph]:hover,.cc-aem-c-skeleton [class*=c-heading]:focus,.cc-aem-c-skeleton [class*=c-heading]:hover,.cc-aem-c-skeleton [class*=c-button]:focus,.cc-aem-c-skeleton [class*=c-button]:hover {
    -webkit-box-shadow: none
}

[dir] .cc-aem-c-skeleton [class*=c-paragraph]:focus,[dir] .cc-aem-c-skeleton [class*=c-paragraph]:hover,[dir] .cc-aem-c-skeleton [class*=c-heading]:focus,[dir] .cc-aem-c-skeleton [class*=c-heading]:hover,[dir] .cc-aem-c-skeleton [class*=c-button]:focus,[dir] .cc-aem-c-skeleton [class*=c-button]:hover {
    border: 0;
    box-shadow: none
}

.cc-aem-c-skeleton [class*=c-jumplink__icon],.cc-aem-c-skeleton [class*=c-jumplink__title],.cc-aem-c-skeleton [class*=c-jumplink__description] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    speak: never;
    outline: 0;
    color: transparent
}

[dir] .cc-aem-c-skeleton [class*=c-jumplink__icon],[dir] .cc-aem-c-skeleton [class*=c-jumplink__title],[dir] .cc-aem-c-skeleton [class*=c-jumplink__description] {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    background-color: transparent;
    background-image: var(--skeleton-svg)
}

.cc-aem-c-skeleton [class*=c-jumplink__icon]:focus,.cc-aem-c-skeleton [class*=c-jumplink__icon]:hover,.cc-aem-c-skeleton [class*=c-jumplink__title]:focus,.cc-aem-c-skeleton [class*=c-jumplink__title]:hover,.cc-aem-c-skeleton [class*=c-jumplink__description]:focus,.cc-aem-c-skeleton [class*=c-jumplink__description]:hover {
    -webkit-box-shadow: none
}

[dir] .cc-aem-c-skeleton [class*=c-jumplink__icon]:focus,[dir] .cc-aem-c-skeleton [class*=c-jumplink__icon]:hover,[dir] .cc-aem-c-skeleton [class*=c-jumplink__title]:focus,[dir] .cc-aem-c-skeleton [class*=c-jumplink__title]:hover,[dir] .cc-aem-c-skeleton [class*=c-jumplink__description]:focus,[dir] .cc-aem-c-skeleton [class*=c-jumplink__description]:hover {
    border: 0;
    box-shadow: none
}

.cc-aem-c-skeleton [class*=c-jumplink__icon] [class*=icon],.cc-aem-c-skeleton [class*=c-jumplink__title] [class*=icon],.cc-aem-c-skeleton [class*=c-jumplink__description] [class*=icon] {
    opacity: 0
}

@-webkit-keyframes loading-indicator-ltr {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-indicator-rtl {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes loading-indicator-ltr {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-indicator-rtl {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.cc-aem-c-table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse
}

.cc-aem-c-table__thead__th {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    letter-spacing: .1em
}

[dir] .cc-aem-c-table__thead__th {
    padding: .75rem 0
}

[dir=ltr] .cc-aem-c-table__thead__th {
    text-align: left
}

[dir=rtl] .cc-aem-c-table__thead__th {
    text-align: right
}

[dir=ltr] .cc-aem-c-table__thead__th+.cc-aem-c-table__thead__th {
    padding-left: 1rem
}

[dir=rtl] .cc-aem-c-table__thead__th+.cc-aem-c-table__thead__th {
    padding-right: 1rem
}

.cc-aem-c-table__tbody__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    transition: background-color .15s cubic-bezier(0.19,1,0.22,1)
}

[dir] .cc-aem-c-table__tbody__tr {
    padding: .5rem 0;
    -webkit-transition: background-color .15s cubic-bezier(0.19,1,0.22,1)
}

@media(min-width: 768px) {
    .cc-aem-c-table__tbody__tr {
        display:table-row
    }
}

.cc-aem-c-table__tbody__td {
    font-weight: 300;
    font-size: 1rem
}

[dir] .cc-aem-c-table__tbody__td {
    padding: .5rem 0;
    background-clip: padding-box
}

@media(min-width: 768px) {
    [dir] .cc-aem-c-table__tbody__td {
        padding:.75rem 0
    }

    [dir=ltr] .cc-aem-c-table__tbody__td+.cc-aem-c-table__tbody__td {
        padding-left: 1rem
    }

    [dir=rtl] .cc-aem-c-table__tbody__td+.cc-aem-c-table__tbody__td {
        padding-right: 1rem
    }
}

.cc-aem-c-table__tbody__td:before {
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    content: attr(data-label);
    display: block
}

@media(min-width: 768px) {
    .cc-aem-c-table__tbody__td:before {
        display:none
    }
}

[dir] .cc-aem-c-table__tbody--zebra .cc-aem-c-table__tbody__tr:nth-child(odd) {
    background-color: #fafafa
}

.cc-aem-c-tabs {
    --tab-height: 3rem;
    --tab-height-hover: 3.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-aem-c-tabs__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

[dir] .cc-aem-c-tabs__list {
    margin: 0;
    padding: 0
}

.cc-aem-c-tabs__list-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: var(--tab-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cc-aem-c-tabs__list-item>* {
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500
}

.cc-aem-c-tabs [role=tab] {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 500
}

[dir] .cc-aem-c-tabs .cc-aem-c-tabs__content {
    padding-top: 1.5rem
}

.cc-aem-c-tabs--striped>.cc-aem-c-tabs__list {
    gap: 1px
}

.cc-aem-c-tabs--striped>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item>[role=tab] {
    color: #333;
    font-size: .875rem;
    font-weight: 500
}

[dir] .cc-aem-c-tabs--striped>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item>[role=tab] {
    padding: 0 2rem;
    border: solid transparent 1px;
    background-color: #f2f2f2
}

.cc-aem-c-tabs--striped>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item>[role=tab]:focus {
    outline-offset: 3px
}

.cc-aem-c-tabs--striped>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item>[aria-selected=true] {
    color: #fff;
    min-height: calc(100% + 0.5rem)
}

[dir] .cc-aem-c-tabs--striped>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item>[aria-selected=true] {
    background-color: #4d148c
}

.cc-aem-c-tabs--underline>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

[dir] .cc-aem-c-tabs--underline>.cc-aem-c-tabs__list>.cc-aem-c-tabs__list-item {
    border-bottom: solid #e3e3e3 1px
}

[dir] .cc-aem-c-tabs--underline>.cc-aem-c-tabs__list [role=tab] {
    padding: .5rem 2rem
}

.cc-aem-c-tabs--underline>.cc-aem-c-tabs__list [role=tab]:focus {
    outline-offset: 3px
}

.cc-aem-c-tabs--underline>.cc-aem-c-tabs__list [aria-selected=true] {
    color: #4d148c;
    min-height: calc(100% - 4px)
}

[dir] .cc-aem-c-tabs--underline>.cc-aem-c-tabs__list [aria-selected=true] {
    border-bottom: solid #4d148c 4px
}

@-webkit-keyframes toggle_popIn {
    0 {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1.2,1);
        transform: scale(1.2,1)
    }

    50% {
        -webkit-transform: scale(1.4,1);
        transform: scale(1.4,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes toggle_popIn {
    0 {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1.2,1);
        transform: scale(1.2,1)
    }

    50% {
        -webkit-transform: scale(1.4,1);
        transform: scale(1.4,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@-webkit-keyframes toggle_popOut {
    0 {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1.2,1);
        transform: scale(1.2,1)
    }

    50% {
        -webkit-transform: scale(1.4,1);
        transform: scale(1.4,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes toggle_popOut {
    0 {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1.2,1);
        transform: scale(1.2,1)
    }

    50% {
        -webkit-transform: scale(1.4,1);
        transform: scale(1.4,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

.cc-aem-c-tooltip {
    display: inline-block
}

@media(min-width: 768px) {
    .cc-aem-c-tooltip {
        position:relative
    }
}

.cc-aem-c-tooltip__button {
    display: block;
    line-height: 1;
    color: #007ab7;
    font-size: 1rem
}

[dir] .cc-aem-c-tooltip__button {
    text-align: center;
    border-width: 0;
    padding: 0;
    background: transparent;
    cursor: pointer
}

.cc-aem-c-tooltip__button [class*=icon] {
    font-size: 1rem
}

.cc-aem-c-tooltip__main {
    z-index: 2;
    min-width: calc(100% - 2rem);
    grid-template-areas: "body header";
    grid-template-columns: 1fr auto;
    position: absolute
}

[dir] .cc-aem-c-tooltip__main {
    background: #f2f2f2
}

[dir=ltr] .cc-aem-c-tooltip__main {
    -webkit-box-shadow: -2px 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: -2px 2px 0 0 rgba(0,0,0,0.1);
    left: 1rem
}

[dir=rtl] .cc-aem-c-tooltip__main {
    -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
    right: 1rem
}

.cc-aem-c-tooltip__main:not([hidden]) {
    display: grid
}

@media(min-width: 768px) {
    .cc-aem-c-tooltip__main {
        min-width:18.75rem;
        width: 18.75rem
    }

    [dir=ltr] .cc-aem-c-tooltip__main {
        left: unset
    }

    [dir=rtl] .cc-aem-c-tooltip__main {
        right: unset
    }
}

.cc-aem-c-tooltip__main__body {
    grid-area: body;
    line-height: 1.3;
    font-size: .75rem;
    color: #333
}

[dir=ltr] .cc-aem-c-tooltip__main__body {
    padding: 1rem .25rem 1rem 1rem
}

[dir=rtl] .cc-aem-c-tooltip__main__body {
    padding: 1rem 1rem 1rem .25rem
}

.cc-aem-c-tooltip__main__body * {
    font-size: inherit
}

.cc-aem-c-tooltip__main__footer {
    grid-area: header
}

[dir] .cc-aem-c-tooltip__main__footer {
    padding-top: .5rem
}

[dir=ltr] .cc-aem-c-tooltip__main__footer {
    padding-right: .5rem;
    padding-left: .25rem
}

[dir=rtl] .cc-aem-c-tooltip__main__footer {
    padding-left: .5rem;
    padding-right: .25rem
}

.cc-aem-c-tooltip__main__footer__button {
    font-size: 1rem
}

[dir] .cc-aem-c-tooltip__main__footer__button {
    background-color: transparent;
    border: 0;
    padding: 0
}

.richtext p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.richtext a {
    text-decoration: underline !important;
    color: #333 !important
}

.richtext a sup,.richtext a sub {
    display: inline-block;
    text-decoration: none
}

.richtext a:hover,.richtext a:focus {
    color: #007ab7 !important
}

.richtext a:active {
    color: #333 !important
}

.richtext ul li,.richtext ol li {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

@-webkit-keyframes _progress_track_anm {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes _progress_track_anm {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@-webkit-keyframes __progress_track_scale_anm {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes __progress_track_scale_anm {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

[dir=ltr] .cc-aem-u-align--right {
    text-align: right !important
}

[dir=rtl] .cc-aem-u-align--right {
    text-align: left !important
}

@media(min-width: 0) and (max-width:663px) {
    [dir=ltr] .cc-aem-u-align--right\@x-small-only {
        text-align:right !important
    }

    [dir=rtl] .cc-aem-u-align--right\@x-small-only {
        text-align: left !important
    }
}

@media(min-width: 664px) {
    [dir=ltr] .cc-aem-u-align--right\@small {
        text-align:right !important
    }

    [dir=rtl] .cc-aem-u-align--right\@small {
        text-align: left !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    [dir=ltr] .cc-aem-u-align--right\@small-only {
        text-align:right !important
    }

    [dir=rtl] .cc-aem-u-align--right\@small-only {
        text-align: left !important
    }
}

@media(min-width: 768px) {
    [dir=ltr] .cc-aem-u-align--right\@medium {
        text-align:right !important
    }

    [dir=rtl] .cc-aem-u-align--right\@medium {
        text-align: left !important
    }
}

@media(min-width: 0) and (max-width:663px) {
    [dir=ltr] .cc-aem-u-align--left\@x-small-only {
        text-align:left !important
    }

    [dir=rtl] .cc-aem-u-align--left\@x-small-only {
        text-align: right !important
    }
}

@media(min-width: 664px) {
    [dir=ltr] .cc-aem-u-align--left\@small {
        text-align:left !important
    }

    [dir=rtl] .cc-aem-u-align--left\@small {
        text-align: right !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    [dir=ltr] .cc-aem-u-align--left\@small-only {
        text-align:left !important
    }

    [dir=rtl] .cc-aem-u-align--left\@small-only {
        text-align: right !important
    }
}

@media(min-width: 768px) {
    [dir=ltr] .cc-aem-u-align--left\@medium {
        text-align:left !important
    }

    [dir=rtl] .cc-aem-u-align--left\@medium {
        text-align: right !important
    }
}

[dir] .cc-aem-u-align--center {
    text-align: center !important
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .cc-aem-u-align--center\@x-small-only {
        text-align:center !important
    }
}

@media(min-width: 664px) {
    [dir] .cc-aem-u-align--center\@small {
        text-align:center !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    [dir] .cc-aem-u-align--center\@small-only {
        text-align:center !important
    }
}

@media(min-width: 768px) {
    [dir] .cc-aem-u-align--center\@medium {
        text-align:center !important
    }
}

[dir] .cc-aem-u-bg-color--white {
    background-color: #fff !important
}

[dir] .cc-aem-u-bg-color--success {
    background-color: #008a00 !important
}

[dir] .cc-aem-u-bg-color--error {
    background-color: #de002e !important
}

[dir] .cc-aem-u-bg-color--grey-10 {
    background-color: #fafafa !important
}

[dir] .cc-aem-u-bg-color--grey-20 {
    background-color: #f2f2f2 !important
}

[dir] .cc-aem-u-bg-color--transparent {
    background-color: transparent !important
}

[dir] .cc-aem-u-border--trbl {
    border: solid #e3e3e3 1px
}

[dir] .cc-aem-u-border--top {
    border-top: solid #e3e3e3 1px
}

[dir=ltr] .cc-aem-u-border--right {
    border-right: solid #e3e3e3 1px
}

[dir=rtl] .cc-aem-u-border--right {
    border-left: solid #e3e3e3 1px
}

[dir] .cc-aem-u-border--bottom {
    border-bottom: solid #e3e3e3 1px
}

[dir] .cc-aem-u-border--bottom-none {
    border-bottom: none !important
}

[dir=ltr] .cc-aem-u-border--left {
    border-left: solid #e3e3e3 1px
}

[dir=rtl] .cc-aem-u-border--left {
    border-right: solid #e3e3e3 1px
}

[dir] .cc-aem-u-border--none {
    border: none !important
}

.cc-aem-u-color--white {
    color: #fff !important
}

.cc-aem-u-color--purple {
    color: #4d148c !important
}

.cc-aem-u-color--gray {
    color: #333 !important
}

.cc-aem-u-color--blue {
    color: #007ab7 !important
}

.cc-aem-u-color--success {
    color: #008a00 !important
}

.cc-aem-u-color--error {
    color: #de002e !important
}

.cc-aem-u-color--text {
    color: #333 !important
}

.cc-aem-u-color--grey-40 {
    color: #8e8e8e !important
}

[dir] .cc-aem-u-cursor--pointer {
    cursor: pointer
}

.cc-aem-u-top--0 {
    top: 0rem !important
}

[dir=ltr] .cc-aem-u-right--0 {
    right: 0rem !important
}

[dir=rtl] .cc-aem-u-right--0 {
    left: 0rem !important
}

.cc-aem-u-bottom--0 {
    bottom: 0rem !important
}

[dir=ltr] .cc-aem-u-left--0 {
    left: 0rem !important
}

[dir=rtl] .cc-aem-u-left--0 {
    right: 0rem !important
}

.cc-aem-u-display--inline {
    display: inline !important
}

.cc-aem-u-display--inline-block {
    display: inline-block !important
}

.cc-aem-u-display--block {
    display: block !important
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-u-display--block\@x-small-only {
        display:block !important
    }
}

@media(min-width: 664px) {
    .cc-aem-u-display--block\@small {
        display:block !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .cc-aem-u-display--block\@small-only {
        display:block !important
    }
}

@media(min-width: 768px) {
    .cc-aem-u-display--block\@medium {
        display:block !important
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .cc-aem-u-display--block\@medium-only {
        display:block !important
    }
}

@media(min-width: 1024px) and (max-width:1199px) {
    .cc-aem-u-display--block\@medium-wide-only {
        display:block !important
    }
}

@media(min-width: 1200px) {
    .cc-aem-u-display--block\@large {
        display:block !important
    }
}

.cc-aem-u-display--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.cc-aem-u-display--none {
    display: none !important
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-u-display--none\@x-small-only {
        display:none !important
    }
}

@media(min-width: 664px) {
    .cc-aem-u-display--none\@small {
        display:none !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .cc-aem-u-display--none\@small-only {
        display:none !important
    }
}

@media(min-width: 768px) {
    .cc-aem-u-display--none\@medium {
        display:none !important
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .cc-aem-u-display--none\@medium-only {
        display:none !important
    }
}

@media(min-width: 1024px) and (max-width:1199px) {
    .cc-aem-u-display--none\@medium-wide-only {
        display:none !important
    }
}

@media(min-width: 1200px) {
    .cc-aem-u-display--none\@large {
        display:none !important
    }
}

.cc-aem-u-elevation--z2 {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10),0 3px 4px 0 rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.14)
}

[dir] .cc-aem-u-elevation--z2 {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10),0 3px 4px 0 rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.14)
}

.cc-aem-u-elevation--z6 {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.10),0 3px 14px 3px rgba(0,0,0,0.12),0 4px 5px 0 rgba(0,0,0,0.14)
}

[dir] .cc-aem-u-elevation--z6 {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.10),0 3px 14px 3px rgba(0,0,0,0.12),0 4px 5px 0 rgba(0,0,0,0.14)
}

.cc-aem-u-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.cc-aem-u-flex--inline {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.cc-aem-u-flex--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.cc-aem-u-flex--start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.cc-aem-u-flex-align-self--start {
    -ms-flex-item-align: start !important;
    align-self: start !important
}

.cc-aem-u-flex-align-self--center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.cc-aem-u-flex--align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.cc-aem-u-flex-align-items--start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important
}

.cc-aem-u-flex-align-items--center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.cc-aem-u-flex-justify-content--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cc-aem-u-flex-justify-content--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cc-aem-u-flex-justify-content--flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cc-aem-u-flex-direction--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-aem-u-flex-grow--0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.cc-aem-u-flex-grow--1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cc-aem-u-flex-gap--4 {
    gap: 1rem !important
}

.cc-aem-u-fontsize--h2 {
    font-size: 2.5rem
}

.cc-aem-u-fontsize--h4 {
    font-size: 1.5rem
}

.cc-aem-u-fontsize--h5 {
    font-size: 1.25rem
}

.cc-aem-u-fontsize--default {
    font-size: 1rem
}

.cc-aem-u-fontsize--small {
    font-size: .875rem
}

.cc-aem-u-fontsize--extra-small {
    font-size: .75rem
}

.cc-aem-u-font-size--extra-small {
    font-size: .75rem !important
}

.cc-aem-u-font-size--small {
    font-size: .875rem !important
}

.cc-aem-u-font-size--default {
    font-size: 1rem !important
}

.cc-aem-u-font-size--h2 {
    font-size: 2.5rem !important
}

.cc-aem-u-font-size--h3 {
    font-size: 2rem !important
}

.cc-aem-u-font-size--h4 {
    font-size: 1.5rem !important
}

.cc-aem-u-font-size--h5 {
    font-size: 1.25rem !important
}

.cc-aem-u-fontweight--light {
    font-weight: 300 !important
}

.cc-aem-u-fontweight--regular {
    font-weight: 400 !important
}

.cc-aem-u-fontweight--medium {
    font-weight: 500 !important
}

.cc-aem-u-fontweight--bold {
    font-weight: 700 !important
}

[dir] .cc-aem-u-p--1 {
    padding: .25rem !important
}

[dir] .cc-aem-u-p--2 {
    padding: .5rem !important
}

[dir] .cc-aem-u-p--3 {
    padding: .75rem !important
}

[dir] .cc-aem-u-p--4 {
    padding: 1rem !important
}

[dir] .cc-aem-u-m--0 {
    margin: 0rem !important
}

[dir] .cc-aem-u-pt--2 {
    padding-top: .5rem !important
}

[dir] .cc-aem-u-pt--3 {
    padding-top: .75rem !important
}

[dir] .cc-aem-u-pt--4 {
    padding-top: 1rem !important
}

[dir] .cc-aem-u-pt--6 {
    padding-top: 1.5rem !important
}

[dir] .cc-aem-u-pb--2 {
    padding-bottom: .5rem !important
}

[dir] .cc-aem-u-pb--4 {
    padding-bottom: 1rem !important
}

[dir] .cc-aem-u-pb--5 {
    padding-bottom: 1.25rem !important
}

[dir=ltr] .cc-aem-u-pl--0 {
    padding-left: 0rem !important
}

[dir=rtl] .cc-aem-u-pl--0 {
    padding-right: 0rem !important
}

[dir=ltr] .cc-aem-u-px--2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

[dir=rtl] .cc-aem-u-px--2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

[dir=ltr] .cc-aem-u-px--3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

[dir=rtl] .cc-aem-u-px--3 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

[dir=ltr] .cc-aem-u-px--4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

[dir=rtl] .cc-aem-u-px--4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

[dir=ltr] .cc-aem-u-px--5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

[dir=rtl] .cc-aem-u-px--5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important
}

[dir=ltr] .cc-aem-u-px--7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important
}

[dir=rtl] .cc-aem-u-px--7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important
}

[dir=ltr] .cc-aem-u-px--10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

[dir=rtl] .cc-aem-u-px--10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

[dir] .cc-aem-u-py--2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

[dir] .cc-aem-u-py--3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

[dir] .cc-aem-u-py--4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

[dir] .cc-aem-u-py--5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

[dir] .cc-aem-u-py--6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

[dir] .cc-aem-u-py--12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

[dir] .cc-aem-u-mt--0 {
    margin-top: 0rem !important
}

[dir] .cc-aem-u-mt--1 {
    margin-top: .25rem !important
}

[dir] .cc-aem-u-mt--2 {
    margin-top: .5rem !important
}

[dir] .cc-aem-u-mt--4 {
    margin-top: 1rem !important
}

[dir] .cc-aem-u-mt--5 {
    margin-top: 1.25rem !important
}

[dir] .cc-aem-u-mt--6 {
    margin-top: 1.5rem !important
}

[dir] .cc-aem-u-mt--7 {
    margin-top: 1.75rem !important
}

[dir=ltr] .cc-aem-u-mr--2 {
    margin-right: .5rem !important
}

[dir=rtl] .cc-aem-u-mr--2 {
    margin-left: .5rem !important
}

[dir=ltr] .cc-aem-u-mr--3 {
    margin-right: .75rem !important
}

[dir=rtl] .cc-aem-u-mr--3 {
    margin-left: .75rem !important
}

[dir=ltr] .cc-aem-u-mr--4 {
    margin-right: 1rem !important
}

[dir=rtl] .cc-aem-u-mr--4 {
    margin-left: 1rem !important
}

[dir] .cc-aem-u-mb--1 {
    margin-bottom: .25rem !important
}

[dir] .cc-aem-u-mb--2 {
    margin-bottom: .5rem !important
}

[dir] .cc-aem-u-mb--3 {
    margin-bottom: .75rem !important
}

[dir] .cc-aem-u-mb--4 {
    margin-bottom: 1rem !important
}

[dir] .cc-aem-u-mb--5 {
    margin-bottom: 1.25rem !important
}

[dir] .cc-aem-u-mb--6 {
    margin-bottom: 1.5rem !important
}

[dir] .cc-aem-u-mb--10 {
    margin-bottom: 2.5rem !important
}

[dir] .cc-aem-u-mb--11 {
    margin-bottom: 2.75rem !important
}

[dir] .cc-aem-u-mb--12 {
    margin-bottom: 3rem !important
}

[dir=ltr] .cc-aem-u-ml--1 {
    margin-left: .25rem !important
}

[dir=rtl] .cc-aem-u-ml--1 {
    margin-right: .25rem !important
}

[dir=ltr] .cc-aem-u-ml--4 {
    margin-left: 1rem !important
}

[dir=rtl] .cc-aem-u-ml--4 {
    margin-right: 1rem !important
}

[dir=ltr] .cc-aem-u-mx--1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

[dir=rtl] .cc-aem-u-mx--1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

[dir=ltr] .cc-aem-u-mx--2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

[dir=rtl] .cc-aem-u-mx--2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

[dir=ltr] .cc-aem-u-mx--4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

[dir=rtl] .cc-aem-u-mx--4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

[dir] .cc-aem-u-my--1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

[dir] .cc-aem-u-my--4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

[dir] .cc-aem-u-my--5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

[dir] .cc-aem-u-my--6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

[dir] .cc-aem-u-my--7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
}

[dir] .cc-aem-u-my--8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

@media(min-width: 664px) {
    [dir=ltr] .cc-aem-u-px--10\@small {
        padding-left:2.5rem !important;
        padding-right: 2.5rem !important
    }

    [dir=rtl] .cc-aem-u-px--10\@small {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    [dir] .cc-aem-u-mt--6\@small {
        margin-top: 1.5rem !important
    }

    [dir] .cc-aem-u-mt--9\@small {
        margin-top: 2.25rem !important
    }

    [dir] .cc-aem-u-mt--12\@small {
        margin-top: 3rem !important
    }

    [dir] .cc-aem-u-mb--6\@small {
        margin-bottom: 1.5rem !important
    }

    [dir] .cc-aem-u-mb--10\@small {
        margin-bottom: 2.5rem !important
    }

    [dir=ltr] .cc-aem-u-ml--4\@small {
        margin-left: 1rem !important
    }

    [dir=rtl] .cc-aem-u-ml--4\@small {
        margin-right: 1rem !important
    }
}

@media(min-width: 768px) {
    [dir] .cc-aem-u-pt--3\@medium {
        padding-top:.75rem !important
    }

    [dir=ltr] .cc-aem-u-ml--6\@medium {
        margin-left: 1.5rem !important
    }

    [dir=rtl] .cc-aem-u-ml--6\@medium {
        margin-right: 1.5rem !important
    }
}

.cc-aem-u-line-height--medium {
    line-height: 1.3
}

.cc-aem-u-line-height--large {
    line-height: 1.5
}

@media(min-width: 0) and (max-width:663px) {
    .cc-aem-u-line-height--large\@x-small-only {
        line-height:1.5
    }
}

[dir] .cc-aem-u-margin--auto {
    margin: 0 auto !important
}

.cc-aem-u-overflow--auto {
    overflow: auto !important
}

.cc-aem-u-overflow--x-hidden {
    overflow-x: hidden !important
}

.cc-aem-u-position--absolute {
    position: absolute !important
}

.cc-aem-u-position--relative {
    position: relative !important
}

.cc-aem-u-position--fixed {
    position: fixed !important
}

[dir=ltr] .cc-aem-u-rotate--90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[dir=rtl] .cc-aem-u-rotate--90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir=ltr] .cc-aem-u-rotate--180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .cc-aem-u-rotate--180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

[dir=ltr] .cc-aem-u-rotate--270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

[dir=rtl] .cc-aem-u-rotate--270 {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.cc-aem-u-text--uppercase {
    text-transform: uppercase !important
}

.cc-aem-u-visual-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

[dir] .cc-aem-u-visual-hidden {
    padding: 0;
    border: 0 !important
}

.cc-aem-u-white-space--nowrap {
    white-space: nowrap
}

.cc-aem-u-width--50 {
    width: 50% !important
}

.cc-aem-u-width--100 {
    width: 100% !important
}

@media(min-width: 768px) {
    .cc-aem-u-width--100\@medium {
        width:100% !important
    }
}

.cc-aem-u-width--auto {
    width: auto !important
}

@media(min-width: 664px) {
    .cc-aem-u-width--auto\@small {
        width:auto !important
    }
}

.cc-aem-u-text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}

.cc-aem-u-text-decoration-line--underline {
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important
}

.cc-aem-u-text-decoration-line--none {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.cc-aem-u-text-transform--uppercase-first-letter:first-letter {
    text-transform: uppercase !important
}

.cc-aem-u-z-index--low {
    z-index: 1 !important
}

.cc-aem-u-z-index--high {
    z-index: 3 !important
}

.cc-aem-c-icon--gradient>*,.cc-aem-c-icon--gradient {
    fill: url(#gradient-horizontal--primary) #479
}

.cc-aem-c-tabs--underline [role=tab] {
    min-height: var(--tab-height) !important
}

@media(min-width: 664px) {
    .fxg-tab .cc-aem-c-tabs--underline [aria-selected=true],.fxg-tab .cc-aem-c-tabs--striped [aria-selected=true] {
        font-weight:700 !important
    }
}

.cc-aem-c-accordion__button__text {
    font-weight: inherit
}

[dir=rtl] .cc-aem-c-accordion__button__icon {
    margin-left: 0;
    margin-right: auto
}

[dir] .cc-aem-u-bg--cover {
    background-size: cover !important
}

[dir] .cc-aem-u-bg-color--white-90 {
    background-color: rgba(255,255,255,0.9) !important
}

.cc-aem-u-box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .cc-aem-u-border--2 {
    border-width: 2px
}

[dir] .cc-aem-u-border-color--grey-30 {
    border-color: #e3e3e3
}

.cc-aem-u-flex--1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.cc-aem-u-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cc-aem-u-flex-gap--4 {
    gap: 1rem !important
}

.cc-aem-c-file {
    display: block
}

.cc-aem-c-form--is-invalid .cc-aem-c-file__label__text {
    color: #de002e
}

[dir] .cc-aem-c-form--is-invalid .cc-aem-c-file__label__text {
    border-color: #de002e
}

.cc-aem-c-icon--super-small {
    width: .625rem !important;
    height: .625rem !important
}

.cc-aem-c-file__input {
    height: 0;
    width: 0
}

.cc-aem-c-file__label__text {
    height: 2.5rem
}

[dir] .cc-aem-c-file__label__text {
    background-color: #fff
}

.cc-aem-c-form--is-disabled .cc-aem-c-file__label__text {
    color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled .cc-aem-c-file__label__text {
    border-color: #8e8e8e;
    cursor: default
}

.cc-aem-c-form--is-disabled label {
    color: #8e8e8e
}

[dir] .cc-aem-c-form--is-disabled label {
    cursor: default !important
}

[dir] .cc-aem-c-form--is-disabled .cc-aem-c-file__input {
    background-color: #8e8e8e
}

.cc-aem-c-jumplink__item .cc-aem-c-jumplink__icon-img {
    width: 2rem;
    height: auto
}

@media(min-width: 768px) {
    .cc-aem-c-jumplink__item:first-child:nth-last-child(4) .cc-aem-c-jumplink__icon-img,.cc-aem-c-jumplink__item:first-child:nth-last-child(4) ~ li .cc-aem-c-jumplink__icon-img {
        width:1rem
    }
}

[dir] .cc-aem-c-jumplink__description p:last-child {
    margin-bottom: 0
}

[dir=ltr] .-cc-aem-u-mx--3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
}

[dir=rtl] .-cc-aem-u-mx--3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important
}

.cc-aem-u-text-decoration-line--hover-underline:hover {
    text-decoration: underline !important
}

.cc-aem-u-transition--all {
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    -webkit-transition-duration: 150ms
}

[dir] .cc-aem-u-transition--all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms
}

.fxg-font-size-35 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2.5rem;
    line-height: 1.5
}

[dir] .fxg-font-size-35 {
    margin: 0;
    padding: 0
}

.fxg-font-size-30 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2rem;
    line-height: 1.5
}

[dir] .fxg-font-size-30 {
    margin: 0;
    padding: 0
}

.fxg-font-size-25 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.5rem;
    line-height: 1.5
}

[dir] .fxg-font-size-25 {
    margin: 0;
    padding: 0
}

.fxg-font-size-20 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.25rem;
    line-height: 1.5
}

[dir] .fxg-font-size-20 {
    margin: 0;
    padding: 0
}

.fxg-font-size-18 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.fxg-font-size-16 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.fxg-font-size-15 {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5
}

.fxg-font-size-14 {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5
}

.fxg-font-size-12 {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3
}

[dir] p {
    margin-top: 0;
    margin-bottom: .5rem
}

a:hover {
    color: #007ab7
}

.cc-aem-u-z-index--min-1 {
    z-index: -1 !important
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body.basicpage {
    height: 100%
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.aem-Grid {
    display: block;
    width: 100%
}

.aem-Grid::before,.aem-Grid::after {
    display: table;
    content: " "
}

.aem-Grid::after {
    clear: both
}

.aem-Grid-newComponent {
    clear: both;
    margin: 0
}

.aem-GridColumn {
    box-sizing: border-box;
    clear: both
}

.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
    display: block !important
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 14.28571429%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 28.57142857%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 42.85714286%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 57.14285714%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 71.42857143%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 85.71428571%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 14.28571429%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 28.57142857%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 42.85714286%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 57.14285714%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 71.42857143%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 85.71428571%
}

.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 12.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 37.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 62.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 87.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 12.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 37.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 62.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 87.5%
}

.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 11.11111111%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 22.22222222%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 44.44444444%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 55.55555556%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 77.77777778%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 88.88888889%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 11.11111111%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 22.22222222%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 44.44444444%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 55.55555556%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 77.77777778%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 88.88888889%
}

.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 10%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 30%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 70%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 90%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 10%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 30%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 70%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 90%
}

.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 9.09090909%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 18.18181818%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 27.27272727%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 36.36363636%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 45.45454545%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 54.54545455%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 63.63636364%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 72.72727273%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 81.81818182%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 90.90909091%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 9.09090909%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 18.18181818%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 27.27272727%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 36.36363636%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 45.45454545%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 54.54545455%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 63.63636364%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 72.72727273%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 81.81818182%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 90.90909091%
}

.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 8.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 41.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 58.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 91.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 8.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 41.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 58.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 91.66666667%
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 14.28571429%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 28.57142857%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 42.85714286%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 57.14285714%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 71.42857143%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 85.71428571%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 14.28571429%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 28.57142857%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 42.85714286%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 57.14285714%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 71.42857143%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 85.71428571%
}

.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 12.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 37.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 62.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 87.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 12.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 37.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 62.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 87.5%
}

.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 11.11111111%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 22.22222222%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 44.44444444%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 55.55555556%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 77.77777778%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 88.88888889%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 11.11111111%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 22.22222222%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 44.44444444%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 55.55555556%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 77.77777778%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 88.88888889%
}

.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 10%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 20%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 30%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 40%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 60%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 70%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 80%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 90%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 10%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 20%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 30%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 40%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 60%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 70%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 80%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 90%
}

.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 9.09090909%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 18.18181818%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 27.27272727%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 36.36363636%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 45.45454545%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 54.54545455%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 63.63636364%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 72.72727273%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 81.81818182%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 90.90909091%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 9.09090909%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 18.18181818%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 27.27272727%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 36.36363636%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 45.45454545%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 54.54545455%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 63.63636364%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 72.72727273%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 81.81818182%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 90.90909091%
}

.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 100%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1 {
    float: left;
    clear: none;
    width: 8.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2 {
    float: left;
    clear: none;
    width: 16.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3 {
    float: left;
    clear: none;
    width: 25%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
    float: left;
    clear: none;
    width: 33.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5 {
    float: left;
    clear: none;
    width: 41.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 50%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7 {
    float: left;
    clear: none;
    width: 58.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 66.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9 {
    float: left;
    clear: none;
    width: 75%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10 {
    float: left;
    clear: none;
    width: 83.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11 {
    float: left;
    clear: none;
    width: 91.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    margin-left: 0
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 8.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 16.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: 25%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
    margin-left: 33.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
    margin-left: 41.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
    margin-left: 50%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
    margin-left: 58.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
    margin-left: 66.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
    margin-left: 75%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
    margin-left: 83.33333333%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
    margin-left: 91.66666667%
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
    margin-left: 100%
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--newline {
    display: block;
    clear: both !important
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--none {
    display: block;
    clear: none !important;
    float: left
}

.aem-Grid>.aem-GridColumn.aem-GridColumn--default--hide {
    display: none
}

@media(max-width: 768px) {
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--phone--1 {
        float:left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 14.28571429%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 28.57142857%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 42.85714286%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 57.14285714%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 71.42857143%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 85.71428571%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 12.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 37.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 62.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 87.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 12.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 37.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 62.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 87.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 11.11111111%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 22.22222222%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 44.44444444%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 55.55555556%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 77.77777778%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 88.88888889%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 10%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 30%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 70%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 90%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 10%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 30%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 70%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 90%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 9.09090909%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 18.18181818%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 27.27272727%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 36.36363636%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 45.45454545%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 54.54545455%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 63.63636364%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 72.72727273%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 81.81818182%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 90.90909091%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--12 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 8.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 41.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 58.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 91.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 14.28571429%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 28.57142857%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 42.85714286%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 57.14285714%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 71.42857143%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 85.71428571%
    }

    .aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 12.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 37.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 62.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 87.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 12.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 37.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 62.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 87.5%
    }

    .aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 11.11111111%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 22.22222222%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 44.44444444%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 55.55555556%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 77.77777778%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 88.88888889%
    }

    .aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 10%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 30%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 70%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 90%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 10%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 30%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 70%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 90%
    }

    .aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 9.09090909%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 18.18181818%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 27.27272727%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 36.36363636%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 45.45454545%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 54.54545455%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 63.63636364%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 72.72727273%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 81.81818182%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 90.90909091%
    }

    .aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--3 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--6 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--9 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
        margin-left: 8.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
        margin-left: 41.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
        margin-left: 58.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
        margin-left: 91.66666667%
    }

    .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
        margin-left: 100%
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--newline {
        display: block;
        clear: both !important
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--none {
        display: block;
        clear: none !important;
        float: left
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--phone--hide {
        display: none
    }
}

@media(min-width: 769px) and (max-width:1200px) {
    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float:left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 14.28571429%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 28.57142857%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 42.85714286%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 57.14285714%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 71.42857143%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 85.71428571%
    }

    .aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 12.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 37.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 62.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 87.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 12.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 37.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 62.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 87.5%
    }

    .aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 11.11111111%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 22.22222222%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 44.44444444%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 55.55555556%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 77.77777778%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 88.88888889%
    }

    .aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 10%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 30%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 70%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 90%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 10%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 30%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 70%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 90%
    }

    .aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 9.09090909%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 18.18181818%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 27.27272727%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 36.36363636%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 45.45454545%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 54.54545455%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 63.63636364%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 72.72727273%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 81.81818182%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 90.90909091%
    }

    .aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 8.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 41.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 58.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 91.66666667%
    }

    .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 14.28571429%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 28.57142857%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 42.85714286%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 57.14285714%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 71.42857143%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 85.71428571%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 14.28571429%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 28.57142857%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 42.85714286%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 57.14285714%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 71.42857143%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 85.71428571%
    }

    .aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 12.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 37.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 62.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 87.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 12.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 37.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 62.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 87.5%
    }

    .aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 11.11111111%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 22.22222222%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 44.44444444%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 55.55555556%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 77.77777778%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 88.88888889%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 11.11111111%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 22.22222222%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 44.44444444%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 55.55555556%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 77.77777778%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 88.88888889%
    }

    .aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 10%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 20%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 30%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 40%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 60%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 70%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 80%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 90%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 10%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 20%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 30%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 40%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 60%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 70%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 80%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 90%
    }

    .aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 9.09090909%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 18.18181818%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 27.27272727%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 36.36363636%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 45.45454545%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 54.54545455%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 63.63636364%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 72.72727273%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 81.81818182%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 90.90909091%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 9.09090909%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 18.18181818%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 27.27272727%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 36.36363636%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 45.45454545%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 54.54545455%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 63.63636364%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 72.72727273%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 81.81818182%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 90.90909091%
    }

    .aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 100%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
        float: left;
        clear: none;
        width: 8.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
        float: left;
        clear: none;
        width: 16.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
        float: left;
        clear: none;
        width: 25%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
        float: left;
        clear: none;
        width: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
        float: left;
        clear: none;
        width: 41.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
        float: left;
        clear: none;
        width: 50%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
        float: left;
        clear: none;
        width: 58.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
        float: left;
        clear: none;
        width: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
        float: left;
        clear: none;
        width: 75%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
        float: left;
        clear: none;
        width: 83.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
        float: left;
        clear: none;
        width: 91.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
        float: left;
        clear: none;
        width: 100%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
        margin-left: 0
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
        margin-left: 8.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
        margin-left: 16.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
        margin-left: 25%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
        margin-left: 33.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
        margin-left: 41.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
        margin-left: 50%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
        margin-left: 58.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
        margin-left: 66.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
        margin-left: 75%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
        margin-left: 83.33333333%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
        margin-left: 91.66666667%
    }

    .aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
        margin-left: 100%
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--newline {
        display: block;
        clear: both !important
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--none {
        display: block;
        clear: none !important;
        float: left
    }

    .aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--hide {
        display: none
    }
}

.aem-GridColumn {
    padding: 19px 1px;
    padding-top: 0
}

.responsivegrid.aem-GridColumn {
    padding-left: 0;
    padding-right: 0
}

.cmp-carousel .cmp-carousel__item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: none
}

.cmp-carousel .cmp-carousel__item--active {
    display: block
}

.cmp-carousel--hero {
    padding: 0
}

.cmp-carousel--hero .cmp-carousel:hover .cmp-carousel__action {
    opacity: 1
}

.cmp-carousel--hero .cmp-carousel__action {
    position: absolute;
    line-height: 50px;
    opacity: 0;
    background-color: rgba(151,151,151,0.897);
    color: rgba(255,255,255,0.8);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: opacity .2s linear 0;
    top: calc(50% - 50px);
    margin-left: 12px;
    margin-right: 12px
}

.cmp-carousel--hero .cmp-carousel__action-text {
    display: none
}

.cmp-carousel--hero .cmp-carousel__action-icon {
    height: 35px;
    width: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.cmp-carousel--hero .cmp-carousel__action--previous {
    left: 0
}

.cmp-carousel--hero .cmp-carousel__action--previous .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='00252.15477.17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eback-button%3C/title%3E%3Cpathclass='cls-1'd='M145.19,238.57l215.5-215.5A13.51,13.51,0,0,0,341.59,4l-225.1,225.1a13.46,13.46,0,0,0,0,19.1l225.1,225a13.59,13.59,0,0,0,9.5,4,13.17,13.17,0,0,0,9.5-4,13.46,13.46,0,0,0,0-19.1Z'transform='translate(-112.510)'/%3E%3C/svg%3E");
    margin-left: 12px
}

.cmp-carousel--hero .cmp-carousel__action--next {
    right: 0
}

.cmp-carousel--hero .cmp-carousel__action--next .cmp-carousel__action-icon {
    background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='00252.15477.17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eback%3C/title%3E%3Cpathclass='cls-1'd='M116.59,454.07a13.46,13.46,0,0,0,0,19.1,13.17,13.17,0,0,0,9.5,4,13.59,13.59,0,0,0,9.5-4l225.1-225a13.46,13.46,0,0,0,0-19.1L135.59,4a13.51,13.51,0,1,0-19.1,19.1L332,238.57Z'transform='translate(-112.510)'/%3E%3C/svg%3E");
    margin-left: 18px
}

.cmp-carousel--hero .cmp-carousel__indicators {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 1px;
    position: relative;
    padding: 0;
    bottom: 60px;
    padding-left: 2px;
    display: flex;
    justify-content: left;
    list-style: none;
    background-color: transparent;
    height: 60px
}

@media(max-width: 992px) {
    .cmp-carousel--hero .cmp-carousel__indicators {
        justify-content:center
    }
}

.cmp-carousel--hero .cmp-carousel__indicator {
    position: relative;
    cursor: pointer;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin: 6px 8px;
    border-radius: 50%;
    font-size: 0;
    text-indent: -3000px;
    background-color: rgba(116,116,116,0.5)
}

.cmp-carousel--hero .cmp-carousel__indicator--active {
    background-color: rgba(0,0,0,0.9)
}

.cmp-contentfragment p {
    text-align: justify;
    font-size: 20px;
    line-height: 2.42857143
}

.cmp-contentfragment b {
    font-weight: 700
}

.cmp-image .cmp-image__image {
    width: 100%;
    margin-top: .5px;
    margin-bottom: .5px
}

.cmp-text {
    font-family: "Asar",Georgia,"Times New Roman",Times,serif
}

.cmp-text p {
    text-align: justify;
    font-size: 20px;
    line-height: 2.42857143
}

.cmp-text--quote {
    background-color: #ebebeb;
    padding: 1em 3em;
    margin: 1em 0
}

.cmp-text--quote blockquote {
    margin: 0;
    font-size: 36px;
    border: 0;
    padding: 14px 0
}

.cmp-text--quote u {
    text-decoration: none;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.cmp-text--quote u:before {
    border-top: 2px solid #ffe72b;
    content: '';
    display: block;
    width: 80px
}

.cmp-teaser .cmp-teaser__title {
    font-family: "Asar",Georgia,"Times New Roman",Times,serif;
    margin-top: 0
}

.cmp-teaser .cmp-teaser__title-link {
    color: #000
}

.cmp-teaser .cmp-teaser__description {
    color: #555;
    font-size: 16px;
    margin: 1em 0
}

.cmp-teaser .cmp-teaser__action-link {
    background-color: #ffe72b;
    text-transform: uppercase;
    font-size: 16px;
    padding: .75em 3.5em;
    margin-top: .5em;
    font-weight: 700;
    color: #000
}

.cmp-teaser--card .cmp-teaser {
    position: relative;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    background-color: #ededed;
    margin-bottom: 1px
}

@media(max-width: 768px) {
    .cmp-teaser--card .cmp-teaser {
        width:350px;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__image {
    width: 100%;
    overflow: hidden;
    padding-top: 0
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__image .cmp-image__image {
    margin-top: 0;
    object-fit: cover;
    object-position: top;
    height: 350px;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .25s
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__title {
    font-family: "Asar",Georgia,"Times New Roman",Times,serif;
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-top: 0;
    position: absolute;
    top: 1px;
    padding-left: 1px
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__title-link {
    color: #fdfdfd
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__description {
    display: none
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__action-container {
    position: absolute;
    bottom: 2px;
    left: 1px
}

.cmp-teaser--card .cmp-teaser .cmp-teaser__action-link {
    border: 1px solid #fdfdfd;
    color: #fdfdfd;
    background-color: transparent;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.cmp-teaser--card .cmp-teaser:hover .cmp-teaser__action-link {
    color: #000;
    background-color: #ffe72b;
    border-color: #ffe72b
}

.cmp-teaser--card .cmp-teaser:hover .cmp-image__image {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.cmp-teaser--slide .cmp-teaser {
    min-height: 700px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .cmp-teaser--slide .cmp-teaser {
        min-height:400px
    }
}

.cmp-teaser--slide .cmp-teaser .cmp-image__image {
    height: 700px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    padding: 0;
    margin: 0
}

@media(max-width: 768px) {
    .cmp-teaser--slide .cmp-teaser .cmp-image__image {
        opacity:.75
    }
}

.cmp-teaser--slide .cmp-teaser .cmp-teaser__content {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 1px;
    left: 0;
    right: 0;
    position: absolute;
    left: 2px;
    bottom: 8em
}

@media(max-width: 992px) {
    .cmp-teaser--slide .cmp-teaser .cmp-teaser__content {
        top:8em
    }
}

@media(max-width: 768px) {
    .cmp-teaser--slide .cmp-teaser .cmp-teaser__content {
        top:8em;
        left: 0;
        text-align: center
    }
}

.cmp-teaser--slide .cmp-teaser .cmp-teaser__title {
    font-family: "Asar",Georgia,"Times New Roman",Times,serif;
    width: 100%;
    color: #000;
    bottom: 20px;
    font-size: 36px;
    max-width: 350px
}

@media(max-width: 768px) {
    .cmp-teaser--slide .cmp-teaser .cmp-teaser__title {
        max-width:100%
    }
}

.cmp-teaser--slide .cmp-teaser .cmp-teaser__description {
    color: #555;
    font-size: 16px;
    margin-bottom: 2em;
    max-width: 450px
}

@media(max-width: 768px) {
    .cmp-teaser--slide .cmp-teaser .cmp-teaser__description {
        max-width:100%
    }
}

.cmp-teaser--slide .cmp-teaser .cmp-teaser__action-link {
    background-color: #ffe72b;
    text-transform: uppercase;
    font-size: 16px;
    padding: .75em 3.5em;
    margin-top: .5em;
    font-weight: 700
}

.cmp-title h1,.cmp-title h2,.cmp-title h3,.cmp-title h4 {
    font-family: "Asar",Georgia,"Times New Roman",Times,serif
}

.cmp-title h1 {
    font-size: 48px
}

@media(max-width: 992px) {
    .cmp-title h1 {
        font-size:36px
    }
}

.cmp-title--underline .cmp-title .cmp-title__text:after {
    display: block;
    width: 84px;
    padding-top: 8px;
    content: '';
    border-bottom: 2px solid #ffe72b
}

.button_v1.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom {
    float: none !important;
    clear: both
}

.fxg-secondary-menu__dropdown .row {
    margin: 0
}

.fxg-secondary-menu__close-btn {
    float: left
}

.cmp-layout-container--footer {
    background: #000;
    min-height: 365px;
    margin-top: 3em;
    padding: 0 3em
}

.cmp-layout-container--footer>.aem-Grid {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 1px
}

@media(max-width: 992px) {
    .cmp-layout-container--footer {
        min-height:267px
    }
}

.cmp-layout-container--footer p {
    color: #fff;
    font-size: 12px;
    text-align: center
}

[dir] .fxg-adaptiveform .guidefield {
    margin-bottom: 1.25rem
}

.fxg-adaptiveform .panel {
    -webkit-box-shadow: none
}

[dir] .fxg-adaptiveform .panel {
    margin-bottom: 0;
    border: 0;
    box-shadow: none
}

[dir] .fxg-adaptiveform__tooltip-content p:last-child {
    margin-bottom: 0
}

.fxg-adaptiveform .mobileLayout {
    display: none
}

.fxg-accordion__button__icon--child {
    display: none
}

[dir] .fxg-accordion .fxg-accordion {
    margin-bottom: 0;
    border-bottom: 0
}

.fxg-accordion .fxg-accordion .fxg-accordion__text__icon,.fxg-accordion .fxg-accordion .fxg-accordion__button__icon--parent {
    display: none
}

.fxg-accordion .fxg-accordion .fxg-accordion__button__icon--child {
    display: block
}

[dir] *:not(.cc-aem-c-accordion__item>.aem-Grid)>.accordion_selector+.accordion_selector>.fxg-accordion>.cc-aem-c-accordion__button {
    border-top: 0
}

.cc-aem-c-accordion__button__text>span {
    font-weight: inherit
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

fedex-alert-footer {
    position: fixed;
    bottom: 0
}

[dir=ltr] fedex-alert-footer {
    right: 0;
    left: 0
}

[dir=rtl] fedex-alert-footer {
    left: 0;
    right: 0
}

.fxg-alerts {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.fxg-alerts a {
    color: inherit;
    text-decoration: underline
}

[dir] .fxg-alerts p:first-child {
    margin-top: 0
}

.fxg-alerts .cc-aem-c-icon {
    vertical-align: middle
}

.fxg-alerts__details-toggle>span {
    font-weight: 500
}

.fxg-landing-hero .fxg-breadcrumbs {
    position: absolute
}

@media(max-width: 992px) {
    .fxg-breadcrumbs {
        display:none
    }
}

.fxg-wiki .fxg-breadcrumbs {
    top: 7px;
    position: fixed;
    width: 100%;
    z-index: 10
}

.fxg-landing-hero--open .fxg-breadcrumbs {
    display: none
}

.fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
    min-height: 1.875rem
}

[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
    padding-left: 0
}

[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small {
    padding-right: 0
}

.fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list {
    max-width: 970px
}

.fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item {
    font-weight: 400
}

[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item {
    padding-left: .3125rem
}

[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item {
    padding-right: .3125rem
}

[dir=ltr] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item:before {
    padding-right: .3125rem
}

[dir=rtl] .fxg-breadcrumbs .cc-aem-c-breadcrumb--small .cc-aem-c-breadcrumb__list__item+.cc-aem-c-breadcrumb__list__item:before {
    padding-left: .3125rem
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-bs-modal {
    z-index: 999999
}

[dir] .fxg-bs-modal {
    margin-top: 10%
}

.fxg-bs--modaltext {
    color: #333;
    opacity: 100%;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3
}

[dir] .fxg-bs--modaltext {
    margin-top: .3125rem;
    text-align: center
}

.fxg-bs--maintext {
    color: #333;
    opacity: 100%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

[dir] .fxg-bs--maintext {
    text-align: center
}

[dir=ltr] .fxg-bs--maintext {
    margin-left: 6.25rem;
    margin-right: 6.25rem
}

[dir=rtl] .fxg-bs--maintext {
    margin-right: 6.25rem;
    margin-left: 6.25rem
}

.fxg-bs--maintext a {
    color: #333;
    text-decoration: underline
}

.fxg-bs--gridtext {
    color: #333 100%;
    opacity: 100%;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.3
}

.fxg-bs-list {
    color: #333 100%;
    opacity: 100;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none
}

.fxg-bs--form-check-label {
    color: #333;
    opacity: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

[dir=ltr] .fxg-bs--form-check-label {
    margin-left: .3125rem
}

[dir=rtl] .fxg-bs--form-check-label {
    margin-right: .3125rem
}

[dir=ltr] .checkbox {
    margin-left: 2.1875rem
}

[dir=rtl] .checkbox {
    margin-right: 2.1875rem
}

.fxg-bs--modal-content {
    overflow: hidden;
    width: 60%;
    position: fixed
}

[dir] .fxg-bs--modal-content {
    border-radius: 0 !important;
    margin-top: 5rem
}

[dir] .fxg-bs--modal-body {
    padding: 0
}

input [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[dir] input [type=checkbox] {
    border-radius: 0
}

.modal-content .fxg-link--rounded_button {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5
}

[dir] .modal-content .fxg-link--rounded_button {
    background: #fff
}

html[dir=ltr] .fxg-bs--close {
    border: 0;
    float: right;
    background: 0;
    width: 45px;
    height: 45px;
    cursor: pointer !important;
    font-size: 30px;
    font-weight: none;
    opacity: none;
    color: #646464
}

html[dir=rtl] .fxg-bs--close {
    border: 0;
    float: left;
    background: 0;
    width: 45px;
    height: 45px;
    cursor: pointer !important;
    font-size: 30px;
    font-weight: none;
    opacity: none;
    color: #646464
}

@media only screen and (max-width: 600px) {
    .fxg-bs--maintext {
        color:#333;
        opacity: 100%;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5
    }

    [dir] .fxg-bs--maintext {
        text-align: center
    }

    [dir=ltr] .fxg-bs--maintext {
        margin-left: .3125rem;
        margin-right: .3125rem
    }

    [dir=rtl] .fxg-bs--maintext {
        margin-right: .3125rem;
        margin-left: .3125rem
    }

    .fxg-bs--modaltext {
        color: #333;
        opacity: 100%;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.3
    }

    [dir] .fxg-bs--modaltext {
        margin-top: 0rem;
        text-align: center
    }

    .fxg-bs--form-check-label {
        color: #333;
        opacity: 100%;
        font-size: .875rem;
        line-height: 1.5
    }

    [dir] .fxg-bs--form-check-label {
        margin-top: 1.25rem
    }

    [dir=ltr] .fxg-bs--form-check-label {
        margin-left: 0rem
    }

    [dir=rtl] .fxg-bs--form-check-label {
        margin-right: 0rem
    }

    .fxg-bs--gridtext {
        color: #333 100%;
        opacity: 100%;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1.3
    }

    [dir] .fxg-bs--gridtext {
        text-align: center;
        margin-bottom: .9375rem;
        margin-top: 1.5625rem
    }

    .fxg-bs-list {
        color: #333 100%;
        opacity: 100;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        list-style: none
    }

    [dir] .fxg-bs-list {
        text-align: center
    }

    [dir] .fxg-bs--modal-content .row {
        margin-top: -0.9375rem
    }

    html[dir=ltr] .fxg-bs--modal-body ul {
        padding-left: 0
    }

    html[dir=rtl] .fxg-bs--modal-body ul {
        padding-right: 0
    }

    .fxg-bs--modal-content {
        width: 80%;
        position: fixed;
        overflow: auto;
        height: 325px
    }

    [dir] .fxg-bs--modal-content {
        border-radius: 0 !important;
        margin-top: calc(50vh - 163px)
    }

    [dir] .fxg-bs--modal-body {
        padding: 0
    }

    [dir] .form-check {
        text-align: center
    }

    [dir] .modal-header {
        padding-bottom: 0
    }
}

@media screen and (max-width: 1000px) and (min-width:600px) {
    .fxg-bs--form-check-label {
        color:#333;
        opacity: 100%;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5
    }

    [dir] .fxg-bs--form-check-label {
        margin-top: 1.25rem
    }

    [dir=ltr] .fxg-bs--form-check-label {
        margin-left: .0625rem
    }

    [dir=rtl] .fxg-bs--form-check-label {
        margin-right: .0625rem
    }

    .fxg-bs--modal-content {
        width: 60%;
        position: fixed
    }

    [dir] .fxg-bs--modal-content {
        border-radius: 0 !important;
        margin-top: 14.3125rem
    }

    [dir] .fxg-bs--modal-body {
        padding: 0
    }

    .fxg-bs--gridtext {
        color: #333 100%;
        opacity: 100%;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1.3
    }

    [dir] .fxg-bs--gridtext {
        text-align: center
    }

    .fxg-bs-list {
        color: #333 100%;
        opacity: 100;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        list-style: none
    }

    [dir] .fxg-bs-list {
        text-align: center
    }

    html[dir=ltr] .fxg-bs--modal-body ul {
        padding-left: 0
    }

    html[dir=rtl] .fxg-bs--modal-body ul {
        padding-right: 0
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-carousel {
    position: relative;
    width: 100%;
    max-width: 1024px
}

[dir] .fxg-carousel {
    margin: 100px auto 60px
}

.fxg-carousel img {
    max-width: 100%
}

.fxg-carousel .richtext {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300
}

[dir] .fxg-carousel .fxg-link--rounded_button {
    text-align: center
}

[dir=ltr] .fxg-carousel .row {
    margin-right: 0;
    margin-left: 0
}

[dir=rtl] .fxg-carousel .row {
    margin-left: 0;
    margin-right: 0
}

.fxg-carousel .owl-controls {
    display: none !important
}

[dir] .fxg-carousel .owl-controls {
    margin-top: 15px;
    text-align: center
}

.fxg-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom:1}

[dir] .fxg-carousel .owl-controls .owl-page {
    cursor: pointer
}

.fxg-carousel .owl-controls .owl-page span {
    display: block;
    height: 10px;
    width: 10px
}

[dir] .fxg-carousel .owl-controls .owl-page span {
    border: 1px solid #4d148c;
    border-radius: 5px;
    margin: 0 5px
}

[dir] .fxg-carousel .owl-controls .owl-buttons div {
    cursor: pointer
}

[dir] .fxg-carousel .owl-theme .owl-controls .owl-page.active span {
    background: #4d148c
}

[dir] .fxg-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #4d148c
}

.fxg-carousel__wrapper {
    width: 100%;
    max-width: 970px
}

[dir] .fxg-carousel__wrapper {
    margin: 0 auto
}

.fxg-carousel__arrow {
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    outline: 0;
    z-index: 2
}

[dir] .fxg-carousel__arrow {
    transform: translateY(-50%);
    cursor: pointer
}

html[dir] .fxg-carousel__arrow-prev {
    right: 102% !important
}

html[dir] .fxg-carousel__arrow-next {
    left: 102% !important
}

.fxg-carousel__carousel.dot-pager .owl-controls {
    display: block !important
}

.fxg-carousel__carousel .fxg-video-caption p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300
}

[dir] .fxg-carousel__carousel .fxg-video-caption p {
    margin: 15px 0;
    text-align: center
}

[dir] .fxg-carousel__carousel .brc-align-center .brightcove-container {
    margin: 0
}

[dir] .column_control .fxg-carousel {
    margin: 0 auto 60px
}

[dir] .column_control_v1 .fxg-carousel {
    margin: 0 auto 60px
}

html[dir=rtl] .owl-carousel .owl-item {
    float: right
}

[dir] .aem-Grid .fxg-carousel {
    margin-top: 50px;
    margin-bottom: 30px
}

@media(min-width: 0) and (max-width:663px) {
    .fxg-carousel .owl-controls {
        display:block !important
    }

    .fxg-carousel__arrow {
        width: 24px;
        height: 24px;
        display: none !important
    }

    [dir] .fxg-carousel__arrow {
        background-color: #fafafa
    }

    .fxg-carousel__arrow svg {
        height: 11px;
        width: 11px
    }

    [dir=ltr] .fxg-carousel__arrow svg {
        -webkit-transform: translate(7px,6px);
        transform: translate(7px,6px)
    }

    [dir=rtl] .fxg-carousel__arrow svg {
        -webkit-transform: translate(-7px,6px);
        transform: translate(-7px,6px)
    }

    .fxg-carousel {
        width: auto;
        min-width: 290px
    }

    [dir] .fxg-carousel {
        margin-top: 80px
    }

    .fxg-carousel__wrapper {
        width: auto;
        min-width: 290px
    }

    [dir] .fxg-carousel__wrapper {
        padding: 0 15px
    }

    [dir] .aem-Grid .fxg-carousel {
        margin-top: 80px;
        margin-bottom: 30px
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-carousel__arrow {
        width:24px;
        height: 24px;
        display: none !important
    }

    [dir] .fxg-carousel__arrow {
        background-color: #fafafa
    }

    .fxg-carousel__arrow svg {
        height: 11px;
        width: 11px
    }

    [dir=ltr] .fxg-carousel__arrow svg {
        -webkit-transform: translate(7px,6px);
        transform: translate(7px,6px)
    }

    [dir=rtl] .fxg-carousel__arrow svg {
        -webkit-transform: translate(-7px,6px);
        transform: translate(-7px,6px)
    }

    .fxg-carousel {
        width: auto;
        min-width: 290px
    }

    [dir] .fxg-carousel {
        margin-top: 80px
    }

    .fxg-carousel__wrapper {
        width: auto;
        min-width: 290px
    }

    [dir] .fxg-carousel__wrapper {
        padding: 0 15px
    }

    [dir] .aem-Grid .fxg-carousel {
        margin-top: 80px;
        margin-bottom: 30px
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .fxg-carousel__arrow {
        width:24px;
        height: 24px;
        display: none !important
    }

    [dir] .fxg-carousel__arrow {
        background-color: #fafafa
    }

    .fxg-carousel__arrow svg {
        height: 11px;
        width: 11px
    }

    [dir=ltr] .fxg-carousel__arrow svg {
        -webkit-transform: translate(7px,6px);
        transform: translate(7px,6px)
    }

    [dir=rtl] .fxg-carousel__arrow svg {
        -webkit-transform: translate(-7px,6px);
        transform: translate(-7px,6px)
    }

    .fxg-carousel {
        max-width: 738px
    }

    [dir] .fxg-carousel {
        margin-top: 90px
    }

    .fxg-carousel__wrapper {
        max-width: 738px
    }
}

.fxg-casestatus__input-wrapper {
    max-width: 600px
}

[dir] .fxg-casestatus__input-wrapper {
    margin: 0 auto
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-col__inner {
    width: 100%;
    height: 100%
}

[dir] .fxg-col--mt20 {
    margin-top: 20px
}

[dir] .fxg-col--mb20 {
    margin-bottom: 20px
}

@media(max-width: 663px) {
    [dir] .fxg-col--mb20 {
        margin-bottom:20px
    }
}

@media(min-width: 768px) {
    [dir=rtl] .column_control_v1 .col-sm-1,[dir=rtl] .column_control_v1 .col-sm-2,[dir=rtl] .column_control_v1 .col-sm-3,[dir=rtl] .column_control_v1 .col-sm-4,[dir=rtl] .column_control_v1 .col-sm-5,[dir=rtl] .column_control_v1 .col-sm-6,[dir=rtl] .column_control_v1 .col-sm-7,[dir=rtl] .column_control_v1 .col-sm-8,[dir=rtl] .column_control_v1 .col-sm-9,[dir=rtl] .column_control_v1 .col-sm-10,[dir=rtl] .column_control_v1 .col-sm-11,[dir=rtl] .column_control_v1 .col-sm-12 {
        float:right
    }
}

[dir] .fxg-col-background {
    background-color: #333
}

[dir] .fxg-margins {
    margin-top: 30px;
    margin-bottom: 30px
}

[dir=ltr] .advanced_table .fxg-col {
    padding-left: 2px;
    padding-right: 2px
}

[dir=rtl] .advanced_table .fxg-col {
    padding-right: 2px;
    padding-left: 2px
}

.fxg-copyright .fxg-col {
    display: inline-block;
    line-height: 12px
}

@media(max-width: 663px) {
    .fxg-copyright .fxg-col {
        display:block
    }

    [dir] .fxg-copyright .fxg-col {
        margin-bottom: 15px
    }
}

[dir] .fxg-copyright .fxg-col:last-of-type {
    margin-bottom: 0
}

[dir=ltr] .fxg-copyright .fxg-col:last-of-type {
    text-align: right
}

[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
    text-align: left
}

@media(max-width: 663px) {
    [dir] .fxg-copyright .fxg-col:last-of-type {
        text-align:center
    }
}

html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
    text-align: center;
    padding-left: 5px
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
        text-align:left;
        padding-left: 15px
    }
}

[dir] .fxg-featured-offer .fxg-col {
    margin: 0
}

[dir=ltr] .fxg-offer__item--small .fxg-col {
    padding-left: 10px
}

[dir=rtl] .fxg-offer__item--small .fxg-col {
    padding-right: 10px
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-offer__wrapper .fxg-col {
        padding-right:0
    }

    [dir=rtl] .fxg-offer__wrapper .fxg-col {
        padding-left: 0
    }

    .fxg-offer__item--small .fxg-col {
        max-width: 175px
    }

    [dir] .fxg-offer__item--small .fxg-col {
        padding: 0
    }
}

[dir] .fxg-pods .fxg-col {
    text-align: center
}

[dir=ltr] .fxg-pods .fxg-col {
    padding-left: 10px;
    padding-right: 10px
}

[dir=rtl] .fxg-pods .fxg-col {
    padding-right: 10px;
    padding-left: 10px
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-pods .fxg-col {
        padding-left:15px;
        padding-right: 15px
    }

    [dir=rtl] .fxg-pods .fxg-col {
        padding-right: 15px;
        padding-left: 15px
    }
}

.fxg-pods--fixed .fxg-col {
    height: 100%
}

.fxg-pods .fxg-col p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    height: 16%;
    max-height: 9%
}

[dir] .fxg-pods .fxg-col p {
    text-align: center;
    margin-bottom: 60px
}

@media(max-width: 663px) {
    .fxg-pods .fxg-col p {
        line-height:20px;
        height: inherit;
        max-height: inherit
    }

    [dir] .fxg-pods .fxg-col p {
        margin-top: 0;
        margin-bottom: 0
    }
}

[dir=ltr] .fxg-pods__icon-block--left .fxg-col p {
    text-align: left
}

[dir=rtl] .fxg-pods__icon-block--left .fxg-col p {
    text-align: right
}

[dir] .fxg-pods .fxg-image-component__caption p {
    margin: 3px !important
}

[dir=ltr] .fxg-margin-left {
    margin-left: -1px
}

[dir=rtl] .fxg-margin-left {
    margin-right: -1px
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-copyright .fxg-col {
        display:block
    }

    [dir] .fxg-copyright .fxg-col {
        margin-bottom: 15px
    }

    [dir] .fxg-copyright .fxg-col:last-of-type {
        text-align: center !important
    }

    html[dir=rtl] .fxg-copyright .fxg-col:last-of-type {
        text-align: left;
        padding-left: 15px
    }

    .fxg-cust-col_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fxg-col-mobile_position1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .fxg-col-mobile_position2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .fxg-col-mobile_position3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .fxg-col-mobile_position4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .fxg-col-mobile_position5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .fxg-hr-hide {
        display: none
    }
}

@media(max-width: 663px) {
    .fxg-cust-col_mobile {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fxg-col-mobile_position1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .fxg-col-mobile_position2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .fxg-col-mobile_position3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .fxg-col-mobile_position4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .fxg-col-mobile_position5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    [dir] .fxg-offer__wrapper .fxg-col {
        padding: 0 0 25px
    }

    [dir=ltr] .fxg-offer__wrapper .fxg-col {
        margin-right: 0;
        margin-left: 0
    }

    [dir=rtl] .fxg-offer__wrapper .fxg-col {
        margin-left: 0;
        margin-right: 0
    }

    [dir=ltr] .column_control.section .row,[dir=ltr] .column_control_v1.aem-GridColumn .row {
        margin-right: 0;
        margin-left: 0
    }

    [dir=rtl] .column_control.section .row,[dir=rtl] .column_control_v1.aem-GridColumn .row {
        margin-left: 0;
        margin-right: 0
    }

    [dir=ltr] .footer .column_control.section .row,[dir=ltr] .footer .column_control_v1 .row {
        margin-right: -15px;
        margin-left: -15px
    }

    [dir=rtl] .footer .column_control.section .row,[dir=rtl] .footer .column_control_v1 .row {
        margin-left: -15px;
        margin-right: -15px
    }

    [dir=ltr] div.fxg-lineOpt {
        border-right: none !important;
        border-left: none !important
    }

    [dir=rtl] div.fxg-lineOpt {
        border-left: none !important;
        border-right: none !important
    }

    [dir] .fxg-margins {
        margin-top: 0;
        margin-bottom: 0
    }

    .fxg-hr-hide {
        display: none
    }

    [dir=ltr] .fxg-margin-left {
        margin-left: 0
    }

    [dir=rtl] .fxg-margin-left {
        margin-right: 0
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-conditional-form__dropdown {
    position: relative
}

[dir] .fxg-conditional-form__dropdown {
    margin-bottom: 10px
}

.fxg-conditional-form__dropdown .cc-aem-c-form-group__label {
    line-height: 1.5
}

.fxg-conditional-form__dropdown .cc-aem-c-form-group__select {
    font-weight: 300;
    line-height: 1.5
}

.fxg-contactchannels a.fxg-link {
    font-weight: 700 !important;
    color: #007ab7 !important;
    text-transform: uppercase !important;
    display: block;
    font-size: .875rem
}

.fxg-contactchannels a.fxg-link:hover {
    text-decoration: underline
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-contentnavigation__block {
    border-bottom: solid #e3e3e3 1px
}

[dir] .fxg-contentnavigation__block:last-child {
    border-bottom: 0
}

[dir=ltr] .fxg-contentnavigation__title {
    border-left: 4px solid transparent
}

[dir=rtl] .fxg-contentnavigation__title {
    border-right: 4px solid transparent
}

.fxg-contentnavigation__list-item {
    transition: .3s ease
}

[dir] .fxg-contentnavigation__list-item {
    background-color: transparent;
    -webkit-transition: .3s ease
}

[dir=ltr] .fxg-contentnavigation__list-item {
    border-left: 4px solid transparent
}

[dir=rtl] .fxg-contentnavigation__list-item {
    border-right: 4px solid transparent
}

.fxg-contentnavigation__list-item--highlighted {
    color: #4d148c
}

[dir=ltr] .fxg-contentnavigation__list-item--highlighted {
    border-left: 4px solid #4d148c
}

[dir=rtl] .fxg-contentnavigation__list-item--highlighted {
    border-right: 4px solid #4d148c
}

.fxg-contentnavigation__list-item .cc-aem-c-button__icon {
    transition: .3s ease
}

[dir] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
    -webkit-transition: .3s ease
}

[dir=ltr] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
    -webkit-transform: translate(0,0) rotate(270deg);
    transform: translate(0,0) rotate(270deg)
}

[dir=rtl] .fxg-contentnavigation__list-item .cc-aem-c-button__icon {
    -webkit-transform: translate(0,0) rotate(-270deg);
    transform: translate(0,0) rotate(-270deg)
}

.fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover {
    transition: .3s ease
}

[dir] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover {
    background-color: #f2f2f2;
    -webkit-transition: .3s ease
}

.fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
    transition: .3s ease
}

[dir] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
    -webkit-transition: .3s ease
}

[dir=ltr] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
    -webkit-transform: translate(5px,0) rotate(270deg);
    transform: translate(5px,0) rotate(270deg)
}

[dir=rtl] .fxg-contentnavigation__list-item:not(.fxg-contentnavigation__list-item--highlighted):hover .cc-aem-c-button__icon {
    -webkit-transform: translate(-5px,0) rotate(-270deg);
    transform: translate(-5px,0) rotate(-270deg)
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg_download-accordion-button {
    color: #444;
    width: 100%;
    outline: 0;
    font-size: 1.5rem;
    font-weight: 300;
    transition: .4s;
    height: 70px;
    line-height: 1.3
}

[dir] .fxg_download-accordion-button {
    cursor: pointer;
    padding: 18px;
    border: 0;
    -webkit-transition: .4s;
    margin-bottom: -3px;
    background-color: white;
    border: .5px solid rgba(128,128,128,0.5)
}

[dir=ltr] .fxg_download-accordion-button {
    text-align: left;
    border-right: 0;
    border-left: 0
}

[dir=rtl] .fxg_download-accordion-button {
    text-align: right;
    border-left: 0;
    border-right: 0
}

[dir=ltr] .fxg_download-accordion-button:focus {
    border-right: .5px solid rgba(128,128,128,0.5);
    border-left: .5px solid rgba(128,128,128,0.5)
}

[dir=rtl] .fxg_download-accordion-button:focus {
    border-left: .5px solid rgba(128,128,128,0.5);
    border-right: .5px solid rgba(128,128,128,0.5)
}

.fxg_download-accordion-button:has(.fxg-download-accordion_carot-icon-open) {
    font-weight: 400
}

@media screen and (max-width: 320px) {
    .fxg_download-accordion-button {
        max-width:285px
    }
}

.fxg_download-accordion-title {
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.3
}

[dir] .fxg_download-accordion-title {
    padding-top: 0
}

[dir=ltr] .fxg_download-accordion-title {
    float: left
}

[dir=rtl] .fxg_download-accordion-title {
    float: right
}

.fxg__download__accordion-panel {
    display: none;
    overflow: hidden
}

[dir] .fxg__download__accordion-panel {
    padding: 0 18px;
    background-color: white
}

.fxg__download__accordion-panel-display {
    display: block
}

.fxg__download__accordion-panel-no-display {
    display: none
}

.fxg__download__accordion-panel {
    overflow: visible
}

[dir] .fxg__download__accordion-panel {
    padding-bottom: 15px;
    background-color: #fafafa;
    margin-bottom: 0
}

.fxg__download-validation-text {
    color: #de002e;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

[dir] .fxg__download-validation-text p {
    margin-bottom: 0;
    margin-top: 5px
}

.downloadContainer-caroticon {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100
}

[dir] .downloadContainer-caroticon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 399px 30px;
    background-position: -354px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .downloadContainer-caroticon {
    float: right;
    margin-right: 15px
}

[dir=rtl] .downloadContainer-caroticon {
    float: left;
    margin-left: 15px
}

.fxg-download-drop_body__button-submit-lead {
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 165px;
    height: 40px;
    color: black
}

[dir] .fxg-download-drop_body__button-submit-lead {
    border: 2px solid #333;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    background-color: white
}

.fxg-download-drop_body__button-submit-lead:focus {
    transition: .16s;
    -webkit-transform: scale(1.02,1.06);
    text-decoration: none
}

[dir] .fxg-download-drop_body__button-submit-lead:focus {
    -webkit-transition: .16s;
    transform: scale(1.02,1.06)
}

.fxg-download-drop_body__button-submit-lead:hover {
    transition: .16s;
    -webkit-transform: scale(1.02,1.06);
    text-decoration: none
}

[dir] .fxg-download-drop_body__button-submit-lead:hover {
    -webkit-transition: .16s;
    transform: scale(1.02,1.06)
}

.fxg-download-drop_body__button-submit-lead.focus {
    text-decoration: none
}

[dir] .fxg__download-panel-heading {
    background-color: #fff !important
}

.fxg__download-panel-heading h5 {
    width: 100%
}

[dir=ltr] .fxg__download-panel-heading h5 {
    float: left
}

[dir=rtl] .fxg__download-panel-heading h5 {
    float: right
}

.fxg-download-drop_body__button-select {
    outline: 0;
    display: block;
    width: 100%;
    max-width: 460px;
    height: 60PX;
    font-size: .875rem;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    color: #333;
    font-weight: 700;
    line-height: 1.3
}

[dir] .fxg-download-drop_body__button-select {
    background-color: #f2f2f2;
    background-image: none;
    border: 0;
    border-radius: 0
}

[dir=ltr] .fxg-download-drop_body__button-select {
    padding: 2px 2px 2px 12px
}

[dir=rtl] .fxg-download-drop_body__button-select {
    padding: 2px 12px 2px 2px
}

[dir] .fxg-download-drop_body__button-select:focus {
    border: 2px solid lightgrey
}

@media screen and (max-width: 425px) {
    .fxg-download-drop_body__button-select {
        max-width:255px
    }
}

@media screen and (max-width: 320px) {
    .fxg-download-drop_body__button-select {
        max-width:255px
    }
}

.fxg-download-accordion__carot-icon {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100
}

[dir] .fxg-download-accordion__carot-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 399px 30px;
    background-position: -354px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .fxg-download-accordion__carot-icon {
    margin-right: 15px;
    float: right
}

[dir=rtl] .fxg-download-accordion__carot-icon {
    margin-left: 15px;
    float: left
}

[dir] .fxg__download-file-xsd {
    cursor: pointer
}

[dir] .fxg__download-file-wsdl {
    cursor: pointer
}

[dir=ltr] .fxg-download-drop_body__button-text--div {
    float: left
}

[dir=rtl] .fxg-download-drop_body__button-text--div {
    float: right
}

.fxg-download-drop_body__carot-icon {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100
}

[dir] .fxg-download-drop_body__carot-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 399px 30px;
    background-position: -354px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .fxg-download-drop_body__carot-icon {
    float: right;
    margin-right: 15px
}

[dir=rtl] .fxg-download-drop_body__carot-icon {
    float: left;
    margin-left: 15px
}

.fxg-download-drop_body__selected-item {
    font-size: 14px;
    opacity: 2.5;
    color: #333;
    position: relative;
    top: 0
}

[dir] .fxg-download-drop_body__selected-item {
    margin-bottom: 0
}

[dir=ltr] .fxg-download-drop_body__selected-item {
    text-align: left
}

[dir=rtl] .fxg-download-drop_body__selected-item {
    text-align: right
}

.fxg-download-drop_body__default-item {
    font-size: 14px;
    opacity: 2.5;
    color: #333;
    position: relative;
    top: 0;
    font-weight: bold;
    transition: font-size .2s
}

[dir] .fxg-download-drop_body__default-item {
    margin-bottom: 0;
    -webkit-transition: font-size .2s;
    margin-top: 8px
}

[dir=ltr] .fxg-download-drop_body__default-item {
    text-align: left
}

[dir=rtl] .fxg-download-drop_body__default-item {
    text-align: right
}

.fxg-download-drop_body__squeezed-item {
    font-size: 10px !important;
    transition: font-size .2s;
    font-weight: bold
}

[dir] .fxg-download-drop_body__squeezed-item {
    margin-bottom: 5px !important;
    -webkit-transition: font-size .2s
}

[dir=ltr] .fxg-download-drop_body__squeezed-item {
    text-align: left
}

[dir=rtl] .fxg-download-drop_body__squeezed-item {
    text-align: right
}

[dir] .fxg-download-accordion_body-dropdown {
    margin-bottom: 5px
}

[dir=ltr] .fxg-download-accordion_body-dropdown {
    padding-right: 0
}

[dir=rtl] .fxg-download-accordion_body-dropdown {
    padding-left: 0
}

.fxg-download-accordion_body-dropdown ul {
    color: #333;
    max-width: 460px;
    position: absolute;
    list-style: none;
    width: 100%;
    z-index: 1000;
    display: none;
    outline: 0
}

[dir] .fxg-download-accordion_body-dropdown ul {
    padding: 0;
    margin-top: -0.36%;
    background-color: #fff
}

[dir=ltr] .fxg-download-accordion_body-dropdown ul {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey
}

[dir=rtl] .fxg-download-accordion_body-dropdown ul {
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey
}

@media screen and (max-width: 425px) {
    .fxg-download-accordion_body-dropdown ul {
        max-width:255px
    }
}

@media screen and (max-width: 320px) {
    .fxg-download-accordion_body-dropdown ul {
        width:255px
    }
}

.fxg-download-accordion_body-dropdown li {
    font-size: 1rem;
    font-weight: 300;
    outline: 0;
    line-height: 1.5
}

[dir] .fxg-download-accordion_body-dropdown li {
    padding: 10px;
    border-bottom: 1px solid lightgrey
}

[dir=ltr] .fxg-download-accordion_body-dropdown li {
    text-align: left
}

[dir=rtl] .fxg-download-accordion_body-dropdown li {
    text-align: right
}

[dir] .fxg-download-accordion_body-dropdown li:hover {
    background-color: #f2f2f2
}

[dir=rtl] .fxg-download-accordion_body-dropdown {
    float: right
}

[dir=rtl] .fxg-download-submit-button-col {
    float: right
}

.fxg-download__accordion-header-row {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3
}

[dir] .fxg-download__accordion-header-row {
    margin-top: 15px
}

.display-dropdown-webTolead {
    display: block !important
}

.fxg-download-drop_body-lists-focus {
    color: #333
}

[dir] .fxg-download-drop_body-lists-focus {
    background-color: #f2f2f2 !important
}

.fxg__download-input-checkbox {
    display: none !important
}

[dir] .fxg__download-input-checkbox {
    margin: 0 -15px !important
}

.fxg__download-input-checkbox-row {
    height: 24px;
    font-size: .875rem;
    font-weight: 400
}

[dir] .fxg__download-input-checkbox-row {
    margin-top: 0;
    margin-bottom: 15px
}

.fxg__download-options-heading {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5
}

.fxg__download-options-heading h5 {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5
}

[dir=ltr] .fxg__download-options-heading h5 {
    text-align: right
}

[dir=rtl] .fxg__download-options-heading h5 {
    text-align: left
}

@media screen and (min-width: 426px) and (max-width:768px) {
    [dir=ltr] .fxg__download-options-heading h5 {
        text-align:left
    }

    [dir=rtl] .fxg__download-options-heading h5 {
        text-align: right
    }
}

@media screen and (max-width: 425px) {
    [dir=ltr] .fxg__download-options-heading h5 {
        text-align:left
    }

    [dir=rtl] .fxg__download-options-heading h5 {
        text-align: right
    }
}

@media screen and (max-width: 991px) {
    [dir=ltr] .fxg__download-options-heading h5 {
        text-align:left
    }

    [dir=rtl] .fxg__download-options-heading h5 {
        text-align: right
    }
}

.fxg__download-options-heading a {
    color: inherit
}

[dir=rtl] .fxg-download__multi-title {
    float: right
}

.fxg-download-accordion_carot-icon-open {
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

[dir] .fxg-download-accordion_carot-icon-open {
    -webkit-transition: -webkit-transform .2s linear
}

[dir=ltr] .fxg-download-accordion_carot-icon-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .fxg-download-accordion_carot-icon-open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.checkbox-inline {
    display: inline-block
}

[dir] .checkbox-download {
    margin-top: 0 !important
}

[dir=ltr] .checkbox-download {
    margin-left: 0 !important
}

[dir=rtl] .checkbox-download {
    padding-right: 1.25rem !important;
    margin-right: 0 !important
}

[dir=rtl] .checkbox-inline {
    float: right
}

.checkbox-inline .checkmark_download {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute
}

[dir] .checkbox-inline .checkmark_download {
    background-color: white;
    border: #007ab7 2px solid
}

[dir=ltr] .checkbox-inline .checkmark_download {
    left: 0
}

[dir=rtl] .checkbox-inline .checkmark_download {
    right: 0
}

[dir] .checkbox-inline input:checked+.checkmark_download {
    background-color: white
}

.checkbox-inline input:checked+.checkmark_download:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    top: 5px
}

[dir] .checkbox-inline input:checked+.checkmark_download:after {
    border-bottom: 2px solid #007ab7
}

[dir=ltr] .checkbox-inline input:checked+.checkmark_download:after {
    border-left: 2px solid #007ab7;
    left: 6px;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

[dir=rtl] .checkbox-inline input:checked+.checkmark_download:after {
    border-right: 2px solid #007ab7;
    right: 6px;
    -webkit-transform: translate(50%,-50%) rotate(45deg);
    transform: translate(50%,-50%) rotate(45deg)
}

@media screen and (max-width: 1024px) {
    .fxg-download-all-submit-button-col {
        width:100%
    }

    [dir] .fxg-download-all-submit-button-col {
        margin-bottom: 20px
    }

    [dir=ltr] .fxg-download-all-submit-button-col {
        margin-left: 0;
        margin-right: 0
    }

    [dir=rtl] .fxg-download-all-submit-button-col {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .fxg__download-container-validation {
        color:#de002e;
        width: 100%
    }

    [dir] .fxg__download-container-validation {
        margin: 0
    }
}

.fxg__download-accordion_body-select-div {
    position: relative
}

@media screen and (max-width: 768px) {
    .fxg__download-accordion-wraper {
        width:100%
    }
}

@media screen and (min-width: 992px) {
    .fxg__download-accordion-wraper {
        width:990px
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

ul.fxg-download-container__tab-lisitems {
    color: #333;
    position: absolute;
    list-style: none;
    width: 100%;
    z-index: 1000;
    display: none;
    outline: 0
}

[dir] ul.fxg-download-container__tab-lisitems {
    padding: 0;
    margin-top: -0.36%;
    background-color: #fff
}

[dir=ltr] ul.fxg-download-container__tab-lisitems {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey
}

[dir=rtl] ul.fxg-download-container__tab-lisitems {
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey
}

ul.fxg-download-container__tab-lisitems a {
    color: #333
}

[dir] ul.fxg-download-container__tab-lisitems li {
    text-align: center
}

ul.fxg-download-container__tab-lisitems li.fxg_download-container-tab-one-mobile {
    display: none
}

.downloadContainer-caroticon {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100
}

[dir] .downloadContainer-caroticon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 399px 30px;
    background-position: -354px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .downloadContainer-caroticon {
    margin-left: 70%
}

[dir=rtl] .downloadContainer-caroticon {
    margin-right: 70%
}

.fxg-download-container__button-submit-lead {
    display: inline-block;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: 244px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 60px;
    color: white
}

[dir] .fxg-download-container__button-submit-lead {
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #ff6200
}

.fxg-download-container__button-submit-lead:hover {
    transition: .16s;
    -webkit-transform: scale(1.02,1.06);
    color: white;
    text-decoration: none
}

[dir] .fxg-download-container__button-submit-lead:hover {
    -webkit-transition: .16s;
    transform: scale(1.02,1.06)
}

.fxg-download-container__button-submit-lead:focus {
    transition: .16s;
    -webkit-transform: scale(1.02,1.06);
    color: white;
    text-decoration: none
}

[dir] .fxg-download-container__button-submit-lead:focus {
    -webkit-transition: .16s;
    transform: scale(1.02,1.06)
}

.fxg-download-container__button-submit-lead.focus {
    color: white;
    text-decoration: none
}

@media(max-width: 1024px) {
    .fxg-download-container__button-submit-lead {
        max-width:none
    }
}

@media screen and (max-width: 425px) {
    .fxg-download-container__button-submit-lead {
        max-width:none
    }
}

.fxg__download_all-tabs-to-dropdown {
    display: none;
    width: 73.75%
}

[dir] .fxg__download_all-tabs-to-dropdown {
    margin: auto
}

.fxg__download_all-tabs-to-dropdown .fxg-download-container__button-select {
    outline: 0;
    display: block;
    height: 40px
}

[dir] .fxg__download_all-tabs-to-dropdown .fxg-download-container__button-select {
    margin: auto
}

@media screen and (max-width: 425px) {
    .fxg__download_all-tabs-to-dropdown {
        display:block
    }
}

[dir] .fxg__download-panel-heading {
    background-color: #fff !important
}

[dir] .fxg-download-container__download-tabs {
    margin-bottom: 60px
}

.fxg-download-container__button-select {
    outline: 0;
    display: block;
    width: 100%;
    height: 60PX;
    max-width: 633px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    color: #333
}

[dir] .fxg-download-container__button-select {
    background-color: #f2f2f2;
    background-image: none;
    border: 0;
    border-radius: 0
}

[dir=ltr] .fxg-download-container__button-select {
    padding: 2px 2px 2px 12px
}

[dir=rtl] .fxg-download-container__button-select {
    padding: 2px 12px 2px 2px
}

[dir] .fxg-download-container__button-select:focus {
    border: 2px solid lightgrey
}

@media(max-width: 767px) {
    .fxg-download-container__button-select {
        max-width:none
    }
}

.fxg-download-container__carot-icon {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100
}

[dir] .fxg-download-container__carot-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 399px 30px;
    background-position: -354px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .fxg-download-container__carot-icon {
    float: right;
    margin-right: 15px
}

[dir=rtl] .fxg-download-container__carot-icon {
    float: left;
    margin-left: 15px
}

.fxg-download-container__selected-item {
    font-size: 14px;
    opacity: 2.5;
    color: #333;
    position: relative;
    top: 0
}

[dir] .fxg-download-container__selected-item {
    margin-bottom: 0
}

[dir=ltr] .fxg-download-container__selected-item {
    text-align: left
}

[dir=rtl] .fxg-download-container__selected-item {
    text-align: right
}

.fxg-download-container__default-item {
    font-size: 14px;
    opacity: 2.5;
    color: #333;
    position: relative;
    top: 0;
    font-weight: bold;
    transition: font-size .2s
}

[dir] .fxg-download-container__default-item {
    margin-bottom: 0;
    -webkit-transition: font-size .2s;
    margin-top: 8px
}

[dir=ltr] .fxg-download-container__default-item {
    text-align: left
}

[dir=rtl] .fxg-download-container__default-item {
    text-align: right
}

.fxg-download-container__default-item span {
    font-size: 14px;
    font-weight: bold
}

[dir] .fxg-download-container__default-tab {
    text-align: center
}

.fxg-download-container__squeezed-item {
    font-size: 10px !important;
    transition: font-size .2s;
    font-weight: bold
}

[dir] .fxg-download-container__squeezed-item {
    margin-bottom: 5px !important;
    -webkit-transition: font-size .2s
}

[dir=ltr] .fxg-download-container__squeezed-item {
    text-align: left
}

[dir=rtl] .fxg-download-container__squeezed-item {
    text-align: right
}

[dir=ltr] .fxg-download-container__download-type {
    padding-right: 15px !important
}

[dir=rtl] .fxg-download-container__download-type {
    padding-left: 15px !important
}

.fxg-download-container-dropdown ul.fxg-download-container-listItems {
    color: #333;
    position: absolute;
    list-style: none;
    width: 100%;
    z-index: 1000;
    display: none;
    outline: 0
}

[dir] .fxg-download-container-dropdown ul.fxg-download-container-listItems {
    padding: 0;
    margin-top: -0.36%;
    background-color: #fff
}

[dir=ltr] .fxg-download-container-dropdown ul.fxg-download-container-listItems {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey
}

[dir=rtl] .fxg-download-container-dropdown ul.fxg-download-container-listItems {
    border-right: 1px solid lightgrey;
    border-left: 1px solid lightgrey
}

.fxg-download-container-dropdown li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    outline: 0
}

[dir] .fxg-download-container-dropdown li {
    padding: 10px;
    border-bottom: 1px solid lightgrey
}

[dir=ltr] .fxg-download-container-dropdown li {
    text-align: left
}

[dir=rtl] .fxg-download-container-dropdown li {
    text-align: right
}

[dir] .fxg-download-container-dropdown li:hover {
    background-color: #f2f2f2
}

.display-dropdown-webTolead {
    display: block !important
}

.fxg-download-container-lists-focus {
    color: #333
}

[dir] .fxg-download-container-lists-focus {
    background-color: #f2f2f2 !important
}

.fxg-download-container_carot-icon-open {
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

[dir] .fxg-download-container_carot-icon-open {
    -webkit-transition: -webkit-transform .2s linear
}

[dir=ltr] .fxg-download-container_carot-icon-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .fxg-download-container_carot-icon-open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fxg-download-container_carot-icon-close {
    -webkit-transform: rotate(0);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

[dir] .fxg-download-container_carot-icon-close {
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s linear
}

.fxg-download-container__button-text--div {
    width: 75%
}

[dir=ltr] .fxg-download-container__button-text--div {
    float: left
}

[dir=rtl] .fxg-download-container__button-text--div {
    float: right
}

.fxg__wrapper-download-container {
    width: 663px
}

[dir] .fxg__wrapper-download-container {
    margin-top: 50px
}

@media screen and (max-width: 425px) {
    .fxg__wrapper-download-container {
        width:100%
    }

    [dir] .fxg__wrapper-download-container {
        margin-top: 50px
    }
}

@media(max-width: 767px) {
    .fxg__wrapper-download-container {
        width:100%
    }

    [dir] .fxg__wrapper-download-container {
        margin-top: 50px
    }
}

.fxg-download-all-submit-button-col {
    width: 41.328%
}

[dir] .fxg-download-all-submit-button-col {
    margin-bottom: 20px
}

[dir=ltr] .fxg-download-all-submit-button-col {
    margin-left: 30%;
    margin-right: 30%
}

[dir=rtl] .fxg-download-all-submit-button-col {
    margin-right: 30%;
    margin-left: 30%
}

@media(max-width: 768px) {
    .fxg-download-all-submit-button-col {
        width:100%
    }

    [dir=ltr] .fxg-download-all-submit-button-col {
        margin-left: 0;
        margin-right: 0
    }

    [dir=rtl] .fxg-download-all-submit-button-col {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 425px) {
    .fxg-download-all-submit-button-col {
        width:100%
    }

    [dir=ltr] .fxg-download-all-submit-button-col {
        margin-left: 0;
        margin-right: 0
    }

    [dir=rtl] .fxg-download-all-submit-button-col {
        margin-right: 0;
        margin-left: 0
    }
}

.fxg__download-all-input-checkbox {
    display: none !important
}

[dir] .fxg__download-all-input-checkbox {
    margin: 0 -15px !important
}

.fxg__download-all-input-checkbox-row {
    height: 24px;
    font-size: .875rem;
    font-weight: 400
}

[dir] .fxg__download-all-input-checkbox-row {
    margin-top: 10px;
    margin-bottom: 15px
}

.fxg__download-container-validation {
    color: #de002e;
    width: 60%
}

[dir] .fxg__download-container-validation {
    margin: auto 31.5%
}

[dir] .fxg__download-container-validation-row {
    margin-top: -20px
}

[dir] .fxg__download-container-validation p {
    margin-top: 5px;
    margin-bottom: 5px
}

.fxg_download-container-diplay-two {
    display: none
}

.fxg_download-container-diplay {
    display: block
}

.fxg_download-container-no-diplay {
    display: none
}

.checkbox-inline {
    display: inline-block
}

.checkbox-inline .checkmark {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute
}

[dir] .checkbox-inline .checkmark {
    background-color: white;
    border: #007ab7 2px solid
}

[dir=ltr] .checkbox-inline .checkmark {
    left: 0
}

[dir=rtl] .checkbox-inline .checkmark {
    right: 0
}

[dir] .checkbox-inline input:checked+.checkmark {
    background-color: white
}

.checkbox-inline input:checked+.checkmark:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    top: 5px
}

[dir] .checkbox-inline input:checked+.checkmark:after {
    border-bottom: 2px solid #007ab7
}

[dir=ltr] .checkbox-inline input:checked+.checkmark:after {
    border-left: 2px solid #007ab7;
    left: 6px;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

[dir=rtl] .checkbox-inline input:checked+.checkmark:after {
    border-right: 2px solid #007ab7;
    right: 6px;
    -webkit-transform: translate(50%,-50%) rotate(45deg);
    transform: translate(50%,-50%) rotate(45deg)
}

.fxg_download-container-tab-list li.active a {
    height: 50px !important;
    line-height: 1.5 !important;
    font-weight: 700
}

[dir] .fxg_download-container-tab-list li.active a {
    padding: 14px !important
}

.fxg_download-container-tab-list li a {
    height: 40px !important;
    width: 168px !important;
    line-height: 1.3 !important
}

[dir] .fxg_download-container-tab-list li a {
    padding: 10px 25px !important
}

.fxg_download-container-tab-list li a span {
    font-size: .875rem !important
}

@media(min-width: 993px) {
    .download-all-mobile-display-none {
        display:block
    }
}

@media screen and (max-width: 992px) and (min-width:769px) {
    .download-all-mobile-display-none {
        display:block
    }
}

@media(max-width: 768px) {
    .download-all-mobile-display-none {
        display:none
    }
}

@media(min-width: 993px) {
    .download-all-desktop-display-none {
        display:none
    }
}

@media screen and (max-width: 992px) and (min-width:769px) {
    .download-all-desktop-display-none {
        display:block
    }
}

@media(max-width: 768px) {
    .download-all-desktop-display-none {
        display:block
    }
}

@media(min-width: 993px) {
    .download-all-tablet-display-none {
        display:block
    }
}

@media screen and (max-width: 992px) and (min-width:769px) {
    .download-all-tablet-display-none {
        display:none
    }
}

@media(max-width: 768px) {
    .download-all-tablet-display-none {
        display:block
    }
}

@media screen and (max-width: 425px) {
    .fxg__download_all-tabs-to-hide {
        display:none
    }
}

.fxg__download-container_select-div {
    position: relative
}

.fxg__download_all-tabs-to-select-div {
    position: relative
}

.fxg-download_all-submit-button-div {
    width: 274px
}

[dir] .fxg-download_all-submit-button-div {
    margin: 0 auto
}

@media(max-width: 767px) {
    .fxg-download_all-submit-button-div {
        width:100%
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-drawer {
    min-height: 140px;
    transition: .25s height ease
}

[dir] .fxg-drawer {
    padding: 35px 0 20px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: bottom -70px center;
    -webkit-transition: .25s height ease
}

.fxg-drawer .fxg-drawer-externalIcon-large {
    display: inline-block
}

[dir] .fxg-drawer .fxg-drawer-externalIcon-large {
    padding: 0 10px
}

.fxg-drawer .fxg-drawer-externalIcon-large>svg {
    width: 1em;
    height: 1em;
    font-size: 1rem
}

.fxg-drawer .fxg-drawerExteranlIcon-left {
    display: inline-block
}

[dir] .fxg-drawer .fxg-drawerExteranlIcon-left {
    padding: 0 10px
}

.fxg-drawer .fxg-drawerExteranlIcon-left>svg {
    width: 24px;
    height: 24px
}

.fxg-drawer .fxg-drawerExteranlIcon-default {
    display: inline-block
}

[dir] .fxg-drawer .fxg-drawerExteranlIcon-default {
    padding: 10px
}

.fxg-drawer .fxg-button {
    display: inline-block
}

[dir] .fxg-drawer .fxg-button {
    margin-top: 1rem
}

[dir=ltr] .fxg-drawer .fxg-button {
    padding-left: 30px;
    padding-right: 30px
}

[dir=rtl] .fxg-drawer .fxg-button {
    padding-right: 30px;
    padding-left: 30px
}

.fxg-drawer .fxg-button--orange {
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis
}

.fxg-drawer .fxg-button--round {
    line-height: 1.5
}

.fxg-drawer .fxg-button--transparent {
    color: #ff6200;
    line-height: 1.3;
    font-size: 1.1875rem
}

[dir] .fxg-drawer .fxg-button--transparent {
    border: 2px solid #ff6200
}

@media(max-width: 768px) {
    [dir] .fxg-drawer {
        background-size:768px 288px;
        background-position: bottom -30px center
    }
}

@media(max-width: 663px) {
    .fxg-drawer {
        min-height:128px;
        max-height: 200px;
        transition: .25s max-height ease
    }

    [dir] .fxg-drawer {
        padding: 20px 0;
        background-image: none !important;
        -webkit-transition: .25s max-height ease
    }
}

.fxg-drawer .fxg-wrapper {
    position: relative
}

[dir] .fxg-drawer .fxg-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.fxg-drawer__button,.fxg-drawer__button:hover,.fxg-drawer__button:focus {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1.3;
    text-transform: uppercase;
    display: block
}

@media(max-width: 663px) {
    [dir] .fxg-drawer__button,[dir] .fxg-drawer__button:hover,[dir] .fxg-drawer__button:focus {
        float:none;
        text-align: center !important
    }
}

.fxg-drawer--open {
    height: auto
}

[dir] .fxg-drawer--open {
    background-position: center center;
    background-size: contain
}

@media(max-width: 663px) {
    .fxg-drawer--open {
        height:auto;
        max-height: 100%
    }
}

.fxg-drawer--open .fxg-drawer__button,.fxg-drawer--open .fxg-drawer__button:hover,.fxg-drawer--open .fxg-drawer__button:focus {
    display: none
}

.fxg-drawer--open .fxg-drawer__close-button {
    display: inline-block
}

[dir] .fxg-drawer--open .fxg-drawer__close-button {
    background: 0;
    border: 0
}

.fxg-drawer--open .fxg-drawer__title-wrapper {
    display: none
}

.fxg-drawer__close-button {
    display: none;
    position: absolute;
    top: 0
}

[dir] .fxg-drawer__close-button {
    cursor: pointer
}

[dir=ltr] .fxg-drawer__close-button {
    right: 15px
}

[dir=rtl] .fxg-drawer__close-button {
    left: 15px
}

.fxg-drawer__title-wrapper {
    display: block
}

@media(max-width: 663px) {
    .fxg-drawer__title-wrapper {
        display:block
    }

    [dir] .fxg-drawer__title-wrapper {
        text-align: center !important;
        margin: 0rem auto
    }
}

.fxg-drawer__title-wrapper .fxg-link--md {
    width: 225px
}

.fxg-drawer__title-wrapper .fxg-link--sm {
    width: 175px
}

.fxg-drawer__title-wrapper .fxg-link--lg {
    width: 275px
}

.fxg-drawer__title-wrapper .fxg-link--blue {
    line-height: 1.3
}

.fxg-drawer__title-wrapper .fxg-link.default {
    color: #007ab7;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5
}

.fxg-drawer__detail {
    width: 56%
}

[dir] .fxg-drawer__detail {
    padding: 35px 60px 34px
}

[dir=ltr] .fxg-drawer__detail {
    float: left;
    text-align: left
}

[dir=rtl] .fxg-drawer__detail {
    float: right;
    text-align: right
}

.fxg-drawer__detail ul li {
    font-size: 1.125rem;
    font-weight: 300
}

.fxg-drawer__detail ol li {
    font-size: 1.125rem;
    font-weight: 300
}

.fxg-drawer__detail p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

[dir] .fxg-drawer__detail p {
    margin-bottom: 1.5rem
}

@media(max-width: 768px) {
    .fxg-drawer__detail p {
        font-size:.75rem;
        line-height: 1
    }

    [dir] .fxg-drawer__detail p {
        padding: 5px 0
    }
}

@media(max-width: 663px) {
    .fxg-drawer__detail p {
        font-size:1rem;
        line-height: 1.3
    }
}

.fxg-drawer__detail .fxg-link--md {
    width: 225px
}

.fxg-drawer__detail .fxg-link--sm {
    width: 175px
}

.fxg-drawer__detail .fxg-link--lg {
    width: 275px
}

.fxg-drawer__detail .fxg-link--blue {
    line-height: 1.3
}

@media(max-width: 768px) {
    [dir] .fxg-drawer__detail {
        padding:19px 43px 18px
    }
}

@media(max-width: 663px) {
    .fxg-drawer__detail {
        width:100%
    }

    [dir] .fxg-drawer__detail {
        text-align: center;
        padding: 25px 15px;
        margin-bottom: 1.25rem
    }
}

.fxg-drawer__detail .fxg-link--rounded_button {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5
}

[dir] .fxg-drawer__detail .fxg-link--rounded_button {
    text-align: center
}

.fxg-drawer__detail-image {
    width: 44%
}

[dir=ltr] .fxg-drawer__detail-image {
    float: left
}

[dir=rtl] .fxg-drawer__detail-image {
    float: right
}

.fxg-drawer-offer {
    max-width: 970px;
    display: block
}

[dir] .fxg-drawer-offer {
    margin: 2rem auto
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-drawer-offer .fxg-drawer__detail {
        padding:45px 5px 30px 15px
    }

    [dir=rtl] .fxg-drawer-offer .fxg-drawer__detail {
        padding: 45px 15px 30px 5px
    }
}

@media(max-width: 663px) {
    .fxg-drawer-offer .fxg-drawer__detail {
        position:relative;
        bottom: 10px
    }

    [dir] .fxg-drawer-offer .fxg-drawer__detail {
        margin-bottom: 0rem;
        padding: 0
    }
}

@media(max-width: 663px) {
    .fxg-drawer-offer .fxg-drawer__detail-image {
        width:100%
    }

    [dir] .fxg-drawer-offer .fxg-drawer__detail-image {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

@media(max-width: 768px) {
    [dir] .fxg-drawer-offer .fxg-drawer__detail p {
        margin-bottom:0rem
    }
}

@media(max-width: 663px) {
    [dir] .fxg-drawer-offer .fxg-drawer__detail p {
        margin-bottom:1.25rem
    }
}

@media(max-width: 663px) {
    .fxg-drawer-offer .fxg-video-component {
        position:relative;
        bottom: 5px
    }

    [dir] .fxg-drawer-offer .fxg-video-component {
        clear: both
    }
}

@media(max-width: 663px) {
    .fxg-drawer-offer.fxg-drawer-layout-one.layout1,.fxg-drawer-offer.fxg-drawer-layout-one.layout3 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.fxg-drawer__button.fxg-link--carrot:after {
    vertical-align: initial
}

[dir] .fxg-drawer__button.fxg-link--carrot:after {
    margin-bottom: -1px
}

[dir=ltr] .fxg-drawer__button.fxg-link--carrot:after {
    margin-left: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir=rtl] .fxg-drawer__button.fxg-link--carrot:after {
    margin-right: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[dir=ltr] .video_alert .fxg-video-component div.alert.alert-danger {
    float: right
}

[dir=rtl] .video_alert .fxg-video-component div.alert.alert-danger {
    float: left
}

[dir=ltr] .video_alert-left .fxg-video-component div.alert.alert-danger {
    float: left
}

[dir=rtl] .video_alert-left .fxg-video-component div.alert.alert-danger {
    float: right
}

[dir] .video_alert-left .fxg-featured-offer__detail-image {
    clear: both
}

@media(max-width: 663px) {
    .fxg-drawer-layout-one .fxg-drawer__detail-image img {
        height:260px !important
    }

    .fxg-drawer-layout-one .video_alert .fxg-video-component {
        max-width: 470px !important
    }

    .fxg-drawer-layout-one .video_alert-left .fxg-video-component {
        max-width: 470px !important
    }
}

.hiddenRichTextForTitleFocus {
    opacity: 0;
    width: 10px;
    height: 10px
}

.fxg-drawer .fxg-title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3;
    color: #333
}

[dir] .fxg-drawer .fxg-title {
    margin-top: .5rem !important;
    margin-bottom: 1.5rem
}

@media(max-width: 768px) {
    .fxg-drawer .fxg-title {
        font-size:1.25rem;
        line-height: 1.3
    }
}

@media(max-width: 663px) {
    .fxg-drawer .fxg-title {
        font-size:1.25rem;
        line-height: 1.5
    }

    [dir] .fxg-drawer .fxg-title {
        margin-top: 1.25rem;
        margin-bottom: 1.5rem;
        text-align: center !important
    }
}

@media(max-width: 663px) {
    [dir] .fxg-drawer .fxg-title {
        text-align:center !important
    }
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-drawer .fxg-title {
        text-align:center !important
    }
}

.fxg-drawer__button {
    color: #007ab7;
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.fxg-drawer .fxg-button--orange:hover {
    color: #fff
}

.fxg-drawer__title-wrapper .fxg-button--orange,.fxg-drawer__detail .fxg-button--orange {
    line-height: 1.3
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-dropdown {
    display: inline-block
}

[dir] .fxg-dropdown {
    margin: 0;
    padding: 0
}

[dir] .fxg-dropdown .tracking_module_v1 {
    border-bottom: 1px solid rgba(182,182,182,0.5)
}

[dir] .fxg-dropdown .tracking_module_v1+li {
    border-top: 1px solid rgba(182,182,182,0.5)
}

[dir] .fxg-dropdown .richtext {
    padding: 19px 13px 0 13px
}

[dir] .fxg-dropdown .richtext p {
    margin: 0;
    padding: 14px 1rem 13px;
    border-bottom: 1px solid rgba(182,182,182,0.5)
}

.fxg-dropdown.fxg-global-nav {
    list-style: none;
    position: relative
}

[dir] .fxg-dropdown.fxg-global-nav .aem-Grid {
    margin: 0;
    padding: 0
}

@media(max-width: 663px) {
    [dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item--open button.fxg-link {
        padding:17px 26px 17px
    }
}

@media(max-width: 992px) {
    [dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item--open button.fxg-link {
        background-color:#4d148c !important
    }
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu {
    list-style: none;
    height: auto
}

[dir=ltr] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu {
    padding-left: 0
}

[dir=rtl] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu {
    padding-right: 0
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:hover {
    text-decoration: none
}

[dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:hover {
    background-color: #fafafa
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link {
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 14px
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:focus {
    text-decoration: underline !important
}

[dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:focus {
    padding: 19px 13px 18px 13px;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    border-top: 0
}

[dir=ltr] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:focus {
    border-left: 0;
    border-right: 0
}

[dir=rtl] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .fxg-link:focus {
    border-right: 0;
    border-left: 0
}

[dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item .fxg-dropdown__sub-menu .richtext p {
    margin: -19px -13px 0;
    padding: 14px 1rem 13px 1rem;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    background-color: #fff
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item button:first-child:focus-visible {
    text-decoration: underline;
    outline: dashed 1px #fff;
    outline-offset: -10px
}

.fxg-dropdown.fxg-global-nav .fxg-dropdown__item button:hover {
    text-decoration: underline
}

[dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item button.fxg-link {
    background: 0;
    border: 0
}

@media(max-width: 768px) {
    .fxg-dropdown.fxg-global-nav .fxg-dropdown__item button.fxg-link {
        width:100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    [dir] .fxg-dropdown.fxg-global-nav .fxg-dropdown__item button.fxg-link {
        background: 0;
        border: 0
    }
}

@media(max-width: 992px) {
    .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
        max-width:50%;
        width: 465px;
        height: 100vh;
        display: block
    }

    [dir] .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
        background: #4d148c
    }
}

@media(max-width: 663px) {
    .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
        max-width:100%;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 132px);
        -webkit-overflow-scrolling: touch
    }

    [dir] .fxg-nav--mobile-menu-open .fxg-dropdown.fxg-global-nav {
        background: #fafafa
    }
}

.fxg-nav--search-open .fxg-dropdown.fxg-global-nav,.fxg-header--search-close .fxg-dropdown.fxg-global-nav {
    display: none
}

@media(max-width: 992px) {
    .fxg-dropdown.fxg-global-nav {
        width:0;
        position: absolute;
        z-index: 11;
        top: 75px;
        overflow-x: hidden;
        transition: .25s;
        display: none
    }

    [dir] .fxg-dropdown.fxg-global-nav {
        -webkit-transition: .25s;
        background: #fafafa
    }

    [dir=ltr] .fxg-dropdown.fxg-global-nav {
        right: 0
    }

    [dir=rtl] .fxg-dropdown.fxg-global-nav {
        left: 0
    }

    html[dir=rtl] .fxg-dropdown.fxg-global-nav {
        left: 0;
        right: auto
    }

    .fxg-header--shrunk .fxg-dropdown.fxg-global-nav {
        top: 52px
    }
}

@media(max-width: 663px) {
    .fxg-dropdown.fxg-global-nav {
        top:121px !important
    }
}

[dir=ltr] .fxg-dropdown__item {
    float: left
}

[dir=rtl] .fxg-dropdown__item {
    float: right
}

@media(max-width: 992px) {
    [dir] .fxg-dropdown__item {
        float:none !important;
        border-bottom: 1px solid #fff;
        background: #fafafa
    }
}

[dir] .fxg-global-nav .fxg-dropdown__item.fxg-dropdown__item--open {
    background-color: #fff
}

.fxg-dropdown__item .fxg-link {
    letter-spacing: 0
}

[dir=ltr] .fxg-dropdown__item--open.fxg-user-options__option .fxg-dropdown__sub-menu {
    right: auto
}

[dir=rtl] .fxg-dropdown__item--open.fxg-user-options__option .fxg-dropdown__sub-menu {
    left: auto
}

@media(max-width: 768px) {
    html[dir=rtl] .fxg-dropdown__item--open.fxg-user-options__option .fxg-dropdown__sub-menu {
        left:0;
        right: auto
    }
}

.fxg-dropdown__sub-menu {
    color: #333;
    display: none;
    width: 240px;
    position: absolute;
    transition: height .5s ease
}

[dir] .fxg-dropdown__sub-menu {
    background: #fff;
    -webkit-transition: height .5s ease
}

.fxg-dropdown__sub-menu .fxg-login-module .richtext p,.fxg-dropdown__sub-menu .fxg-login-module .richtext div {
    font-size: 11px
}

[dir] .fxg-dropdown__sub-menu .fxg-login-module .richtext p,[dir] .fxg-dropdown__sub-menu .fxg-login-module .richtext div {
    padding: 19px 13px 0 13px;
    margin-bottom: 10px;
    border-bottom: 0
}

@media(max-width: 663px) {
    [dir] .fxg-dropdown__sub-menu .fxg-login-module .richtext p,[dir] .fxg-dropdown__sub-menu .fxg-login-module .richtext div {
        margin-bottom:20px
    }

    [dir=ltr] .fxg-dropdown__sub-menu .fxg-login-module .richtext p,[dir=ltr] .fxg-dropdown__sub-menu .fxg-login-module .richtext div {
        padding-left: 26px
    }

    [dir=rtl] .fxg-dropdown__sub-menu .fxg-login-module .richtext p,[dir=rtl] .fxg-dropdown__sub-menu .fxg-login-module .richtext div {
        padding-right: 26px
    }
}

[dir] .fxg-dropdown__sub-menu .fxg-login-module .fxg-link {
    border-bottom: 0
}

.fxg-dropdown__sub-menu p {
    font-size: 11px
}

[dir=ltr] .fxg-dropdown__sub-menu p {
    padding: 19px 13px 0 0
}

[dir=rtl] .fxg-dropdown__sub-menu p {
    padding: 19px 0 0 13px
}

@media(max-width: 663px) {
    [dir] .fxg-dropdown__sub-menu p {
        margin-bottom:20px
    }

    [dir=ltr] .fxg-dropdown__sub-menu p {
        padding-left: 26px
    }

    [dir=rtl] .fxg-dropdown__sub-menu p {
        padding-right: 26px
    }
}

[dir] .fxg-dropdown__sub-menu ul {
    margin-bottom: 10px;
    margin-top: 5px
}

@media(max-width: 663px) {
    [dir] .fxg-dropdown__sub-menu ul {
        margin-bottom:10px
    }

    [dir=ltr] .fxg-dropdown__sub-menu ul {
        padding-left: 40px
    }

    [dir=rtl] .fxg-dropdown__sub-menu ul {
        padding-right: 40px
    }
}

.fxg-dropdown__sub-menu ul li {
    font-size: 13px;
    line-height: 31px;
    font-weight: 300;
    list-style: none
}

[dir] .fxg-dropdown__sub-menu ul li {
    padding: 0
}

.fxg-dropdown__sub-menu ul li:before {
    content: ""
}

[dir=ltr] .fxg-dropdown__sub-menu ul li:before {
    padding-right: 8px
}

[dir=rtl] .fxg-dropdown__sub-menu ul li:before {
    padding-left: 8px
}

.fxg-dropdown__sub-menu ul li a {
    color: #333;
    font-size: 13px;
    line-height: 31px;
    font-weight: 300
}

@media(min-width: 1200px) and (max-width:1439px) {
    [dir=ltr] .fxg-dropdown__sub-menu {
        -webkit-box-shadow:4px 4px 0 0 rgba(0,0,0,0.17);
        box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17)
    }

    [dir=rtl] .fxg-dropdown__sub-menu {
        -webkit-box-shadow: -4px 4px 0 0 rgba(0,0,0,0.17);
        box-shadow: -4px 4px 0 0 rgba(0,0,0,0.17)
    }
}

@media(max-width: 992px) {
    .fxg-dropdown__sub-menu {
        position:relative;
        width: 100%
    }

    .fxg-user-options__option .fxg-dropdown__sub-menu {
        display: none;
        width: 0;
        max-width: 465px;
        position: absolute;
        transition: .25s ease
    }

    [dir] .fxg-user-options__option .fxg-dropdown__sub-menu {
        -webkit-transition: .25s ease
    }

    [dir=ltr] .fxg-user-options__option .fxg-dropdown__sub-menu {
        right: 0 !important
    }

    [dir=rtl] .fxg-user-options__option .fxg-dropdown__sub-menu {
        left: 0 !important
    }

    html[dir=rtl] .fxg-user-options__option .fxg-dropdown__sub-menu {
        left: 0;
        right: auto !important
    }

    .fxg-user-options__option.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
        width: 100%
    }

    .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
        height: 100vh;
        max-height: calc(100vh - 59px)
    }

    [dir] .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
        background: #4d148c
    }
}

@media(max-width: 663px) {
    .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
        height:calc(100vh - 100% - 100%);
        max-height: calc(100vh - 39px);
        overflow-y: scroll
    }

    [dir] .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
        background: transparent
    }

    .fxg-user-options__option .fxg-dropdown__sub-menu {
        max-width: 100%
    }
}

.fxg-dropdown__item--open .fxg-dropdown__sub-menu {
    display: block
}

[dir=ltr] .dropdown {
    float: left
}

[dir=rtl] .dropdown {
    float: right
}

.dropdown .fxg-dropdown__list {
    list-style-type: none
}

[dir] .dropdown .fxg-dropdown__list {
    padding: 0;
    margin: 0
}

html[dir=rtl] .dropdown {
    float: right
}

@media(max-width: 992px) {
    [dir] .dropdown {
        float:none !important
    }
}

.dropdown.fxg-bootstrap-dropdown {
    font-size: .75rem
}

[dir] .dropdown.fxg-bootstrap-dropdown {
    float: none;
    background-color: #fafafa
}

@media(max-width: 663px) {
    .dropdown.fxg-bootstrap-dropdown br {
        display:none
    }

    .dropdown.fxg-bootstrap-dropdown .fxg-icon {
        width: 24px;
        height: 24px
    }

    [dir] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
        margin-top: 4px
    }
}

[dir] .fxg-footer .dropdown.fxg-bootstrap-dropdown {
    border: 1px solid rgba(89,89,91,0.5)
}

.fxg-field .dropdown.fxg-bootstrap-dropdown {
    width: calc(100% - 3px)
}

@media(max-width: 663px) {
    .fxg-field .dropdown.fxg-bootstrap-dropdown {
        width:100%
    }
}

.dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    position: relative;
    font-size: 20px;
    width: 100%
}

[dir] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    background: transparent;
    border: 1px solid #fafafa;
    padding: 18px 15px 17px
}

[dir=ltr] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    text-align: left
}

[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    text-align: right
}

@media(max-width: 663px) {
    .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
        font-size:15px;
        letter-spacing: .2px;
        color: #333
    }

    [dir] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
        background: #fafafa
    }
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    font-size: .75rem
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle:focus {
    outline: 2px solid #bad8fc
}

.fxg-field .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    font-size: .875rem;
    text-transform: uppercase
}

[dir] .fxg-field .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    padding: 22px 15px
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    width: 100.3%;
    -webkit-box-shadow: none
}

[dir] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    border-radius: 0;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-top: 0;
    padding: 0;
    box-shadow: none
}

[dir=ltr] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    margin: 1px 0 0 -1px
}

[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    margin: 1px -1px 0 0
}

@media(max-width: 663px) {
    [dir] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
        border-top:1px solid #e3e3e3
    }

    .dropdown.fxg-bootstrap-dropdown .dropdown-menu li.active a {
        font-weight: 700
    }
}

[dir] .fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    border: 1px solid rgba(89,89,91,0.5)
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    color: #333;
    font-weight: 300;
    font-size: .875rem;
    letter-spacing: 1px
}

[dir] .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    background-color: #fff;
    border-top: 1px solid rgba(182,182,182,0.5);
    padding: 15px
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    font-size: .75rem
}

[dir] .fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    border-top: 0;
    border-bottom: 0
}

.dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a:hover,.dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a:focus {
    color: #333
}

[dir] .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a:hover,[dir] .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a:focus {
    background-color: #fafafa
}

[dir] .fxg-footer .dropdown.fxg-bootstrap-dropdown {
    margin-top: 15px;
    margin-bottom: 15px
}

[dir] .fxg-form .dropdown.fxg-bootstrap-dropdown {
    background-color: #fafafa;
    border: 0
}

[dir] .fxg-form .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    border: 0
}

[dir=ltr] .fxg-form .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    -webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17);
    box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17)
}

[dir=rtl] .fxg-form .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    -webkit-box-shadow: -4px 4px 0 0 rgba(0,0,0,0.17);
    box-shadow: -4px 4px 0 0 rgba(0,0,0,0.17)
}

.fxg-form .dropdown.fxg-bootstrap-dropdown select {
    display: none !important
}

@media(max-width: 663px) {
    [dir] .dropdown.fxg-bootstrap-dropdown.open .dropdown-toggle .fxg-icon {
        margin-top:-20px
    }

    [dir=ltr] .dropdown.fxg-bootstrap-dropdown.open .dropdown-toggle .fxg-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    [dir=rtl] .dropdown.fxg-bootstrap-dropdown.open .dropdown-toggle .fxg-icon {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    text-align: right
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .dropdown-menu {
    margin: 1px -1px 0 0
}

html[dir=rtl] .fxg-dropdown__item {
    float: right
}

@media(min-width: 1200px) {
    html[dir=rtl] .fxg-dropdown--open.fxg-user-options__option .fxg-dropdown__sub-menu {
        left:auto
    }
}

html[dir=rtl] .fxg-dropdown__sub-menu p {
    padding: 19px 0 0 13px
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-dropdown__sub-menu p {
        padding-right:26px;
        padding-left: 0
    }
}

html[dir=rtl] .fxg-dropdown__sub-menu ul li:before {
    padding-left: 8px;
    padding-right: 0
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-dropdown__sub-menu ul {
        padding-right:40px;
        padding-left: 0
    }
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-dropdown__sub-menu .richtext p {
        padding-right:17px;
        padding-left: 0
    }
}

html[dir=rtl] .fdx-utilityWrap {
    float: left
}

[dir=ltr] .fdx-utilityWrap {
    float: right
}

[dir=rtl] .fdx-utilityWrap {
    float: left
}

[dir] .fxg-tracking-module+li {
    border-top: 1px solid rgba(182,182,182,0.5)
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-expClsAriaLbl {
    color: transparent;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    font-size: 4px
}

.fxg-expcols-mouse {
    outline: 0
}

.fxg-expcols-keyboard:focus>.fxg-expcols-mouse {
    outline: auto 2px -webkit-focus-ring-color
}

.fxg-expcols-mouse {
    display: inline-block;
    position: relative;
    z-index: 1
}

[dir] .fxg-expcols-mouse {
    padding: .25em .55em
}

.fxg-expandable-cols {
    overflow: hidden
}

[dir] .fxg-expandable-cols {
    margin: 30px 0
}

.fxg-expandable-cols p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300
}

[dir] .fxg-expandable-cols p {
    margin: 15px 0 20px;
    text-align: center
}

.fxg-expandable-cols .fxg-rte p {
    line-height: 1.5
}

.fxg-expandable-cols .fxg-rte p span {
    font-size: 1rem !important
}

.fxg-expandable-cols ul li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300
}

.fxg-expandable-cols ol {
    line-height: 1.5
}

.fxg-expandable-cols ol li {
    font-size: 1rem;
    font-weight: 300
}

.fxg-expandable-cols__wrapper {
    white-space: nowrap;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease
}

[dir] .fxg-expandable-cols__wrapper {
    -webkit-transition: -webkit-transform .25s ease
}

.fxg-expandable-cols__wrapper--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 663px) {
    .fxg-expandable-cols__wrapper--centered {
        display:block
    }
}

.fxg-expandable-cols__item {
    display: inline-block;
    width: 25%;
    height: 180px;
    transition: width .25s ease
}

[dir] .fxg-expandable-cols__item {
    cursor: pointer;
    -webkit-transition: width .25s ease
}

[dir=ltr] .fxg-expandable-cols__item {
    border-right: 1px solid rgba(145,145,145,0.3)
}

[dir=rtl] .fxg-expandable-cols__item {
    border-left: 1px solid rgba(145,145,145,0.3)
}

[dir=ltr] .fxg-expandable-cols__item:last-child {
    border-right: 0
}

[dir=rtl] .fxg-expandable-cols__item:last-child {
    border-left: 0
}

@media(max-width: 663px) {
    [dir] .fxg-expandable-cols__item:last-child {
        border-bottom:1px solid rgba(145,145,145,0.3)
    }
}

@media(max-width: 663px) {
    .fxg-expandable-cols__item {
        width:100%;
        height: auto;
        max-height: 110px;
        display: block;
        transition: max-height .5s ease;
        overflow: hidden
    }

    [dir] .fxg-expandable-cols__item {
        padding: 25px 0;
        border-top: 1px solid #fafafa;
        -webkit-transition: max-height .5s ease
    }

    [dir=ltr] .fxg-expandable-cols__item {
        border-right: 0
    }

    [dir=rtl] .fxg-expandable-cols__item {
        border-left: 0
    }
}

.fxg-expandable-cols__item-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

[dir] .fxg-expandable-cols__item--open {
    cursor: auto
}

[dir=ltr] .fxg-expandable-cols__item--open {
    -webkit-animation: open-option .3s ease forwards;
    animation: open-option .3s ease forwards
}

[dir=rtl] .fxg-expandable-cols__item--open {
    -webkit-animation: open-option .3s ease forwards;
    animation: open-option .3s ease forwards
}

@media(max-width: 663px) {
    .fxg-expandable-cols__item--open {
        max-height:1000px
    }

    [dir=ltr] .fxg-expandable-cols__item--open {
        -webkit-animation: none;
        animation: none
    }

    [dir=rtl] .fxg-expandable-cols__item--open {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .fxg-expandable-cols__item--close {
    -webkit-animation: close-option .3s ease forwards;
    animation: close-option .3s ease forwards
}

[dir=rtl] .fxg-expandable-cols__item--close {
    -webkit-animation: close-option .3s ease forwards;
    animation: close-option .3s ease forwards
}

@media(max-width: 663px) {
    .fxg-expandable-cols__item--close {
        max-height:110px
    }

    [dir=ltr] .fxg-expandable-cols__item--close {
        -webkit-animation: none;
        animation: none
    }

    [dir=rtl] .fxg-expandable-cols__item--close {
        -webkit-animation: none;
        animation: none
    }
}

.fxg-expandable-cols__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    position: absolute;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -webkit-transition-property: transform,background-color;
    -webkit-moz-property: transform,background-color;
    -webkit-transition-property: background-color,-webkit-transform
}

[dir] .fxg-expandable-cols__close {
    cursor: pointer;
    border-radius: 14px;
    background-color: #007ab7;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: background-color,-webkit-transform;
    transition-property: transform,background-color;
    transition-property: transform,background-color,-webkit-transform
}

[dir=ltr] .fxg-expandable-cols__close {
    float: left;
    right: 20px
}

[dir=rtl] .fxg-expandable-cols__close {
    float: right;
    left: 20px
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-expandable-cols__close {
        right:10px
    }

    [dir=rtl] .fxg-expandable-cols__close {
        left: 10px
    }
}

@media(max-width: 663px) {
    .fxg-expandable-cols__close {
        top:22px
    }
}

[dir] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
    background-color: #333
}

[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__close {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fxg-expandable-cols__close-sign {
    color: #fff;
    font-weight: bold;
    font-size: 17px
}

.fxg-expandable-cols__inner-left {
    position: relative;
    width: 190px;
    height: 100%
}

[dir] .fxg-expandable-cols__inner-left {
    text-align: center
}

[dir=ltr] .fxg-expandable-cols__inner-left {
    float: left
}

[dir=rtl] .fxg-expandable-cols__inner-left {
    float: right
}

.fxg-expandable-cols__inner-left svg {
    position: absolute;
    top: 75px
}

[dir=ltr] .fxg-expandable-cols__inner-left svg {
    left: 50%;
    -webkit-transition: left .25s ease;
    transition: left .25s ease
}

[dir=rtl] .fxg-expandable-cols__inner-left svg {
    right: 50%;
    -webkit-transition: right .25s ease;
    transition: right .25s ease
}

[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-left svg {
    left: 30%
}

[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-left svg {
    right: 30%
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-expandable-cols__inner-left svg {
        left:40%
    }

    [dir=rtl] .fxg-expandable-cols__inner-left svg {
        right: 40%
    }
}

@media(max-width: 663px) {
    .fxg-expandable-cols__inner-left svg {
        top:0
    }

    [dir=ltr] .fxg-expandable-cols__inner-left svg {
        left: 0 !important
    }

    [dir=rtl] .fxg-expandable-cols__inner-left svg {
        right: 0 !important
    }
}

@media(max-width: 768px) {
    .fxg-expandable-cols__inner-left {
        width:145px
    }
}

@media(max-width: 663px) {
    .fxg-expandable-cols__inner-left {
        width:100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-flex-direction: column
    }

    [dir=ltr] .fxg-expandable-cols__inner-left {
        text-align: left
    }

    [dir=rtl] .fxg-expandable-cols__inner-left {
        text-align: right
    }

    .fxg-expandable-cols__inner-left svg {
        width: 100px
    }

    [dir=ltr] .fxg-expandable-cols__inner-left svg {
        float: left
    }

    [dir=rtl] .fxg-expandable-cols__inner-left svg {
        float: right
    }
}

.fxg-expandable-cols__inner-right {
    display: none;
    max-width: 265px;
    white-space: normal
}

[dir] .fxg-expandable-cols__inner-right {
    padding-top: 30px
}

@media(max-width: 768px) {
    .fxg-expandable-cols__inner-right {
        max-width:310px
    }

    [dir=ltr] .fxg-expandable-cols__inner-right {
        padding-left: 30px
    }

    [dir=rtl] .fxg-expandable-cols__inner-right {
        padding-right: 30px
    }
}

@media(max-width: 663px) {
    .fxg-expandable-cols__inner-right {
        max-width:100%
    }

    [dir] .fxg-expandable-cols__inner-right {
        padding-top: 15px
    }
}

.fxg-expandable-cols__inner-right p {
    line-height: 1.5
}

.fxg-expandable-cols__inner-right ul {
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

[dir=ltr] .fxg-expandable-cols__inner-right ul {
    padding-left: 0
}

[dir=rtl] .fxg-expandable-cols__inner-right ul {
    padding-right: 0
}

.fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
    display: block
}

[dir=ltr] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
    float: left
}

[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
    float: right
}

.fxg-expandable-cols__title {
    display: block;
    color: #007ab7;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: 1px
}

[dir] .fxg-expandable-cols__title {
    margin-bottom: 55px;
    border: 0;
    background: 0
}

[dir=ltr] .fxg-expandable-cols__title {
    text-align: left;
    padding-left: 20px
}

[dir=rtl] .fxg-expandable-cols__title {
    text-align: right;
    padding-right: 20px
}

@media(max-width: 663px) {
    .fxg-expandable-cols__title {
        font-size:.875rem;
        display: inline-block;
        letter-spacing: 1px
    }

    [dir=ltr] .fxg-expandable-cols__title {
        margin: 0 45px 0 100px
    }

    [dir=rtl] .fxg-expandable-cols__title {
        margin: 0 100px 0 45px
    }
}

.fxg-expandable-cols .fxg-title {
    font-size: 2.5rem
}

[dir] .fxg-expandable-cols .fxg-title {
    text-align: center !important
}

@media(max-width: 663px) {
    .fxg-expandable-cols .fxg-title {
        font-size:2.5rem
    }
}

@-webkit-keyframes open-option {
    to {
        width: 465px
    }
}

@keyframes open-option {
    to {
        width: 465px
    }
}

@-webkit-keyframes close-option {
    from {
        width: 465px
    }

    to {
        width: 25%
    }
}

@keyframes close-option {
    from {
        width: 465px
    }

    to {
        width: 25%
    }
}

html[dir=rtl] .fxg-expandable-cols__item {
    border-left: 1px solid rgba(145,145,145,0.3);
    border-right: 0 solid rgba(145,145,145,0.3)
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-expandable-cols__item {
        border-left:0 solid rgba(145,145,145,0.3)
    }
}

html[dir=rtl] .fxg-expandable-cols__item:last-child {
    border-left: 0
}

html[dir=rtl] .fxg-expandable-cols__inner-left {
    float: right
}

html[dir=rtl] .fxg-expandable-cols__inner-left svg {
    right: 50%
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-expandable-cols__inner-left svg {
        right:40%;
        float: right;
        right: 0 !important
    }
}

html[dir=rtl] .fxg-expandable-cols__title {
    text-align: right;
    padding-right: 10px;
    margin: 0 0 55px auto
}

html[dir=rtl] .fxg-expandable-cols__close {
    float: right;
    left: 20px;
    right: inherit
}

html[dir=rtl] .fxg-expandable-cols__item--open .fxg-expandable-cols__inner-right {
    float: right
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-expandable-cols__title {
        margin:0 100px 0 45px
    }
}

@media(max-width: 992px) {
    html[dir=rtl] .fxg-expandable-cols__close {
        left:10px;
        right: inherit
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir=ltr] .fxg-faqlist__block {
    text-align: left
}

[dir=rtl] .fxg-faqlist__block {
    text-align: right
}

[dir] .fxg-faqlist__view-all {
    margin-bottom: 20px
}

.fxg-faqlist__read-more a {
    color: #007ab7 !important;
    text-decoration: none !important;
    transition: .2s ease-in-out
}

[dir] .fxg-faqlist__read-more a {
    -webkit-transition: .2s ease-in-out
}

[dir=ltr] .fxg-faqlist__read-more a:hover {
    padding-right: 3px
}

[dir=rtl] .fxg-faqlist__read-more a:hover {
    padding-left: 3px
}

.fxg-faqlist__read-more a:hover span {
    text-decoration: underline !important
}

.fxg-faqlist__title {
    font-size: 18px
}

[dir] .fxg-faqlist .cc-aem-c-accordion {
    margin-bottom: 25px;
    margin-top: 25px
}

.fxg-faqlist .cc-aem-c-accordion__item * {
    font-size: 16px !important;
    line-height: 24px
}

[dir] .fxg-faqlist .cc-aem-c-accordion__item * {
    margin-top: 20px
}

.fxg-faqlist .cc-aem-c-accordion__item *:not(b) {
    font-weight: 300
}

.fxg-faqlist .cc-aem-c-accordion__item a {
    color: #333;
    font-weight: 400;
    text-decoration: underline
}

.fxg-faqlist .cc-aem-c-accordion__item b {
    font-weight: 400
}

.fxg-faqlist .cc-aem-c-accordion__button {
    font-size: 18px;
    min-height: 3rem
}

[dir] .fxg-faqlist .cc-aem-c-accordion__button {
    padding: 15px 8px
}

[dir=ltr] .fxg-faqlist .cc-aem-c-accordion__item {
    padding-left: 8px;
    padding-right: 8px
}

[dir=rtl] .fxg-faqlist .cc-aem-c-accordion__item {
    padding-right: 8px;
    padding-left: 8px
}

.fxg-faqlist .cc-aem-c-accordion__button__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[dir] .fxg-faqlist .fxg-faqlist__accordion-full .cc-aem-c-icon,[dir] .fxg-faqlist .fxg-faqlist__accordion-sneak-peek .cc-aem-c-icon {
    margin: 5px
}

[dir] .fxg-faqlist .fxg-faqlist__sneak-peek .cc-aem-c-icon {
    margin: 1px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir=ltr] .layout5 .fxg-offer__item {
    float: left
}

[dir=rtl] .layout5 .fxg-offer__item {
    float: right
}

[dir=ltr] .layout6 .fxg-offer__item {
    float: right
}

[dir=rtl] .layout6 .fxg-offer__item {
    float: left
}

@media(max-width: 663px) {
    .fxg-featured-offer.fxg-featured-offer-layout-one.layout1,.fxg-featured-offer.fxg-featured-offer-layout-one.layout3 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.fxg-featured-offer {
    max-width: 970px;
    display: block
}

[dir] .fxg-featured-offer {
    margin: 2rem auto
}

.fxg-featured-offer .fxg-button {
    display: inline-block
}

[dir] .fxg-featured-offer .fxg-button {
    margin-top: 1rem
}

[dir=ltr] .fxg-featured-offer .fxg-button {
    padding-left: 30px;
    padding-right: 30px
}

[dir=rtl] .fxg-featured-offer .fxg-button {
    padding-right: 30px;
    padding-left: 30px
}

.fxg-featured-offer:after {
    content: "";
    display: block
}

[dir] .fxg-featured-offer:after {
    clear: both
}

[dir] .fxg-featured-offer .brightcove-container {
    margin: 0rem !important
}

.fxg-featured-offer .fxg-link--rounded_button {
    max-width: 300px
}

[dir] .fxg-featured-offer .fxg-link--rounded_button {
    padding: 15px 24px
}

.fxg-offer .fxg-featured-offer {
    max-width: none;
    min-height: 315px
}

[dir] .fxg-offer .fxg-featured-offer {
    margin: 0rem auto;
    background-color: #f2f2f2
}

@media(max-width: 768px) {
    .fxg-offer .fxg-featured-offer {
        min-height:auto
    }
}

.fxg-featured-offer__detail {
    width: 56%
}

[dir] .fxg-featured-offer__detail {
    padding: 35px 60px 34px
}

[dir=ltr] .fxg-featured-offer__detail {
    float: left;
    text-align: left
}

[dir=rtl] .fxg-featured-offer__detail {
    float: right;
    text-align: right
}

@media(max-width: 768px) {
    [dir] .fxg-featured-offer__detail {
        padding:19px 43px 18px
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer__detail {
        width:100%
    }

    [dir] .fxg-featured-offer__detail {
        text-align: center;
        padding: 25px 15px;
        margin-bottom: 1.25rem
    }

    [dir] .fxg-offer .fxg-featured-offer__detail {
        margin-bottom: 0rem;
        padding: 0
    }
}

.fxg-featured-offer__detail p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

[dir] .fxg-featured-offer__detail p {
    margin-bottom: 1.5rem
}

@media(max-width: 768px) {
    .fxg-featured-offer__detail p {
        font-size:1rem;
        line-height: 1.5
    }

    [dir] .fxg-featured-offer__detail p {
        padding: 5px 0
    }

    [dir] .fxg-offer .fxg-featured-offer__detail p {
        margin-bottom: 0rem
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer__detail p {
        font-size:1rem;
        line-height: 1.5
    }

    [dir] .fxg-offer .fxg-featured-offer__detail p {
        margin-bottom: .25rem
    }
}

[dir=ltr] .fxg-offer .fxg-featured-offer__detail {
    padding: 60px 5px 39px 25px
}

[dir=rtl] .fxg-offer .fxg-featured-offer__detail {
    padding: 60px 25px 39px 5px
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-offer .fxg-featured-offer__detail {
        padding:45px 5px 30px 15px
    }

    [dir=rtl] .fxg-offer .fxg-featured-offer__detail {
        padding: 45px 15px 30px 5px
    }
}

.fxg-featured-offer--small .fxg-featured-offer__detail {
    width: 70%
}

[dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 35px 10px 35px 60px
}

[dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 35px 60px 35px 10px
}

[dir=ltr] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 61px 5px 57px 25px
}

[dir=rtl] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
    padding: 61px 25px 57px 5px
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
        padding:45px 5px 45px 15px
    }

    [dir=rtl] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
        padding: 45px 15px 45px 5px
    }
}

@media(max-width: 663px) {
    [dir] .fxg-offer .fxg-featured-offer--small .fxg-featured-offer__detail {
        padding:40px 15px
    }
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail {
        padding:35px 10px 35px 30px
    }

    [dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail {
        padding: 35px 30px 35px 10px
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer--small .fxg-featured-offer__detail {
        width:100%
    }

    [dir] .fxg-featured-offer--small .fxg-featured-offer__detail {
        float: none
    }
}

.fxg-featured-offer__detail .fxg-link--rounded_button {
    line-height: 1.5
}

[dir] .fxg-featured-offer__detail .fxg-link--rounded_button {
    padding: 15px 24px
}

.fxg-featured-offer__detail .fxg-link--bluebold {
    line-height: 1.3;
    display: inline-block
}

.fxg-featured-offer__detail-image {
    width: 44%
}

[dir=ltr] .fxg-featured-offer__detail-image {
    float: left
}

[dir=rtl] .fxg-featured-offer__detail-image {
    float: right
}

.fxg-featured-offer--small .fxg-featured-offer__detail-image {
    width: 30%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)
}

[dir] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    transform: translateY(-50%)
}

[dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    right: 0
}

[dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
    left: 0
}

@media(max-width: 663px) {
    .fxg-featured-offer--small .fxg-featured-offer__detail-image {
        width:100%;
        position: relative;
        top: 0;
        -webkit-transform: none
    }

    [dir] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
        transform: none;
        text-align: center;
        padding-top: 15px
    }

    [dir=ltr] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
        right: 0
    }

    [dir=rtl] .fxg-featured-offer--small .fxg-featured-offer__detail-image {
        left: 0
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer__detail-image {
        width:100%
    }

    [dir] .fxg-featured-offer__detail-image {
        float: none
    }
}

.fxg-featured-offer--small {
    min-height: 315px;
    position: relative;
    overflow: hidden
}

[dir] .fxg-featured-offer--small {
    margin: 0rem
}

@media(max-width: 768px) {
    .fxg-featured-offer--small {
        min-height:315px
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer--small {
        min-height:auto
    }
}

.fxg-offer--fixed .fxg-featured-offer--small {
    height: 100%
}

@media(max-width: 663px) {
    .fxg-offer--fixed .fxg-featured-offer--small {
        height:auto
    }
}

.fxg-carousel .fxg-featured-offer {
    max-width: 970px
}

[dir] .fxg-carousel .fxg-featured-offer {
    margin: 0rem
}

.fxg-featured-offer.fxg-featured-offer-layout-one.layout7,.fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media(min-width: 768px) {
    .fxg-featured-offer.fxg-featured-offer-layout-one.layout7,.fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
        width:325px
    }
}

[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-rte p,[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-rte p {
    margin-bottom: 1rem
}

[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-button,[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-button {
    margin-top: 0rem
}

.fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail,.fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
    width: 100%
}

[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail,[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
    padding: 30px 32px 25px 32px
}

.fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail .fxg-title,.fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail .fxg-title {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
    font-weight: 400
}

[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail .fxg-title,[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail .fxg-title {
    margin-bottom: 1rem
}

@media(max-width: 663px) {
    [dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail,[dir] .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail {
        margin-bottom:0rem
    }
}

@media(min-width: 768px) {
    .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail-image,.fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail-image {
        width:325px;
        height: 215px
    }
}

.fxg-featured-offer .fxg-featured-offer__detail .fxg-button--orange:hover {
    color: #fff
}

[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@small {
    text-align: right !important
}

[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@small {
    text-align: left !important
}

[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@small {
    text-align: left !important
}

[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@small {
    text-align: right !important
}

[dir] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--center\@small {
    text-align: center !important
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@x-small-only {
        text-align:left !important
    }

    [dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--left\@x-small-only {
        text-align: right !important
    }
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@x-small-only {
        text-align:right !important
    }

    [dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--right\@x-small-only {
        text-align: left !important
    }
}

@media(max-width: 663px) {
    [dir] .fxg-featured-offer .fxg-featured-offer__detail .cc-aem-u-align--center\@x-small-only {
        text-align:center !important
    }
}

[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-right {
    text-align: right
}

[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-right {
    text-align: left
}

[dir=ltr] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-left {
    text-align: left
}

[dir=rtl] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-left {
    text-align: right
}

[dir] .fxg-featured-offer .fxg-featured-offer__detail.fxg-btn--align-center {
    text-align: center
}

.fxg-podsExteranlIcon-left {
    display: inline-block
}

[dir] .fxg-podsExteranlIcon-left {
    padding: 0 10px
}

.fxg-podsExteranlIcon-left>svg {
    width: 24px;
    height: 24px
}

.fxg-podsExteranlIcon-default {
    display: inline-block
}

[dir] .fxg-podsExteranlIcon-default {
    padding: 10px
}

.fxg-offerExteranlIcon-default,.fxg-offerExteranlIcon-left {
    display: inline-block
}

[dir] .fxg-offerExteranlIcon-default,[dir] .fxg-offerExteranlIcon-left {
    padding: 10px
}

.fxg-featured-offer-two {
    max-width: 970px;
    display: block
}

[dir] .fxg-featured-offer-two {
    padding: 30px;
    margin: 2rem auto;
    background-color: #333;
    background-size: cover
}

.fxg-featured-offer-two .fxg-button {
    display: inline-block
}

[dir] .fxg-featured-offer-two .fxg-button {
    margin-top: 1rem
}

[dir=ltr] .fxg-featured-offer-two .fxg-button {
    padding-left: 30px;
    padding-right: 30px
}

[dir=rtl] .fxg-featured-offer-two .fxg-button {
    padding-right: 30px;
    padding-left: 30px
}

.fxg-featured-offer-two .fxg-link--rounded_button {
    line-height: 1.5;
    max-width: 300px
}

[dir] .fxg-featured-offer-two .fxg-link--rounded_button {
    padding: 15px 24px
}

.fxg-featured-offer-two .fxg-link--bluebold {
    line-height: 1.3;
    display: inline-block
}

@media(max-width: 663px) {
    [dir] .fxg-featured-offer-two {
        padding:0;
        background-image: none !important
    }
}

.fxg-featured-offer-two .fxg-offer__item {
    width: 390px
}

[dir] .fxg-featured-offer-two .fxg-offer__item {
    background: rgba(255,255,255,0.75);
    padding: 50px 60px;
    text-align: center
}

@media(max-width: 768px) {
    .fxg-featured-offer-two .fxg-offer__item {
        width:275px
    }

    [dir] .fxg-featured-offer-two .fxg-offer__item {
        padding: 30px 20px
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer-two .fxg-offer__item {
        width:100%
    }

    [dir] .fxg-featured-offer-two .fxg-offer__item {
        padding: 10px 20px
    }

    [dir=ltr] .fxg-featured-offer-two .fxg-offer__item {
        margin-left: 0rem;
        margin-right: 0rem
    }

    [dir=rtl] .fxg-featured-offer-two .fxg-offer__item {
        margin-right: 0rem;
        margin-left: 0rem
    }
}

.fxg-featured-offer-two .fxg-offer__item p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    max-width: inherit
}

@media(max-width: 768px) {
    .fxg-featured-offer-two .fxg-offer__item p {
        font-size:1rem;
        line-height: 1.5
    }

    [dir] .fxg-featured-offer-two .fxg-offer__item p {
        margin-bottom: .25rem
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer-two .fxg-offer__item p {
        font-size:1rem;
        line-height: 1.5
    }
}

[dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@small {
    text-align: right !important
}

[dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@small {
    text-align: left !important
}

[dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@small {
    text-align: left !important
}

[dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@small {
    text-align: right !important
}

[dir] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--center\@small {
    text-align: center !important
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@x-small-only {
        text-align:left !important
    }

    [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--left\@x-small-only {
        text-align: right !important
    }
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@x-small-only {
        text-align:right !important
    }

    [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--right\@x-small-only {
        text-align: left !important
    }
}

@media(max-width: 663px) {
    [dir] .fxg-featured-offer-two .fxg-offer__item .cc-aem-u-align--center\@small {
        text-align:center !important
    }
}

@media(min-width: 768px) {
    [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-right {
        text-align:right
    }

    [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-right {
        text-align: left
    }
}

@media(min-width: 768px) {
    [dir=ltr] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-left {
        text-align:left
    }

    [dir=rtl] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-left {
        text-align: right
    }
}

@media(min-width: 768px) {
    [dir] .fxg-featured-offer-two .fxg-offer__item .fxg-btn--align-center {
        text-align:center
    }
}

.fxg-featured-offer-two__mobile-image {
    display: none
}

@media(max-width: 663px) {
    .fxg-featured-offer-two__mobile-image {
        display:block;
        width: 100%
    }

    .fxg-featured-offer-two__mobile-image img {
        width: 100%
    }
}

.fxg-featured-offer-two:after {
    content: "";
    display: block
}

[dir] .fxg-featured-offer-two:after {
    clear: both
}

.fxg-featured-offer .fxg-button--orange,.fxg-featured-offer-two .fxg-button--orange {
    max-width: 280px;
    min-width: 160px;
    overflow: hidden;
    line-height: 1.3
}

[dir] .fxg-featured-offer .fxg-button--orange,[dir] .fxg-featured-offer-two .fxg-button--orange {
    text-align: center
}

.fxg-col .fxg-featured-offer .fxg-featured-offer__detail {
    width: 100%
}

.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout7,.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 {
    width: auto
}

.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 .fxg-featured-offer__detail-image,.fxg-col .fxg-featured-offer.fxg-featured-offer-layout-one.layout8 .fxg-featured-offer__detail-image {
    width: 100%;
    height: 100%
}

.aem-Grid .column_control_v1 .fxg-col .fxg-wrapper.fxg-featured-offer-wrapper {
    width: auto;
    min-width: auto
}

[dir] .featured_offer_v2 .fxg-featured-offer {
    margin: 1rem auto
}

[dir] .featured_offer_v2 .fxg-featured-offer-two {
    margin: 1rem auto
}

.featured_offer_v2 .fxg-featured-offer-two .fxg-button--orange:hover {
    color: #fff
}

.fxg-featured-offer .fxg-title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3
}

[dir] .fxg-featured-offer .fxg-title {
    margin-top: 0rem !important
}

@media(max-width: 768px) {
    .fxg-featured-offer .fxg-title {
        font-size:1.5rem
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer .fxg-title {
        max-width:100%
    }
}

.fxg-featured-offer__detail .fxg-title {
    font-size: 1.5rem;
    font-weight: 300
}

[dir] .fxg-featured-offer__detail .fxg-title {
    margin-bottom: 1.25rem !important
}

[dir=ltr] .fxg-featured-offer__detail .fxg-title {
    text-align: left
}

[dir=rtl] .fxg-featured-offer__detail .fxg-title {
    text-align: right
}

@media(max-width: 663px) {
    [dir] .fxg-featured-offer__detail .fxg-title {
        text-align:center !important
    }
}

.fxg-featured-offer-two .fxg-offer__item .fxg-title {
    font-weight: 300
}

[dir] .fxg-featured-offer-two .fxg-offer__item .fxg-title {
    text-align: center
}

@media(max-width: 768px) {
    .fxg-featured-offer-two .fxg-offer__item .fxg-title {
        font-size:1.25rem;
        line-height: 1.5
    }

    [dir] .fxg-featured-offer-two .fxg-offer__item .fxg-title {
        margin-bottom: .75rem
    }
}

.fxg-offer__item .fxg-title,.fxg-offer .fxg-featured-offer__detail .fxg-title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3
}

[dir] .fxg-offer__item .fxg-title,[dir] .fxg-offer .fxg-featured-offer__detail .fxg-title {
    margin-top: 0rem !important;
    margin-bottom: .75rem !important
}

[dir=ltr] .fxg-offer__item .fxg-title,[dir=ltr] .fxg-offer .fxg-featured-offer__detail .fxg-title {
    text-align: left
}

[dir=rtl] .fxg-offer__item .fxg-title,[dir=rtl] .fxg-offer .fxg-featured-offer__detail .fxg-title {
    text-align: right
}

@media(max-width: 768px) {
    .fxg-offer__item .fxg-title,.fxg-offer .fxg-featured-offer__detail .fxg-title {
        font-size:1.5rem;
        line-height: 1.3
    }
}

@media(max-width: 663px) {
    .fxg-offer__item .fxg-title,.fxg-offer .fxg-featured-offer__detail .fxg-title {
        font-size:1.5rem
    }

    [dir] .fxg-offer__item .fxg-title,[dir] .fxg-offer .fxg-featured-offer__detail .fxg-title {
        text-align: center;
        margin-bottom: 1rem
    }
}

html[dir=rtl] .fxg-featured-offer__detail .fxg-title {
    text-align: right
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-featured-offer__detail .fxg-title {
        text-align:center !important
    }
}

html[dir=rtl] .fxg-offer__item .fxg-title {
    text-align: right
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-offer__item .fxg-title {
        text-align:center
    }
}

@media print {
    .fxg-featured-offer {
        -webkit-box-orient: inherit !important;
        -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
        flex-direction: inherit !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    [dir] .fxg-featured-offer {
        background-color: #fafafa !important;
        background-size: cover !important
    }

    .fxg-featured-offer.fxg-featured-offer-layout-one.layout7 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir=ltr] .sub-title {
    float: left
}

[dir=rtl] .sub-title {
    float: right
}

.fxg__filter-parent-input-checkbox {
    display: none !important
}

[dir=ltr] .fxg__filter-subLi-checkbox {
    margin-left: 0rem !important
}

[dir=rtl] .fxg__filter-subLi-checkbox {
    margin-right: 0rem !important
}

.fxg__filter-hide-plus {
    display: none !important
}

.fxg__filter-display-minus {
    display: block !important;
    height: 41px
}

[dir] .fxg__filter-display-minus {
    padding: 10px
}

[dir=ltr] .fxg__filter-display-minus {
    float: right
}

[dir=rtl] .fxg__filter-display-minus {
    float: left
}

.fxg__filter-checkbox-minus {
    display: none
}

[dir=ltr] .fxg__filter-checkbox-minus {
    float: right
}

[dir=rtl] .fxg__filter-checkbox-minus {
    float: left
}

.checkbox-inline {
    display: inline-block
}

[dir] .checkbox-inline {
    margin-top: .625rem
}

[dir=ltr] .checkbox-inline {
    float: left;
    margin-left: .9375rem
}

[dir=rtl] .checkbox-inline {
    float: right;
    margin-right: .9375rem
}

.checkbox-inline .checkmark_download {
    display: inline-block;
    width: 20px;
    height: 21px;
    position: absolute
}

[dir] .checkbox-inline .checkmark_download {
    background-color: white;
    border: 2px solid #007ab7
}

[dir=ltr] .checkbox-inline .checkmark_download {
    left: 0
}

[dir=rtl] .checkbox-inline .checkmark_download {
    right: 0
}

@media(max-width: 425px) {
    .checkbox-inline .checkmark_download {
        width:20px;
        height: 20px
    }
}

[dir] .checkbox-inline input:checked+.checkmark_download {
    background-color: white
}

.checkbox-inline input:checked+.checkmark_download:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    top: 49%
}

[dir] .checkbox-inline input:checked+.checkmark_download:after {
    border-bottom: 2px solid #007ab7
}

[dir=ltr] .checkbox-inline input:checked+.checkmark_download:after {
    border-left: 2px solid #007ab7;
    left: 52%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

[dir=rtl] .checkbox-inline input:checked+.checkmark_download:after {
    border-right: 2px solid #007ab7;
    right: 52%;
    -webkit-transform: translate(50%,-50%) rotate(45deg);
    transform: translate(50%,-50%) rotate(45deg)
}

li.fxg_checkbox-list {
    min-height: 41px;
    outline: 0;
    font-size: 14px
}

[dir=ltr] li.fxg_checkbox-list {
    text-align: left
}

[dir=rtl] li.fxg_checkbox-list {
    text-align: right
}

li.fxg_checkbox-list-sub-li {
    height: 41px;
    font-size: 14px;
    outline: 0
}

[dir] li.fxg_checkbox-list-sub-li {
    border-bottom: 1px solid #f2f2f2
}

[dir=ltr] li.fxg_checkbox-list-sub-li {
    padding-left: 50px;
    text-align: left
}

[dir=rtl] li.fxg_checkbox-list-sub-li {
    padding-right: 50px;
    text-align: right
}

@media(max-width: 425px) {
    [dir=ltr] li.fxg_checkbox-list-sub-li {
        padding-left:44px
    }

    [dir=rtl] li.fxg_checkbox-list-sub-li {
        padding-right: 44px
    }
}

.fxg__filter-checkbox-ulText {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    height: 41px
}

[dir] .fxg__filter-checkbox-ulText {
    padding: 10px;
    padding-top: 10px
}

[dir=ltr] .fxg__filter-checkbox-ulText {
    float: left
}

[dir=rtl] .fxg__filter-checkbox-ulText {
    float: right
}

.fxg__filter-checkbox-plus {
    height: 41px
}

[dir] .fxg__filter-checkbox-plus {
    padding: 10px
}

[dir=ltr] .fxg__filter-checkbox-plus {
    float: right
}

[dir=rtl] .fxg__filter-checkbox-plus {
    float: left
}

.parent-li-item-div {
    height: 41px
}

[dir] .parent-li-item-div {
    border-bottom: 1px solid #f2f2f2
}

.children-li-item-div {
    height: 41px;
    font-size: 14px
}

[dir] .children-li-item-div {
    padding: 10px;
    padding-top: 12px
}

[dir=ltr] .children-li-item-div {
    padding-left: 30px
}

[dir=rtl] .children-li-item-div {
    padding-right: 30px
}

.filter-select_imp ul.fxg_checkbox-list-sub-ul {
    color: #333;
    list-style: none;
    width: 100%;
    top: 100%;
    z-index: 1000;
    display: none;
    outline-width: 0
}

[dir] .filter-select_imp ul.fxg_checkbox-list-sub-ul {
    background-color: #fff
}

[dir=ltr] .filter-select_imp ul.fxg_checkbox-list-sub-ul {
    padding-left: 0;
    right: 0
}

[dir=rtl] .filter-select_imp ul.fxg_checkbox-list-sub-ul {
    padding-right: 0;
    left: 0
}

.filter-select_imp ul.filter-menu-lists-checkbox {
    -webkit-box-shadow: 0 40px 40px #f2f2f2;
    color: #333;
    position: absolute;
    list-style: none;
    max-width: 633px;
    width: 85.7%;
    top: 100%;
    z-index: 1000;
    display: none;
    outline-width: 0;
    max-height: 205px;
    overflow: auto
}

[dir] .filter-select_imp ul.filter-menu-lists-checkbox {
    border: 1px #f2f2f2;
    box-shadow: 0 40px 40px #f2f2f2;
    padding: 0;
    background-color: #fff
}

@media(max-width: 1199px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:85.9%
    }
}

@media(max-width: 1024px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:91.5%
    }
}

@media(max-width: 992px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:90.1%
    }
}

@media screen and (max-width: 950px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:89.9%
    }
}

@media screen and (max-width: 850px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:89.8%
    }
}

@media(max-width: 767px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:95.5%;
        max-width: none
    }
}

@media screen and (max-width: 680px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:95%
    }
}

@media screen and (max-width: 624px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:94.5%
    }
}

@media screen and (max-width: 520px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:93.2%
    }
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:98%;
        max-width: 415px
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:98%;
        max-width: 365px
    }
}

@media screen and (max-width: 320px) {
    .filter-select_imp ul.filter-menu-lists-checkbox {
        width:97%;
        max-width: 310px
    }
}

.fxg_checkbox-list-sub-ul-display {
    display: block !important
}

.fxg__filter-checkbox-model {
    display: none
}

.fxg__filter-checkbox-model-display {
    display: block !important
}

.fxg__filter-pillbutton-model-none {
    display: none !important
}

.filter_heading {
    font-size: 36px;
    outline: 0
}

[dir] .filter_heading {
    margin-top: 5%;
    margin-bottom: 3%
}

@media screen and (max-width: 992px) {
    .filter_heading {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .filter_heading {
        font-size:28px
    }
}

@media screen and (max-width: 425px) {
    .filter_heading {
        line-height:1.1;
        font-size: 2.75rem;
        letter-spacing: 0;
        color: #333
    }
}

[dir] .filter_heading:focus {
    border: 2px solid lightgrey
}

.filter_carot-icon-open {
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

[dir] .filter_carot-icon-open {
    -webkit-transition: -webkit-transform .2s linear
}

[dir=ltr] .filter_carot-icon-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .filter_carot-icon-open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter _carot-icon-close {
    -webkit-transform: rotate(0);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

[dir] .filter _carot-icon-close {
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s linear
}

.negative-icon {
    outline-width: 0
}

[dir] .negative-icon {
    cursor: pointer
}

.fxg__filter_component-container {
    max-width: 970px
}

[dir] .fxg__filter_component-container {
    margin-bottom: .625rem
}

.fxg__filter-results-in-pills {
    max-width: 970px
}

.fxg__filter-pill-text {
    font-size: 14px
}

@media(max-width: 992px) {
    .fxg__filter-pill-text-remove {
        width:105%
    }
}

[dir] .fxg__filter-pill-text-div {
    margin-top: .875rem
}

[dir=ltr] .fxg__filter-pill-text-div {
    float: left;
    margin-left: .9375rem;
    margin-right: .9375rem
}

[dir=rtl] .fxg__filter-pill-text-div {
    float: right;
    margin-right: .9375rem;
    margin-left: .9375rem
}

[dir] .fxg__filter-pill-text-remove svg {
    margin-top: .625rem
}

[dir] .fxg__filter-pill-text-remove svg:focus {
    border: 2px solid lightgrey
}

.fxg__filter_pill-background {
    position: absolute
}

.fxg__filter_pill-background svg {
    outline: 0
}

[dir] .fxg__filter_pill-background svg:focus {
    border: 2px solid lightgrey
}

.fxg__filter-pill-text-remove {
    position: relative
}

.fxg__filter-button-defSel-test {
    width: 85%
}

[dir] .fxg__filter-button-defSel-test {
    margin: .3125rem 0rem
}

[dir=ltr] .fxg__filter-button-defSel-test {
    float: left
}

[dir=rtl] .fxg__filter-button-defSel-test {
    float: right
}

.text-center {
    max-width: 970px
}

[dir=ltr] .dropDown-box {
    float: left
}

[dir=rtl] .dropDown-box {
    float: right
}

.provider-title {
    height: 36px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3
}

[dir] .provider-title {
    text-align: center
}

.provider-des {
    min-height: 102px;
    height: 119px
}

[dir] .provider-des {
    text-align: center
}

.subblock {
    min-height: 120px
}

[dir] .subblock {
    border: 0 solid #000;
    margin: 1rem 0rem
}

[dir=ltr] .subblock {
    float: left
}

[dir=rtl] .subblock {
    float: right
}

.provider-thumbnail {
    width: 100%;
    height: 120px
}

.selectedPara {
    font-size: .9375rem !important
}

[dir] .selectedPara {
    margin-bottom: 0rem !important
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .selectedPara {
        font-size:.75rem !important
    }

    [dir] .selectedPara {
        margin-bottom: 0rem !important
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .selectedPara {
        font-size:.75rem !important
    }

    [dir] .selectedPara {
        margin-bottom: 0rem !important
    }
}

@media screen and (max-width: 320px) {
    .selectedPara {
        font-size:9px !important
    }

    [dir] .selectedPara {
        margin-bottom: 0rem !important
    }
}

.selectedCatPara {
    font-size: 15px !important
}

[dir] .selectedCatPara {
    margin-bottom: 0rem !important
}

.defaultPara {
    font-size: .875rem;
    font-weight: 700;
    transition: font-size .2s
}

[dir] .defaultPara {
    margin-bottom: 0rem !important;
    -webkit-transition: font-size .2s
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .defaultPara {
        font-size:.875rem
    }

    [dir] .defaultPara {
        margin-bottom: 0rem !important
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .defaultPara {
        font-size:.75rem
    }

    [dir] .defaultPara {
        margin-bottom: 0rem !important
    }
}

@media screen and (max-width: 320px) {
    .defaultPara {
        font-size:.75rem
    }

    [dir] .defaultPara {
        margin-bottom: 0rem !important
    }
}

.squeezedPara {
    font-size: .625rem !important;
    transition: font-size .2s
}

[dir] .squeezedPara {
    margin-bottom: .3125rem !important;
    -webkit-transition: font-size .2s
}

select::-ms-expand {
    display: none
}

select:focus::-ms-value {
    color: #555
}

[dir] select:focus::-ms-value {
    background: 0
}

select option {
    display: block;
    white-space: pre;
    min-height: 1.2em
}

[dir] select option {
    padding: 0 2px 1px
}

.new-select-imp-filter {
    position: inherit !important;
    display: block;
    width: 88.2%;
    height: 54px;
    font-size: 15px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    outline: 0
}

[dir] .new-select-imp-filter {
    background-color: #f2f2f2;
    background-image: none;
    border: 0;
    border-radius: 0
}

[dir=ltr] .new-select-imp-filter {
    text-align: left;
    float: left;
    padding: 2px 2px 2px 12px
}

[dir=rtl] .new-select-imp-filter {
    text-align: right;
    float: right;
    padding: 2px 12px 2px 2px
}

@media(max-width: 663px) {
    .new-select-imp-filter {
        width:100%
    }
}

[dir] .new-select-imp-filter:focus {
    border: 2px solid lightgrey
}

.filter-select_imp ul.filter-menu-lists {
    max-height: 190px;
    overflow: auto;
    -webkit-box-shadow: 0 40px 40px #f2f2f2;
    color: #333;
    position: absolute;
    list-style: none;
    width: 84%;
    top: 100%;
    z-index: 1000;
    display: none;
    outline-width: 0
}

[dir] .filter-select_imp ul.filter-menu-lists {
    border: 1px #f2f2f2;
    box-shadow: 0 40px 40px #f2f2f2;
    padding: 0;
    background-color: #fff
}

@media(max-width: 992px) {
    .filter-select_imp ul.filter-menu-lists {
        width:84%
    }
}

@media screen and (max-width: 950px) {
    .filter-select_imp ul.filter-menu-lists {
        width:83.5%
    }
}

@media screen and (max-width: 850px) {
    .filter-select_imp ul.filter-menu-lists {
        width:83%
    }
}

@media(max-width: 767px) {
    .filter-select_imp ul.filter-menu-lists {
        width:95.7%
    }
}

@media screen and (max-width: 680px) {
    .filter-select_imp ul.filter-menu-lists {
        width:95.3%
    }
}

@media screen and (max-width: 624px) {
    .filter-select_imp ul.filter-menu-lists {
        width:94.5%
    }
}

@media screen and (max-width: 520px) {
    .filter-select_imp ul.filter-menu-lists {
        width:93.2%
    }
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .filter-select_imp ul.filter-menu-lists {
        width:91.9%
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .filter-select_imp ul.filter-menu-lists {
        width:90.6%
    }
}

@media screen and (max-width: 320px) {
    .filter-select_imp ul.filter-menu-lists {
        width:89.4%
    }
}

.filter-select_imp li.drop-menu-item-filter {
    font-size: .875rem
}

[dir] .filter-select_imp li.drop-menu-item-filter {
    padding: 10px
}

[dir=ltr] .filter-select_imp li.drop-menu-item-filter {
    text-align: left
}

[dir=rtl] .filter-select_imp li.drop-menu-item-filter {
    text-align: right
}

[dir] .filter-select_imp li:hover {
    background-color: #f2f2f2
}

.display-dropdown-filter {
    display: block !important
}

.filter-lists-focus {
    color: #333
}

[dir] .filter-lists-focus {
    background-color: #f2f2f2 !important
}

li.fxg-checbox-displayed-lis:focus {
    color: #333
}

[dir] li.fxg-checbox-displayed-lis:focus {
    background-color: #f2f2f2 !important
}

.carot-check-filter {
    display: block;
    width: 30px;
    height: 30px
}

[dir] .carot-check-filter {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 406.67px 30px;
    background-position: -362px 10px;
    background-repeat: no-repeat
}

[dir=ltr] .carot-check-filter {
    float: right;
    margin-right: .9375rem
}

[dir=rtl] .carot-check-filter {
    float: left;
    margin-left: .9375rem
}

[dir=ltr] .carot-checkbox-filter {
    float: right;
    margin-right: .375rem
}

[dir=rtl] .carot-checkbox-filter {
    float: left;
    margin-left: .375rem
}

.subDiv {
    width: 100%
}

[dir=ltr] .subDiv {
    float: left
}

[dir=rtl] .subDiv {
    float: right
}

#select2,#select3,#select4 {
    display: block;
    width: 56%;
    height: 54px;
    font-size: 1rem;
    line-height: 5.428571;
    color: #555
}

[dir] #select2,[dir] #select3,[dir] #select4 {
    padding: 15px 24px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: .75rem
}

[dir] #values_of_select {
    padding-bottom: 2px
}

[dir] #values_of_select1,[dir] #values_of_select2,[dir] #values_of_select3 {
    padding-bottom: 15px
}

.label1 {
    height: 54px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    outline: 0
}

[dir] .label1 {
    padding-top: 14px
}

[dir] .label1:focus {
    border: 2px solid lightgrey
}

@media(max-width: 992px) {
    .label1 {
        font-size:1rem
    }
}

@media(max-width: 767px) {
    .label1 {
        min-height:24px;
        height: auto
    }

    [dir] .label1 {
        padding-top: 0;
        margin-bottom: .125rem
    }

    [dir=ltr] .label1 {
        text-align: left
    }

    [dir=rtl] .label1 {
        text-align: right
    }
}

@media screen and (max-width: 425px) {
    .label1 {
        min-height:24px;
        height: auto;
        letter-spacing: 0;
        color: #333
    }
}

.selected-filters {
    width: 59.2%
}

[dir] .selected-filters {
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .selected-filters {
        width:100%
    }
}

@media screen and (max-width: 425px) {
    [dir] .selected-filters {
        margin-bottom:5px
    }
}

.delete_align {
    font-size: 17px
}

[dir] .delete_align {
    margin-bottom: .6875rem
}

[dir=ltr] .delete_align {
    float: left;
    margin-right: 1.625rem
}

[dir=rtl] .delete_align {
    float: right;
    margin-left: 1.625rem
}

@media screen and (max-width: 320px) {
    [dir=ltr] .delete_align {
        margin-left:0
    }

    [dir=rtl] .delete_align {
        margin-right: 0
    }
}

.bluetxt {
    color: #007ab7;
    font-size: 14px;
    font-weight: 900;
    outline: 0
}

[dir] .bluetxt {
    cursor: pointer
}

[dir] .bluetxt:focus {
    border: 2px solid lightgrey
}

[dir] .horzion {
    margin-top: 0rem;
    margin-bottom: 2.8125rem
}

[dir] .provider-class {
    margin-top: 5%
}

.shipping {
    height: 80px;
    max-width: 970px
}

.lstEntitlements {
    max-width: 970px
}

[dir] .lstEntitlements {
    margin: 0rem auto
}

.count-span {
    color: #7b7b7b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5
}

[dir=ltr] .count-span {
    float: left;
    margin-right: 1%
}

[dir=rtl] .count-span {
    float: right;
    margin-left: 1%
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .count-span {
        font-size:1rem
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .count-span {
        font-size:1rem
    }
}

@media screen and (max-width: 320px) {
    .count-span {
        font-size:1rem
    }
}

.result_provider {
    color: #7b7b7b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    outline: 0
}

[dir=ltr] .result_provider {
    margin-right: 67%
}

[dir=rtl] .result_provider {
    margin-left: 67%
}

[dir] .result_provider:focus {
    border: 2px solid lightgrey
}

@media(max-width: 767px) {
    .result_provider {
        font-size:1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

@media screen and (max-width: 425px) and (min-width:376px) {
    .result_provider {
        font-size:1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .result_provider {
        font-size:1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .result_provider {
        font-size:1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

@media screen and (max-width: 320px) {
    .result_provider {
        font-size:1rem;
        font-weight: 700;
        line-height: 1.5
    }
}

.result_diamond {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3
}

[dir] .result_diamond {
    text-align: center;
    margin-top: .625rem
}

@media screen and (max-width: 375px) and (min-width:320px) {
    .result_diamond {
        font-size:2rem;
        font-weight: 300;
        line-height: 1.25
    }
}

@media screen and (max-width: 320px) {
    .result_diamond {
        ffont-size:2rem;
        font-weight: 300;
        line-height: 1.25
    }
}

.see_details {
    color: #1390c3;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none
}

[dir] .see_details {
    text-align: center
}

[dir=ltr] .see_details {
    margin-left: 33%
}

[dir=rtl] .see_details {
    margin-right: 33%
}

@media screen and (max-width: 425px) and (min-width:376px) {
    [dir=ltr] .see_details {
        margin-left:40%
    }

    [dir=rtl] .see_details {
        margin-right: 40%
    }
}

.see_details:hover {
    color: #1390c3
}

.block_txt {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5
}

[dir] .drop-option.drop-menu-item-filter {
    border: 1px solid #d3d3d3
}

.delete_align.help01 {
    outline-width: 0
}

.drop-option.drop-menu-item-filter {
    outline-width: 0
}

@media screen and (max-width: 425px) {
    [dir] .fxg__filter-para-empty {
        margin-bottom:0rem
    }
}

@media screen and (max-width: 425px) {
    [dir=ltr] .fxg__filter_component-container-Checkbox {
        padding-left:0;
        padding-right: 0
    }

    [dir=rtl] .fxg__filter_component-container-Checkbox {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 425px) {
    [dir=ltr] .fxg__filter-checkbox-model {
        padding-left:5px;
        padding-right: 5px
    }

    [dir=rtl] .fxg__filter-checkbox-model {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media screen and (max-width: 425px) {
    .fxg__filter-checkbox_model-select {
        height:60px
    }
}

.fxg__filter-checkbox-defaultPara {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3
}

@media screen and (max-width: 425px) {
    .fxg__filter-checkbox-defaultPara {
        font-size:.875rem
    }
}

.fxg__filter-checkbox_model-select {
    max-width: 633px;
    width: 90%;
    height: 60px
}

@media(max-width: 1024px) {
    .fxg__filter-checkbox_model-select {
        width:96%
    }
}

@media(max-width: 767px) {
    .fxg__filter-checkbox_model-select {
        max-width:none;
        width: 100%
    }
}

.fxg_-filter-carot-div {
    width: 15%
}

[dir=ltr] .fxg_-filter-carot-div {
    float: right
}

[dir=rtl] .fxg_-filter-carot-div {
    float: left
}

.fxg_filter-shipping-link {
    width: 100%
}

[dir] .fxg_filter-shipping-link {
    margin: auto;
    text-align: center
}

.fxg__filter-checkbox__squeezedPara {
    font-size: 10px !important;
    transition: font-size .2s;
    font-weight: bold
}

[dir] .fxg__filter-checkbox__squeezedPara {
    margin-bottom: .3125rem !important;
    -webkit-transition: font-size .2s
}

[dir=ltr] .fxg__filter-checkbox__squeezedPara {
    text-align: left
}

[dir=rtl] .fxg__filter-checkbox__squeezedPara {
    text-align: right
}

.carot-checkbox-selection-div {
    height: 33px
}

[dir] .carot-checkbox-selection-div {
    margin: .3125rem 0rem
}

.fxg__filter-checkbox-model .fxg-tooltip__icon,.fxg__filter-pillbutton-model .fxg-tooltip__icon {
    position: absolute;
    top: 5px
}

.fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,.fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
    -webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.1);
    width: 442px;
    height: auto;
    max-height: 310px;
    min-height: 90px;
    overflow-y: scroll;
    opacity: 100%
}

[dir] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,[dir] .fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
    background-color: #f8f8f8;
    padding: 9.5px 20px;
    box-shadow: 0 40px 40px rgba(0,0,0,0.1);
    border: .5px solid #f2f2f2;
    border-radius: 0
}

[dir=ltr] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,[dir=ltr] .fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
    left: -21em
}

[dir=rtl] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,[dir=rtl] .fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
    right: -21em
}

@media(max-width: 1300px) {
    [dir=ltr] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,[dir=ltr] .fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
        left:-34em
    }

    [dir=rtl] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large,[dir=rtl] .fxg__filter-pillbutton-model .fxg-tooltip__content.fxg-tooltip__content--large {
        right: -34em
    }
}

.demo-text-mobile-filter {
    display: none
}

@media(max-width: 663px) {
    .demo-text-mobile-filter {
        display:block
    }
}

.demo-text-filter {
    display: block;
    position: relative
}

@media(max-width: 663px) {
    .demo-text-filter {
        display:none
    }
}

[dir] .demo-text-filter .modal-body {
    padding: 0
}

@media(max-width: 663px) {
    [dir] .demo-text-mobile-filter .modal-body {
        padding:0
    }
}

@media(max-width: 663px) {
    .demo-text-mobile-filter .fxg-tooltip {
        z-index:1
    }
}

@media(max-width: 663px) {
    [dir] .demo-text-mobile-filter .fxg-tooltip__icon:focus {
        border:1px solid lightgrey
    }
}

.demo-text-filter .fxg-tooltip__title,.demo-text-mobile-filter .fxg-tooltip__title {
    font-size: 15px;
    font-weight: 300;
    opacity: 100%;
    color: #333;
    line-height: 22px;
    letter-spacing: 0
}

.demo-text-filter .fxg-tooltip__paragraph,.demo-text-mobile-filter .fxg-tooltip__paragraph {
    font-size: .75rem;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    line-height: 22px
}

.demo-text-filter .fxg-tooltip__heading,.demo-text-mobile-filter .fxg-tooltip__heading {
    color: #646464;
    opacity: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.1px
}

@media(max-width: 663px) {
    .demo-text-mobile-filter .fxg-tooltip__content--large {
        width:100vw !important;
        top: 17px;
        overflow-y: scroll
    }

    [dir] .demo-text-mobile-filter .fxg-tooltip__content--large {
        padding-bottom: 20px
    }

    [dir=ltr] .demo-text-mobile-filter .fxg-tooltip__content--large {
        padding-left: 36px
    }

    [dir=rtl] .demo-text-mobile-filter .fxg-tooltip__content--large {
        padding-right: 36px
    }
}

@media(max-width: 663px) {
    .demo-text-mobile-filter .fxg-tooltip__content--large .fxg-tooltip__close {
        top:58px
    }

    [dir=ltr] .demo-text-mobile-filter .fxg-tooltip__content--large .fxg-tooltip__close {
        right: 27px
    }

    [dir=rtl] .demo-text-mobile-filter .fxg-tooltip__content--large .fxg-tooltip__close {
        left: 27px
    }
}

@media(max-width: 663px) {
    [dir] .demo-text-mobile-filter .fxg-tooltip__close {
        background-size:29px 382px
    }
}

@media(max-width: 663px) {
    .demo-text-mobile-filter .fxg-tooltip {
        top:1px
    }

    [dir=ltr] .demo-text-mobile-filter .fxg-tooltip {
        right: 10px
    }

    [dir=rtl] .demo-text-mobile-filter .fxg-tooltip {
        left: 10px
    }
}

@media(max-width: 425px) {
    .demo-text-mobile-filter .fxg-tooltip {
        top:0
    }

    [dir=ltr] .demo-text-mobile-filter .fxg-tooltip {
        right: 10px
    }

    [dir=rtl] .demo-text-mobile-filter .fxg-tooltip {
        left: 10px
    }
}

@media(max-width: 663px) {
    .label1 {
        width:auto
    }
}

.demo-text-filter .fxg-tooltip__icon:focus,.demo-text-filter .fxg-tooltip__title:focus,.demo-text-filter .fxg-tooltip__paragraph:focus,.fxg-tooltip__heading:focus,.fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large:focus {
    outline: 0
}

[dir] .demo-text-filter .fxg-tooltip__icon:focus,[dir] .demo-text-filter .fxg-tooltip__title:focus,[dir] .demo-text-filter .fxg-tooltip__paragraph:focus,[dir] .fxg-tooltip__heading:focus,[dir] .fxg__filter-checkbox-model .fxg-tooltip__content.fxg-tooltip__content--large:focus {
    border: 1px solid lightgrey
}

.main__tag__container .filter {
    width: auto;
    max-width: 970px
}

@media(max-width: 663px) {
    [dir] .fxg-tooltip__close:focus,[dir] .demo-text-filter .fxg-tooltip__title:focus,[dir] .demo-text-filter .fxg-tooltip__paragraph:focus,[dir] .fxg-tooltip__heading:focus,[dir] .demo-text-mobile-filter .fxg-tooltip__title:focus,[dir] .demo-text-mobile-filter .fxg-tooltip__paragraph:focus {
        border:2px solid lightgrey
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-copyright a:focus {
    outline: dashed 1px #fff;
    outline-offset: 10px
}

.fxg-copyright .button_v1 {
    display: inline-block
}

@media(max-width: 663px) {
    .fxg-copyright-feedback-link {
        display:none
    }
}

[dir] .fxg-footer {
    background-color: #fafafa;
    padding-top: 30px
}

@media(max-width: 663px) {
    [dir] .fxg-footer {
        padding-top:15px
    }
}

[dir] .fxg-footer hr {
    margin: 2rem 0rem;
    border-color: rgba(89,89,91,0.5)
}

[dir] .fxg-footer .hr_v1>hr {
    margin: 2rem 0rem;
    border-color: rgba(89,89,91,0.5)
}

[dir] .fxg-footer__social {
    padding-bottom: 30px
}

@media print {
    .fxg-footer__social {
        display: none !important
    }
}

.fxg-footer__social-wrapper {
    display: inline-block
}

@media(max-width: 663px) {
    .fxg-footer__social-wrapper {
        width:90%;
        overflow: hidden
    }
}

.fxg-footer__social-inner {
    white-space: nowrap;
    position: relative
}

.fxg-footer__social-indicator {
    display: none
}

@media(max-width: 663px) {
    .fxg-footer__social-indicator {
        display:-webkit-inline-box;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        vertical-align: top
    }

    [dir] .fxg-footer__social-indicator {
        padding: 0 5px
    }
}

.fxg-footer__social-indicator--left {
    position: absolute;
    z-index: -1
}

[dir] .fxg-footer__social-indicator--left {
    background-color: #fafafa
}

.fxg-footer__social-indicator--left svg {
    -webkit-transform: rotateY(180deg)
}

[dir] .fxg-footer__social-indicator--left svg {
    transform: rotateY(180deg)
}

.fxg-footer__social .title {
    display: inline-block;
    vertical-align: top
}

@media(max-width: 663px) {
    .fxg-footer__social .title {
        display:block
    }
}

.fxg-footer .fxg-copyright {
    width: 100%;
    color: #fff
}

[dir] .fxg-footer .fxg-copyright {
    background-color: #4d148c;
    padding: 19px 15px
}

@media(max-width: 768px) {
    [dir] .fxg-footer .fxg-copyright {
        text-align:center
    }
}

@media(max-width: 663px) {
    .fxg-footer .fxg-copyright-feedback-link:before {
        content:"";
        display: inline-block;
        height: 13px;
        width: 11px
    }

    [dir] .fxg-footer .fxg-copyright-feedback-link:before {
        background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
        background-size: 325px 26px;
        background-position: -314px 2px
    }

    [dir=ltr] .fxg-footer .fxg-copyright-feedback-link:before {
        margin-right: .25rem
    }

    [dir=rtl] .fxg-footer .fxg-copyright-feedback-link:before {
        margin-left: .25rem
    }
}

@media print {
    .fxg-footer .fxg-copyright {
        -webkit-print-color-adjust: exact
    }

    [dir] .fxg-footer .fxg-copyright {
        background-color: #4d148c !important
    }
}

@media print {
    .fxg-footer__primary {
        display: none !important
    }
}

.fxg-footer .button_v1 .link .fxg-link {
    font-size: .75rem !important;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0
}

.fxg-footer .button_v1 .link .fxg-link:focus {
    text-decoration: underline !important
}

[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
    border: 0;
    padding: 0
}

html[dir=rtl] .fxg-footer__social .fxg-title {
    margin-right: 0rem
}

html[dir=ltr] .fxg-footer__social .fxg-title {
    margin-right: 1rem;
    margin-top: 1rem
}

.fxg-footer .fxg-title {
    color: #4d148c;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase
}

[dir] .fxg-footer .fxg-title {
    margin-bottom: 1.25rem
}

@media(max-width: 663px) {
    .fxg-footer .fxg-title {
        font-size:.75rem;
        display: inline-block
    }

    [dir] .fxg-footer .fxg-title {
        margin-top: 1rem;
        margin-bottom: .25rem
    }
}

.fxg-footer__social .fxg-title {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5
}

[dir=ltr] .fxg-footer__social .fxg-title {
    margin-right: 1rem
}

[dir=rtl] .fxg-footer__social .fxg-title {
    margin-left: 1rem
}

.fxg-footer .fxg-copyright .fxg-title {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3;
    font-style: normal;
    letter-spacing: normal
}

[dir] .fxg-footer .fxg-copyright .fxg-title {
    margin-bottom: 0rem
}

@media print {
    #btn-back-to-top {
        display: none !important
    }
}

@media print {
    #nuance-fab-container {
        display: none !important
    }
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    font-weight: 300;
    font-size: .75rem !important
}

.fxg-copyright .fxg-link span {
    font-size: .75rem;
    line-height: 1.3
}

.fxg-footer .button_v1 .link .fxg-link {
    line-height: 1.3 !important;
    font-weight: 400
}

[dir] .fxg-footer .button_v1 .link .fxg-link {
    padding-bottom: 8px !important
}

.fxg-footer .button_v1 .link .fxg-title {
    line-height: 1.5
}

.fxg-footer .fxg-title {
    line-height: 1.3
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    line-height: 1.5;
    font-size: 1rem !important
}

.fxg-footer .dropdown.fxg-bootstrap-dropdown .dropdown-toggle {
    font-size: 1rem !important;
    line-height: 1.5
}

[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
    padding-bottom: 8px
}

.fxg-footer .icon_link.parbase .fxg-link {
    font-weight: 400 !important
}

.fxg-footer .languagenavigation_v1 .dropdown.fxg-bootstrap-dropdown .dropdown-menu>li>a {
    text-decoration: none
}

[dir] .fxg-footer .button_v1 .link .fxg-link:focus {
    padding-bottom: 8px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-fsc--dynamic {
    background-color: #f3f4f8
}

[dir=ltr] .fxg-fsc--static .cc-aem-c-table__tbody__td {
    padding: .75rem 0rem .75rem .5rem
}

[dir=rtl] .fxg-fsc--static .cc-aem-c-table__tbody__td {
    padding: .75rem .5rem .75rem 0rem
}

[dir] .fxg-fsc--transparent {
    background-color: transparent
}

.fxg-fsc:not(.fxg-fsc--show-all) .fxg-fsc__data,.fxg-fsc:not(.fxg-fsc--show-all) .fxg-fsc__row--hidden {
    display: none
}

.fxg-fsc__row--active {
    color: #4d148c
}

[dir] .fxg-fsc__row--active {
    border: solid #4d148c 3px
}

[dir] .fxg-fsc__show-more {
    cursor: pointer
}

.fxg-fsc .cc-aem-c-table__thead__th {
    text-transform: capitalize;
    vertical-align: top
}

.fxg-fsc .cc-aem-c-table__tbody__tr {
    display: table-row;
    vertical-align: top
}

.fxg-fsc .cc-aem-c-table__tbody__td:before {
    display: none
}

[dir=ltr] .fxg-fsc .cc-aem-c-table__tbody__td+.cc-aem-c-table__tbody__td {
    padding-left: 1rem
}

[dir=rtl] .fxg-fsc .cc-aem-c-table__tbody__td+.cc-aem-c-table__tbody__td {
    padding-right: 1rem
}

@media(min-width: 0) and (max-width:663px) {
    .fxg-fsc .cc-aem-c-table__thead__th {
        font-size:.75rem
    }

    .fxg-fsc .cc-aem-c-table__tbody__td {
        font-size: .875rem
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-gdpr a {
    color: inherit;
    text-decoration: underline
}

.fxg-gdpr p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

@media(min-width: 0) and (max-width:663px) {
    .fxg-gdpr__buttons button {
        min-height:2.5rem
    }
}

.has-cookie-consent .va_icon,.has-cookie-consent .askFedex,.has-cookie-consent .nuance-chat-floating-container {
    display: none !important
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-geo-locator__focus {
    position: absolute;
    opacity: 0;
    width: 1px
}

.fxg-geo-locator__countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 664px) {
    .fxg-geo-locator__countries {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fxg-geo-locator__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

[dir] .fxg-geo-locator__country {
    margin-bottom: 30px;
    padding-bottom: 20px
}

.fxg-geo-locator__country::after {
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 66.6%
}

[dir] .fxg-geo-locator__country::after {
    background-color: #8e8e8e
}

[dir=ltr] .fxg-geo-locator__country::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

[dir=rtl] .fxg-geo-locator__country::after {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

[dir] .fxg-geo-locator__country:last-child {
    margin-bottom: 20px
}

.fxg-geo-locator__country:last-child::after {
    display: none
}

@media(min-width: 664px) {
    .fxg-geo-locator__country {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%
    }

    [dir] .fxg-geo-locator__country {
        padding-bottom: 0
    }

    .fxg-geo-locator__country:first-child::after {
        height: 90%;
        top: 5%;
        width: 1px;
        -webkit-transform: translateX(0)
    }

    [dir] .fxg-geo-locator__country:first-child::after {
        transform: translateX(0)
    }

    [dir=ltr] .fxg-geo-locator__country:first-child::after {
        left: auto;
        right: 0
    }

    [dir=rtl] .fxg-geo-locator__country:first-child::after {
        right: auto;
        left: 0;
        right: auto;
        left: 0
    }
}

.fxg-geo-locator__country-list {
    list-style: none
}

[dir] .fxg-geo-locator__country-list {
    margin: 0;
    padding: 0 20px
}

@media(min-width: 664px) {
    [dir] .fxg-geo-locator__country-list {
        padding:0 20px
    }
}

[dir] .fxg-geo-locator__button {
    margin-bottom: 10px;
    margin-top: 10px
}

.fxg-geo-locator__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

[dir] .fxg-geo-locator__link {
    margin: 0;
    padding: 0
}

.fxg-geo-locator__link-anchor {
    text-decoration: none;
    text-transform: uppercase
}

[dir] .fxg-geo-locator__link-anchor {
    padding: 10px
}

.fxg-geo-locator__link-label {
    color: #007ab7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative
}

.fxg-geo-locator__link-label::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 100%;
    transition: .1666s linear background-color;
    width: 100%
}

[dir] .fxg-geo-locator__link-label::after {
    background-color: transparent;
    -webkit-transition: .1666s linear background-color
}

[dir=ltr] .fxg-geo-locator__link-label::after {
    left: 0
}

[dir=rtl] .fxg-geo-locator__link-label::after {
    right: 0
}

[dir] .fxg-geo-locator__link-label:focus::after,[dir] .fxg-geo-locator__link-label:hover::after {
    background-color: #007ab7
}

.fxg-geo-locator__link::after {
    content: "";
    font-size: 18px;
    font-weight: 600;
    height: 1em;
    width: 1px
}

[dir] .fxg-geo-locator__link::after {
    background-color: #007ab7
}

.fxg-geo-locator__link:last-child::after {
    display: none
}

.fxg-guidednavigation {
    overflow: hidden
}

.fxg-guidednavigation-wrapper {
    width: 100%
}

[dir] .fxg-guidednavigation-wrapper {
    background-color: #fafafa;
    padding: 60px 0
}

[dir] h3.fxg-guidednavigation__title {
    margin-top: 0
}

[dir=ltr] h3.fxg-guidednavigation__title {
    text-align: left
}

[dir=rtl] h3.fxg-guidednavigation__title {
    text-align: right
}

.fxg-guidednavigation__panels {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    overflow: hidden;
    position: relative;
    width: calc(300% - 1px)
}

@media screen and (min-width: 1024px) {
    .fxg-guidednavigation__panels {
        width:calc(100% - 1px)
    }
}

.fxg-guidednavigation__panel {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    outline: 0;
    -webkit-transition-property: height,-webkit-transform;
    transition: .3s ease-in-out
}

[dir] .fxg-guidednavigation__panel {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
    -webkit-transition: .3s ease-in-out
}

[dir=ltr] .fxg-guidednavigation__panel {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[dir=rtl] .fxg-guidednavigation__panel {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fxg-guidednavigation__panel:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 3
}

.fxg-guidednavigation__panel:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 2
}

.fxg-guidednavigation__panel:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 1
}

.fxg-guidednavigation__panel.is-active {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

[dir] .fxg-guidednavigation__panel.is-active {
    box-shadow: 0 0 15px rgba(0,0,0,0);
    transform: translate3d(0,0,0)
}

[dir=ltr] .fxg-guidednavigation__panel.is-active {
    border-right-color: #e3e3e3
}

[dir=rtl] .fxg-guidednavigation__panel.is-active {
    border-left-color: #e3e3e3
}

.fxg-guidednavigation__panel.is-collapsed {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    height: 0
}

[dir] .fxg-guidednavigation__panel.is-collapsed {
    box-shadow: 0 0 15px rgba(0,0,0,0)
}

[dir=ltr] .fxg-guidednavigation__panel.is-collapsed {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[dir=rtl] .fxg-guidednavigation__panel.is-collapsed {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media screen and (min-width: 1024px) {
    .fxg-guidednavigation__panel {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        top: auto;
        -webkit-transform: translate3d(0,0,0);
        width: auto
    }

    [dir] .fxg-guidednavigation__panel {
        transform: translate3d(0,0,0)
    }

    [dir=ltr] .fxg-guidednavigation__panel {
        left: auto
    }

    [dir=rtl] .fxg-guidednavigation__panel {
        right: auto
    }

    .fxg-guidednavigation__panel:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .fxg-guidednavigation__panel:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .fxg-guidednavigation__panel:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4
    }

    [dir=ltr] .fxg-guidednavigation__panel.is-collapsed {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    [dir=rtl] .fxg-guidednavigation__panel.is-collapsed {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    [dir=ltr] .fxg-guidednavigation__panel:nth-child(3).is-collapsed {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0)
    }

    [dir=rtl] .fxg-guidednavigation__panel:nth-child(3).is-collapsed {
        -webkit-transform: translate3d(200%,0,0);
        transform: translate3d(200%,0,0)
    }
}

.fxg-guidednavigation__panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    transition: opacity .15s ease-out
}

[dir] .fxg-guidednavigation__panel-content {
    -webkit-transition: opacity .15s ease-out
}

.fxg-guidednavigation__panel-content.is-hidden {
    display: none
}

.fxg-guidednavigation__panel-content.is-faded {
    opacity: 0;
    -webkit-transition-delay: .15s
}

[dir] .fxg-guidednavigation__panel-content.is-faded {
    transition-delay: .15s
}

.fxg-guidednavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    overflow: hidden;
    width: 100%
}

[dir] .fxg-guidednavigation__list {
    margin: 0;
    padding: 0
}

[dir] .fxg-guidednavigation__list-title {
    margin: 0 !important;
    padding: 1rem
}

@media screen and (min-width: 1024px) {
    .fxg-guidednavigation__list-title {
        display:none
    }
}

.fxg-guidednavigation__list-item {
    list-style: none;
    width: 100%
}

[dir] .fxg-guidednavigation__list-item {
    margin: 0;
    padding: 0
}

.fxg-guidednavigation__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    -webkit-transition-property: background-color;
    transition: .15s ease-in-out;
    width: 100%
}

[dir] .fxg-guidednavigation__item {
    background-color: #FFF;
    border: 1px solid #FFF;
    margin: 0;
    padding: 0;
    transition-property: background-color;
    -webkit-transition: .15s ease-in-out
}

[dir=ltr] .fxg-guidednavigation__item {
    text-align: left
}

[dir=rtl] .fxg-guidednavigation__item {
    text-align: right
}

[dir] .fxg-guidednavigation__item:hover,[dir] .fxg-guidednavigation__item:focus {
    background-color: #fafafa;
    border-color: #fafafa
}

.fxg-guidednavigation__item-is-active .fxg-guidednavigation__item-icon.fxg-guidednavigation__item-button-icon>.fxg-guidednavigation__svg>svg {
    color: #4d148c !important
}

.fxg-guidednavigation__item-is-active .fxg-guidednavigation__button-label {
    font-weight: 700
}

.fxg-guidednavigation__item-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

[dir] .fxg-guidednavigation__item-label {
    padding: 1rem
}

.fxg-guidednavigation__item-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

[dir] .fxg-guidednavigation__item-icon {
    padding: 1rem
}

.fxg-guidednavigation__item-icon-chevron .fxg-guidednavigation__svg {
    font-size: 1rem !important
}

.fxg-guidednavigation__item-button-icon .fxg-guidednavigation__svg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem !important
}

[dir] .fxg-guidednavigation__button-back {
    border-bottom: 1px solid #e3e3e3
}

[dir=ltr] .fxg-guidednavigation__button-back .fxg-guidednavigation__item-icon {
    padding-right: 0
}

[dir=rtl] .fxg-guidednavigation__button-back .fxg-guidednavigation__item-icon {
    padding-left: 0
}

[dir=ltr] .fxg-guidednavigation__button-back .fxg-guidednavigation__svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[dir=rtl] .fxg-guidednavigation__button-back .fxg-guidednavigation__svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width: 1024px) {
    .fxg-guidednavigation__button-back {
        display:none
    }
}

@supports not(display: grid) {
    .fxg-guidednavigation {
        display:none
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-nav a:not(.fxg-header__logo_wrapper):not(:last-child):focus,.fxg-nav #global-login-wrapper a.fxg-dropdown-js:first-child:focus {
    outline-offset: -10px
}

.fxg-dropdown__item>a:first-child:focus,.fxg-user-options__option>a:first-child:focus {
    outline: dashed 1px #fff
}

#global-login-wrapper>a:first-child:focus {
    outline: 0
}

.fxg-user-options__sign-in span.fxg-user-options__sign-in-text,.fxg-user-options__sign-in .fxg-user-options__option>a:first-child:hover {
    outline: 0;
    font-weight: 400
}

.fxg-dropdown__sub-menu .fxg-link:hover {
    font-weight: 500 !important
}

.fxg-link span {
    font-weight: 400
}

div.fxg-mouse {
    color: #fff
}

.fxg-dropdown__item--open div.fxg-mouse {
    color: #4d148c
}

a.fxg-header__logo_wrapper:focus img,a.fxg-search-close-btn:focus img {
    outline-offset: 10px;
    outline: dashed 1px #fff
}

@media(max-width: 768px) {
    .fxg-dropdown__item>a:first-child:focus {
        outline:solid 2px #007ab7
    }

    [dir] li.fxg-dropdown__item a:first-child {
        padding: 23px
    }
}

.fxg-header {
    color: #fff;
    width: 100%
}

.fxg-header__logo_wrapper {
    display: inline-block;
    height: 75px;
    width: 125px;
    position: relative;
    transition: .25s height ease
}

[dir] .fxg-header__logo_wrapper {
    -webkit-transition: .25s height ease
}

.fxg-header__logo_wrapper>img {
    outline: dashed 1px #000;
    outline-offset: 15px
}

@media(max-width: 663px) {
    .fxg-header__logo_wrapper {
        height:60px;
        width: 103px
    }
}

.fxg-header--shrunk .fxg-header__logo_wrapper,.fxg-header--shrunk .fdx-utilityWrap {
    height: 52px
}

@media(max-width: 663px) {
    .fxg-header--shrunk .fxg-header__logo_wrapper,.fxg-header--shrunk .fdx-utilityWrap {
        height:60px
    }
}

.fxg-header__logo_wrapper .fxg-header__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: auto;
    height: auto;
    max-width: 88px;
    max-height: 60px;
    transition: .25s ease
}

[dir] .fxg-header__logo_wrapper .fxg-header__logo {
    margin: 0rem;
    transform: translateY(-50%);
    -webkit-transition: .25s ease
}

[dir=ltr] .fxg-header__logo_wrapper .fxg-header__logo {
    left: 0
}

[dir=rtl] .fxg-header__logo_wrapper .fxg-header__logo {
    right: 0
}

@media(max-width: 663px) {
    .fxg-header__logo_wrapper .fxg-header__logo {
        max-height:45px
    }

    [dir] .fxg-header__logo_wrapper .fxg-header__logo {
        margin: 0rem !important
    }
}

html[dir=rtl] .fxg-header__logo_wrapper .fxg-header__logo {
    right: 0
}

.fxg-header--shrunk .fxg-header__logo_wrapper .fxg-header__logo {
    max-height: 40px
}

[dir] .fxg-header--shrunk .fxg-header__logo_wrapper .fxg-header__logo {
    margin: 0rem
}

.fxg-header__logo {
    height: 26px;
    width: 88px;
    transition: .25s margin ease;
    vertical-align: baseline
}

[dir] .fxg-header__logo {
    -webkit-transition: .25s margin ease
}

@media(max-width: 663px) {
    .fxg-header__logo {
        vertical-align:middle
    }

    [dir=ltr] .fxg-header__logo {
        margin: 1.0625rem .9375rem 1.0625rem 0rem !important
    }

    [dir=rtl] .fxg-header__logo {
        margin: 1.0625rem 0rem 1.0625rem .9375rem !important
    }
}

.fxg-header__logo .fxg-header--sticky {
    display: fixed;
    top: 0
}

[dir=ltr] .fxg-header__logo .fxg-header--sticky {
    left: 0
}

[dir=rtl] .fxg-header__logo .fxg-header--sticky {
    right: 0
}

[dir=ltr] .fxg-header--shrunk .fxg-header__logo {
    margin: .75rem 3.4375rem .875rem 0rem
}

[dir=rtl] .fxg-header--shrunk .fxg-header__logo {
    margin: .75rem 0rem .875rem 3.4375rem
}

.fxg-header--sticky {
    z-index: 11000;
    position: fixed;
    top: 0
}

@media print {
    .fxg-header--sticky {
        position: relative
    }
}

[dir] .fxg-header--editmode {
    background: #007ab7
}

[dir] .fxg-header--editmode p {
    padding-top: 4px;
    text-align: center
}

[dir=ltr] .fxg-header__logo {
    margin: 1.5rem 3.4375rem 1.5625rem 0rem
}

[dir=rtl] .fxg-header__logo {
    margin: 1.5rem 0rem 1.5625rem 3.4375rem
}

html[dir] #btn-back-to-top {
    background: #4d148c;
    border-radius: 28px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
    width: 170px;
    padding: 4px 4px 6px 6px;
    text-align: right;
    white-space: nowrap;
    border: 2px solid transparent;
    bottom: 15px;
    height: 56px;
    position: fixed;
    right: 20px
}

html[dir] .fxg-btt_text {
    padding: 5px 8px 5px 5px;
    font-size: .875rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    bottom: 6px
}

[dir] #btn-back-to-top:hover {
    background-color: #3e0f70
}

html[dir=rtl] #btn-back-to-top {
    padding: 4px 14px 6px 6px !important
}

.fxg-dropdown__sub-menu .fxg-link {
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fxg-link {
    line-height: 1
}

.fxg-dropdown__sub-menu .link .fxg-link.default {
    font-size: .875rem !important
}

.fxg-dropdown__sub-menu .button_v1 .link .fxg-link {
    font-size: .875rem !important;
    letter-spacing: 0;
    line-height: 14px
}

[dir] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link {
    padding: 19px 13px 18px 13px !important
}

[dir] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
    border-bottom: 1px solid rgba(182,182,182,0.5);
    border-top: 0
}

[dir=ltr] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
    border-left: 0;
    border-right: 0
}

[dir=rtl] .fxg-dropdown__sub-menu .button_v1 .link .fxg-link:focus {
    border-right: 0;
    border-left: 0
}

.fxg-button-align.fxg-link--blue {
    line-height: 1.3 !important
}

.fxg-img-noIcon.fxg-link--blue {
    line-height: 1.3 !important;
    font-weight: 700 !important
}

.fxg-img-noIcon.fxg-link--blue:hover {
    line-height: 1.3 !important;
    font-weight: 700 !important
}

@media(min-width: 1024px) {
    .fxg-link.fxg-dropdown-js.fxg-keyboard {
        color:#fff
    }

    .fxg-dropdown__item.fxg-dropdown__item--open .fxg-dropdown-js.fxg-keyboard {
        color: #4d148c
    }

    .fxg-user-options__option.fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-dropdown-js.fxg-keyboard {
        color: #4d148c
    }
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .fxg-global-nav .fxg-link {
        padding:17px 26px 17px !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    [dir] .fxg-global-nav .fxg-link {
        padding:17px 26px 17px !important
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    [dir] .fxg-global-nav .fxg-link {
        padding:17px 26px 17px !important
    }
}

[dir] .fxg-helloworld h1 {
    background: yellow
}

[dir] .fxg-helloworld__intro {
    border: 1px solid blue;
    margin: 1rem;
    padding: 1rem
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-hero {
    min-height: 470px
}

@media(max-width: 663px) {
    .fxg-hero {
        min-height:180px
    }
}

.fxg-hero h1,.fxg-hero h2 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -0.63px;
    font-weight: 300
}

[dir] .fxg-hero h1,[dir] .fxg-hero h2 {
    margin-top: 0 !important;
    margin-bottom: 10px !important
}

@media(max-width: 768px) {
    .fxg-hero h1,.fxg-hero h2 {
        font-size:45px
    }
}

@media(max-width: 663px) {
    .fxg-hero h1,.fxg-hero h2 {
        max-width:320px;
        font-size: 32px;
        line-height: 34px
    }

    [dir] .fxg-hero h1,[dir] .fxg-hero h2 {
        margin: 0 auto;
        margin-bottom: 0 !important
    }
}

.fxg-hero .fxg-app-container {
    display: none
}

[dir] .fxg-hero .fxg-app-container {
    cursor: default
}

.fxg-hero .fxg-app-container.fxg-app--active {
    display: block
}

@media(min-width: 1024px) {
    .fxg-hero .fxg-app-container.fxg-app--active-desktop {
        display:block
    }
}

@media(max-width: 663px) {
    .fxg-hero .fxg-app-container.fxg-app--active-mobile {
        display:block
    }
}

[dir] .fxg-hero__header {
    padding-top: 75px
}

@media(max-width: 663px) {
    [dir] .fxg-hero__header {
        padding-top:33px
    }
}

.fxg-hero__image {
    height: 480px;
    display: none
}

@media(max-width: 663px) {
    .fxg-hero__image {
        height:200px
    }
}

.fxg-hero--cube-1-active .fxg-hero__image,.fxg-hero--cube-2-active.fxg-hero--cube-2-open .fxg-hero__image {
    height: 250px
}

@media(max-width: 663px) {
    .fxg-hero--cube-1-active .fxg-hero__image,.fxg-hero--cube-2-active.fxg-hero--cube-2-open .fxg-hero__image {
        height:200px
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hr_v1 .fxg-hr--gradient {
    height: 4px
}

[dir] .hr_v1 .fxg-hr--gradient {
    border-top: 0
}

[dir=ltr] .hr_v1 .fxg-hr--gradient {
    background: -webkit-gradient(linear,left top,right top,from(#4d148c),color-stop(33%,#7d22c3),to(#ff6200));
    background: linear-gradient(to right,#4d148c 0,#7d22c3 33%,#ff6200 100%)
}

[dir=rtl] .hr_v1 .fxg-hr--gradient {
    background: -webkit-gradient(linear,right top,left top,from(#4d148c),color-stop(33%,#7d22c3),to(#ff6200));
    background: linear-gradient(to left,#4d148c 0,#7d22c3 33%,#ff6200 100%)
}

@media(max-width: 663px) {
    .hr_v1 .fxg-hr--gradient {
        height:3px
    }
}

[dir] .hr_v1>hr {
    margin-top: 10px;
    margin-bottom: 10px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-sitemap {
    -webkit-column-width: 175px;
    -moz-column-width: 175px;
    column-width: 175px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    list-style-type: none
}

[dir] .fxg-sitemap {
    margin-bottom: 20px;
    padding: 0
}

.fxg-sitemap__link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fxg-sitemap__link a {
    display: inline;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-footer .fxg-footer__social .icon_link {
    display: inline-block
}

[dir] .fxg-icon {
    background-repeat: no-repeat
}

.fxg-icon__svg {
    fill: #333
}

[dir] .fxg-icon__common,[dir] .fxg-icon--common {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/common-icon-sprite.png);
    background-size: 106px 41px
}

.fxg-icon__common--locate,.fxg-icon--common--locate {
    width: 14px;
    height: 24px
}

[dir] .fxg-icon__common--locate,[dir] .fxg-icon--common--locate {
    background-position: 0 0
}

.fxg-help .fxg-icon {
    display: inline-block;
    vertical-align: text-bottom
}

.dropdown.fxg-bootstrap-dropdown .fxg-icon {
    display: inline-block;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)
}

[dir] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    background-position: -367px 0;
    transform: translateY(-50%)
}

[dir=ltr] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    right: 15px
}

[dir=rtl] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    left: 15px
}

.dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
    transition: .25s;
    top: 35%
}

[dir] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
    -webkit-transition: .25s
}

[dir=ltr] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .dropdown.fxg-bootstrap-dropdown.open .fxg-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

[dir] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/footer-sprite.png);
    background-size: 406.67px 30px
}

.fxg-icon .language_dropdown .icon_link .fxg-icon,.fxg-icon .languagenavigation_v1 .icon_link .fxg-icon {
    width: 25px;
    height: 23px
}

[dir] .fxg-icon .language_dropdown .icon_link .fxg-icon,[dir] .fxg-icon .languagenavigation_v1 .icon_link .fxg-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg)
}

[dir] .fxg-footer .fxg-icon,[dir] .icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
    background-position: center center;
    background-size: contain
}

.languagenavigation_v1 .icon_link .fxg-icon {
    width: 25px;
    height: 23px
}

[dir] .languagenavigation_v1 .icon_link .fxg-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg)
}

.fxg-footer .fxg-link {
    color: #333;
    font-size: .75rem;
    letter-spacing: 0
}

.fxg-footer .icon_link.parbase .fxg-link {
    line-height: 25px !important
}

[dir] .fxg-footer .icon_link.section .fxg-icon--facebook,[dir] .fxg-footer .icon_link.section .fxg-icon--pencil,[dir] .fxg-footer .icon_link.section .fxg-icon--globe {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_facebook.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--twitter {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_twitter.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--pinterest {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_pinterest.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--youtube {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_youtube.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--instagram {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_instagram.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--linkedin {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_linkedin.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--tumblr {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_tumblr.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--email {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_email.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--wechat {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_wechat.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--sinaweibo {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_weibo.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--neverblog {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_naver.svg)
}

[dir] .fxg-footer .icon_link.section .fxg-icon--flag-default,[dir] .fxg-footer .icon_link.section .fxg-icon--flag-us {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/fx_gplus.svg)
}

[dir] .fxg-footer .fxg-footer__social .fxg-link {
    margin: 0 7px
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-footer .fxg-footer__social .fxg-link {
        margin-right:25px;
        margin-left: 0
    }

    [dir=rtl] .fxg-footer .fxg-footer__social .fxg-link {
        margin-left: 25px;
        margin-right: 0
    }
}

.fxg-footer .fxg-footer__social .fxg-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 663px) {
    .fxg-footer .fxg-footer__social .fxg-icon {
        width:45px;
        height: 45px
    }
}

.fxg-footer .fxg-footer__social .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto
}

[dir] .fxg-footer .fxg-footer__social .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: none
}

.fxg-footer .fxg-copyright .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto
}

[dir] .fxg-footer .fxg-copyright .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: none
}

.icon_link .fxg-link {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3
}

@media(max-width: 663px) {
    [dir=ltr] .icon_link .fxg-link {
        margin-right:25px;
        margin-left: 0
    }

    [dir=rtl] .icon_link .fxg-link {
        margin-left: 25px;
        margin-right: 0
    }
}

.icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 663px) {
    .icon_link .fxg-link .fxg-icon:not([class*=fxg-icon--flag-]) {
        width:45px;
        height: 45px
    }
}

html[dir=rtl] .dropdown.fxg-bootstrap-dropdown .fxg-icon {
    left: 15px;
    right: auto
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-footer .fxg-footer__social .fxg-icon {
        margin-left:25px;
        margin-right: 0
    }
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-footer .icon_link svg {
        margin-left:25px;
        margin-right: 0
    }
}

@media(max-width: 663px) {
    .fxg-footer__social .fxg-cust-col_mobile .fxg-footer__social-wrapper .fxg-footer__social-inner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width: 664px) {
    .fxg-footer__social .fxg-cust-col_mobile .aem-Grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width: 664px) {
    .fxg-footer__social .fxg-title {
        display:inline
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-image-component {
    max-width: 960px;
    display: block
}

[dir] .fxg-image-component {
    margin: 0 auto;
    text-align: center
}

@media(max-width: 768px) {
    [dir] .container .fxg-image-component {
        padding:0
    }
}

.fxg-image-component .fxg-img {
    display: inline
}

@media(max-width: 768px) {
    .fxg-image-component__image div {
        max-width:100%
    }
}

@media(max-width: 663px) {
    .fxg-image-component__image img {
        width:100%;
        height: auto
    }
}

.fxg-image-component__caption {
    display: inline-block
}

.fxg-image-component__caption p {
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400
}

[dir] .fxg-image-component__caption p {
    margin: 15px 0
}

@media(max-width: 663px) {
    [dir] .fxg-image-component__caption p {
        text-align:center
    }
}

@media(max-width: 663px) {
    .fxg-image-component__caption {
        width:100%
    }
}

.fxg-pods .fxg-video-player .fxg-img,.fxg-featured-offer .fxg-img {
    width: 100%
}

[dir=ltr] .fxg-image-component.fxg-image--align-right {
    margin-right: 0;
    text-align: right;
    padding-right: 10px
}

[dir=ltr] .fxg-image-component.fxg-image--align-left {
    margin-left: 0;
    text-align: left;
    padding-left: 10px
}

.fxg-image--align-right .fxg-image-component__caption,.fxg-image--align-left .fxg-image-component__caption {
    display: block
}

[dir] .fxg-image--align-right .fxg-image-component__caption,[dir] .fxg-image--align-left .fxg-image-component__caption {
    text-align: center
}

[dir=rtl] .fxg-image-component.fxg-image--align-right {
    margin-left: 0;
    text-align: left;
    padding-left: 10px
}

[dir=rtl] .fxg-image-component.fxg-image--align-left {
    margin-right: 0;
    text-align: right;
    padding-right: 10px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-image_gallery {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fxg-image_gallery .image_gallery_item {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width: 500px) and (max-width:989px) {
    .fxg-image_gallery .image_gallery_item {
        -ms-flex-preferred-size:33.3333%;
        flex-basis: 33.3333%
    }
}

@media(min-width: 0) and (max-width:499px) {
    .fxg-image_gallery .image_gallery_item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }
}

.fxg-image_gallery .image_gallery_item .inner_gallery {
    position: absolute;
    clip: rect(1px,1px,1px,1px)
}

.fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px)
}

[dir=ltr] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
    float: left
}

[dir=rtl] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
    float: right
}

.fxg-image_gallery .image_gallery_item a {
    display: block;
    position: relative
}

[dir] .fxg-image_gallery .image_gallery_item a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75%;
    margin: 0 10px 20px
}

.fxg-image_gallery .image_gallery_item a .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

[dir] .fxg-image_gallery .image_gallery_item a .caption {
    background: rgba(255,255,255,0.75);
    padding: 10px
}

[dir=ltr] .fxg-image_gallery .image_gallery_item a .caption {
    left: 0
}

[dir=rtl] .fxg-image_gallery .image_gallery_item a .caption {
    right: 0
}

.fxg-image_gallery .image_gallery_item img {
    width: 100%
}

.fxg-image_gallery__editmode>.image_gallery_item,.fxg-image_gallery__editmode>*>.imageGalleryItems_v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[dir] .fxg-image_gallery__editmode>.image_gallery_item,[dir] .fxg-image_gallery__editmode>*>.imageGalleryItems_v1 {
    border: 1px dashed #ccc;
    padding: 2px;
    margin: 2px 0
}

.fxg-image_gallery__editmode .cq-Editable-dom {
    width: 100%
}

.fxg-image_gallery__editmode .editmode__image {
    width: 20%
}

.fxg-image_gallery__editmode .editmode__image img {
    width: 100%
}

.fxg-image_gallery__editmode .editmode__items,.fxg-image_gallery__editmode .editmode__items .aem-Grid {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

[dir] .fxg-image_gallery__editmode .editmode__items,[dir] .fxg-image_gallery__editmode .editmode__items .aem-Grid {
    padding-top: 0
}

.fxg-image_gallery__editmode .editmode__items .aem-Grid {
    width: 100%
}

.fxg-image_gallery__editmode .editmode__items .aem-Grid .imageGalleryItems_v1 {
    width: 12%
}

.fxg-image_gallery__editmode .editmode__items .image_gallery_item,.fxg-image_gallery__editmode .editmode__items .imageGalleryItems_v1 {
    width: 12%;
    min-width: 80px
}

[dir] .fxg-image_gallery__editmode .editmode__items .image_gallery_item,[dir] .fxg-image_gallery__editmode .editmode__items .imageGalleryItems_v1 {
    padding: 0 2.5px 5px
}

.fxg-image_gallery__editmode .editmode__items .editmode__image {
    width: 100%
}

body.fxModalBox-active {
    overflow: hidden
}

body.fxModalBox-iosfix {
    position: fixed
}

[dir=ltr] body.fxModalBox-iosfix {
    left: 0;
    right: 0
}

[dir=rtl] body.fxModalBox-iosfix {
    right: 0;
    left: 0
}

.fxModalBox-is-hidden {
    position: absolute;
    top: -9999px;
    visibility: hidden
}

[dir=ltr] .fxModalBox-is-hidden {
    left: -9999px
}

[dir=rtl] .fxModalBox-is-hidden {
    right: -9999px
}

.fxModalBox-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

[dir] .fxModalBox-container {
    transform: translateZ(0)
}

[dir=ltr] .fxModalBox-container {
    left: 0
}

[dir=rtl] .fxModalBox-container {
    right: 0
}

.fxModalBox-inner,.fxModalBox-outer,.fxModalBox-bg,.fxModalBox-stage {
    position: absolute;
    top: 0;
    bottom: 0
}

[dir=ltr] .fxModalBox-inner,[dir=ltr] .fxModalBox-outer,[dir=ltr] .fxModalBox-bg,[dir=ltr] .fxModalBox-stage {
    right: 0;
    left: 0
}

[dir=rtl] .fxModalBox-inner,[dir=rtl] .fxModalBox-outer,[dir=rtl] .fxModalBox-bg,[dir=rtl] .fxModalBox-stage {
    left: 0;
    right: 0
}

.fxModalBox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fxModalBox-bg {
    opacity: 0;
    -webkit-transition-duration: inherit;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47,0,0.74,0.71)
}

[dir] .fxModalBox-bg {
    background: #1e1e1e;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47,0,0.74,0.71)
}

.fxModalBox-is-open .fxModalBox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(0.22,0.61,0.36,1)
}

[dir] .fxModalBox-is-open .fxModalBox-bg {
    transition-timing-function: cubic-bezier(0.22,0.61,0.36,1)
}

.fxModalBox-infobar,.fxModalBox-toolbar,.fxModalBox-caption-wrap {
    position: absolute;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0 linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .fxModalBox-infobar,[dir] .fxModalBox-toolbar,[dir] .fxModalBox-caption-wrap {
    -webkit-transition: opacity .25s,visibility 0 linear .25s
}

[dir=ltr] .fxModalBox-infobar,[dir=ltr] .fxModalBox-toolbar,[dir=ltr] .fxModalBox-caption-wrap {
    direction: ltr
}

[dir=rtl] .fxModalBox-infobar,[dir=rtl] .fxModalBox-toolbar,[dir=rtl] .fxModalBox-caption-wrap {
    direction: rtl
}

.fxModalBox-show-infobar .fxModalBox-infobar,.fxModalBox-show-toolbar .fxModalBox-toolbar,.fxModalBox-show-caption .fxModalBox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0;
    overflow: hidden
}

[dir] .fxModalBox-show-infobar .fxModalBox-infobar,[dir] .fxModalBox-show-toolbar .fxModalBox-toolbar,[dir] .fxModalBox-show-caption .fxModalBox-caption-wrap {
    -webkit-transition: opacity .25s,visibility 0
}

[dir=ltr] .fxModalBox-show-infobar .fxModalBox-infobar,[dir=ltr] .fxModalBox-show-toolbar .fxModalBox-toolbar,[dir=ltr] .fxModalBox-show-caption .fxModalBox-caption-wrap {
    border-radius: 0 0 0 10px
}

[dir=rtl] .fxModalBox-show-infobar .fxModalBox-infobar,[dir=rtl] .fxModalBox-show-toolbar .fxModalBox-toolbar,[dir=rtl] .fxModalBox-show-caption .fxModalBox-caption-wrap {
    border-radius: 0 0 10px 0
}

.fxModalBox-infobar {
    top: 0;
    font-size: 13px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

[dir] .fxModalBox-infobar {
    padding: 0 10px;
    text-align: center
}

[dir=ltr] .fxModalBox-infobar {
    left: 0
}

[dir=rtl] .fxModalBox-infobar {
    right: 0
}

.fxModalBox-toolbar {
    top: 0
}

[dir] .fxModalBox-toolbar {
    margin: 0;
    padding: 0
}

[dir=ltr] .fxModalBox-toolbar {
    right: 0
}

[dir=rtl] .fxModalBox-toolbar {
    left: 0
}

.fxModalBox-stage {
    overflow: hidden;
    z-index: 99994;
    -webkit-transform: translate3d(0,0,0)
}

[dir=ltr] .fxModalBox-stage {
    direction: ltr
}

[dir=rtl] .fxModalBox-stage {
    direction: rtl
}

.fxModalBox-is-closing .fxModalBox-stage {
    overflow: visible
}

.fxModalBox-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity,-webkit-transform
}

[dir] .fxModalBox-slide {
    margin: 0;
    padding: 0;
    text-align: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

[dir=ltr] .fxModalBox-slide {
    left: 0
}

[dir=rtl] .fxModalBox-slide {
    right: 0
}

.fxModalBox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fxModalBox-slide--image {
    overflow: visible
}

.fxModalBox-slide--image::before {
    display: none
}

[dir] .fxModalBox-slide--video .fxModalBox-content,[dir] .fxModalBox-slide--video iframe {
    background: #000
}

[dir] .fxModalBox-slide--map .fxModalBox-content,[dir] .fxModalBox-slide--map iframe {
    background: #e5e3df
}

.fxModalBox-slide--next {
    z-index: 99995
}

.fxModalBox-slide>* {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .fxModalBox-slide>* {
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    background-color: #fff
}

[dir=ltr] .fxModalBox-slide>* {
    text-align: left
}

[dir=rtl] .fxModalBox-slide>* {
    text-align: right
}

.fxModalBox-slide>title,.fxModalBox-slide>style,.fxModalBox-slide>meta,.fxModalBox-slide>link,.fxModalBox-slide>script,.fxModalBox-slide>base {
    display: none
}

.fxModalBox-slide .fxModalBox-image-wrap {
    position: absolute;
    top: 0;
    z-index: 99995;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: opacity,-webkit-transform
}

[dir] .fxModalBox-slide .fxModalBox-image-wrap {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

[dir=ltr] .fxModalBox-slide .fxModalBox-image-wrap {
    left: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

[dir=rtl] .fxModalBox-slide .fxModalBox-image-wrap {
    right: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fxModalBox-slide--iframe .fxModalBox-content {
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible
}

[dir] .fxModalBox-slide--iframe .fxModalBox-content {
    padding: 0;
    background: #fff
}

.fxModalBox-is-sliding .fxModalBox-slide,.fxModalBox-slide--previous,.fxModalBox-slide--current,.fxModalBox-slide--next {
    display: block
}

[dir] .fxModalBox-can-zoomOut .fxModalBox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

[dir] .fxModalBox-can-zoomIn .fxModalBox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

[dir] .fxModalBox-can-drag .fxModalBox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

[dir] .fxModalBox-is-dragging .fxModalBox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fxModalBox-image,.fxModalBox-spaceball {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[dir] .fxModalBox-image,[dir] .fxModalBox-spaceball {
    margin: 0;
    padding: 0;
    border: 0
}

[dir=ltr] .fxModalBox-image,[dir=ltr] .fxModalBox-spaceball {
    left: 0
}

[dir=rtl] .fxModalBox-image,[dir=rtl] .fxModalBox-spaceball {
    right: 0
}

.fxModalBox-spaceball {
    z-index: 1
}

.fxModalBox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

[dir] .fxModalBox-iframe {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff
}

.fxModalBox-error {
    width: 100%;
    max-width: 380px
}

[dir] .fxModalBox-error {
    margin: 0;
    padding: 40px;
    background: #fff;
    cursor: default
}

.fxModalBox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px
}

[dir] .fxModalBox-error p {
    margin: 0;
    padding: 0
}

.fxModalBox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    transition: color .3s ease;
    outline: 0;
    color: #333
}

[dir] .fxModalBox-button {
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.7);
    -webkit-transition: color .3s ease;
    cursor: pointer
}

.fxModalBox-button:visited,.fxModalBox-button:link {
    color: #333
}

.fxModalBox-button:focus,.fxModalBox-button:hover {
    color: #666
}

.fxModalBox-button[disabled] {
    color: #333;
    opacity: .6
}

[dir] .fxModalBox-button[disabled] {
    cursor: default
}

.fxModalBox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fxModalBox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 1
}

.fxModalBox-button--share svg path {
    stroke-width: 1
}

.fxModalBox-button--play svg path:nth-child(2) {
    display: none
}

.fxModalBox-button--pause svg path:nth-child(1) {
    display: none
}

.fxModalBox-button--zoom svg path {
    fill: transparent
}

.fxModalBox-navigation {
    display: none
}

.fxModalBox-navigation button {
    position: absolute;
    top: 50%;
    z-index: 99997;
    width: 80px;
    height: 100px
}

[dir] .fxModalBox-navigation button {
    margin: -50px 0 0 0;
    background: transparent;
    padding: 17px
}

.fxModalBox-navigation button:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px
}

[dir] .fxModalBox-navigation button:before {
    border-radius: 50%;
    background: rgba(255,255,255,0.75)
}

[dir=ltr] .fxModalBox-navigation button:before {
    right: 10px
}

[dir=rtl] .fxModalBox-navigation button:before {
    left: 10px
}

[dir=ltr] .fxModalBox-navigation .fxModalBox-button--arrow_left {
    left: 0
}

[dir=rtl] .fxModalBox-navigation .fxModalBox-button--arrow_left {
    right: 0
}

[dir=ltr] .fxModalBox-navigation .fxModalBox-button--arrow_right {
    right: 0
}

[dir=rtl] .fxModalBox-navigation .fxModalBox-button--arrow_right {
    left: 0
}

.fxModalBox-show-nav .fxModalBox-navigation {
    display: block
}

.fxModalBox-close-small {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 10
}

[dir] .fxModalBox-close-small {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer
}

[dir=ltr] .fxModalBox-close-small {
    right: 0
}

[dir=rtl] .fxModalBox-close-small {
    left: 0
}

.fxModalBox-close-small:after {
    content: "x";
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    transition: background-color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

[dir] .fxModalBox-close-small:after {
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s
}

[dir=ltr] .fxModalBox-close-small:after {
    right: 5px
}

[dir=rtl] .fxModalBox-close-small:after {
    left: 5px
}

.fxModalBox-close-small :focus {
    outline: 0
}

.fxModalBox-close-small :focus:after {
    outline: 1px dotted #888
}

.fxModalBox-close-small:hover:after {
    color: #555
}

[dir] .fxModalBox-close-small:hover:after {
    background: #eee
}

.fxModalBox-slide--image .fxModalBox-close-small,.fxModalBox-slide--iframe .fxModalBox-close-small {
    top: 0
}

[dir=ltr] .fxModalBox-slide--image .fxModalBox-close-small,[dir=ltr] .fxModalBox-slide--iframe .fxModalBox-close-small {
    right: -40px
}

[dir=rtl] .fxModalBox-slide--image .fxModalBox-close-small,[dir=rtl] .fxModalBox-slide--iframe .fxModalBox-close-small {
    left: -40px
}

.fxModalBox-slide--image .fxModalBox-close-small:after,.fxModalBox-slide--iframe .fxModalBox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fxModalBox-slide--image .fxModalBox-close-small:hover:after,.fxModalBox-slide--iframe .fxModalBox-close-small:hover:after {
    color: #fff
}

[dir] .fxModalBox-slide--image .fxModalBox-close-small:hover:after,[dir] .fxModalBox-slide--iframe .fxModalBox-close-small:hover:after {
    background: transparent
}

.fxModalBox-is-scaling .fxModalBox-close-small,.fxModalBox-is-zoomable.fxModalBox-can-drag .fxModalBox-close-small {
    display: none
}

.fxModalBox-caption {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    -webkit-text-size-adjust: none
}

[dir] .fxModalBox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.4)
}

.fxModalBox-caption a,.fxModalBox-caption button,.fxModalBox-caption select {
    pointer-events: all;
    position: relative
}

.fxModalBox-caption a {
    color: #fff;
    text-decoration: underline
}

.fxModalBox-caption-wrap {
    bottom: 0;
    pointer-events: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

[dir] .fxModalBox-caption-wrap {
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%)
}

[dir=ltr] .fxModalBox-caption-wrap {
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,rgba(0,0,0,0.1)),color-stop(40%,rgba(0,0,0,0.2)),color-stop(80%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.8)))
}

[dir=rtl] .fxModalBox-caption-wrap {
    right: 0;
    left: 0;
    background: -webkit-gradient(linear,right top,right bottom,from(transparent),color-stop(20%,rgba(0,0,0,0.1)),color-stop(40%,rgba(0,0,0,0.2)),color-stop(80%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.8)))
}

.fxModalBox-slide>.fxModalBox-loading {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    z-index: 99999
}

[dir] .fxModalBox-slide>.fxModalBox-loading {
    border: 6px solid rgba(100,100,100,0.4);
    border-top: 6px solid rgba(255,255,255,0.6);
    border-radius: 100%;
    background: transparent;
    margin-top: -30px
}

[dir=ltr] .fxModalBox-slide>.fxModalBox-loading {
    -webkit-animation: fxModalBox-rotate-ltr .8s infinite linear;
    animation: fxModalBox-rotate-ltr .8s infinite linear;
    left: 50%;
    margin-left: -30px
}

[dir=rtl] .fxModalBox-slide>.fxModalBox-loading {
    -webkit-animation: fxModalBox-rotate-rtl .8s infinite linear;
    animation: fxModalBox-rotate-rtl .8s infinite linear;
    right: 50%;
    margin-right: -30px
}

.fxModalBox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,0.25,1)
}

[dir] .fxModalBox-animated {
    transition-timing-function: cubic-bezier(0,0,0.25,1)
}

.fxModalBox-fx-slide.fxModalBox-slide--previous {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-slide.fxModalBox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[dir=rtl] .fxModalBox-fx-slide.fxModalBox-slide--previous {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fxModalBox-fx-slide.fxModalBox-slide--next {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-slide.fxModalBox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[dir=rtl] .fxModalBox-fx-slide.fxModalBox-slide--next {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fxModalBox-fx-slide.fxModalBox-slide--current {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1
}

[dir] .fxModalBox-fx-slide.fxModalBox-slide--current {
    transform: translate3d(0,0,0)
}

.fxModalBox-fx-fade.fxModalBox-slide--prevous,.fxModalBox-fx-fade.fxModalBox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,0.22,1)
}

[dir] .fxModalBox-fx-fade.fxModalBox-slide--prevous,[dir] .fxModalBox-fx-fade.fxModalBox-slide--next {
    transition-timing-function: cubic-bezier(0.19,1,0.22,1)
}

.fxModalBox-fx-fade.fxModalBox-slide--current {
    opacity: 1
}

.fxModalBox-fx-zoom-in-out.fxModalBox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    opacity: 0
}

[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--previous {
    transform: scale3d(1.5,1.5,1.5)
}

.fxModalBox-fx-zoom-in-out.fxModalBox-slide--next {
    -webkit-transform: scale3d(0.5,0.5,0.5);
    opacity: 0
}

[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--next {
    transform: scale3d(0.5,0.5,0.5)
}

.fxModalBox-fx-zoom-in-out.fxModalBox-slide--current {
    -webkit-transform: scale3d(1,1,1);
    opacity: 1
}

[dir] .fxModalBox-fx-zoom-in-out.fxModalBox-slide--current {
    transform: scale3d(1,1,1)
}

.fxModalBox-fx-rotate.fxModalBox-slide--previous {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-rotate.fxModalBox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

[dir=rtl] .fxModalBox-fx-rotate.fxModalBox-slide--previous {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fxModalBox-fx-rotate.fxModalBox-slide--next {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-rotate.fxModalBox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

[dir=rtl] .fxModalBox-fx-rotate.fxModalBox-slide--next {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fxModalBox-fx-rotate.fxModalBox-slide--current {
    -webkit-transform: rotate(0);
    opacity: 1
}

[dir] .fxModalBox-fx-rotate.fxModalBox-slide--current {
    transform: rotate(0)
}

.fxModalBox-fx-circular.fxModalBox-slide--previous {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-circular.fxModalBox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

[dir=rtl] .fxModalBox-fx-circular.fxModalBox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fxModalBox-fx-circular.fxModalBox-slide--next {
    opacity: 0
}

[dir=ltr] .fxModalBox-fx-circular.fxModalBox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

[dir=rtl] .fxModalBox-fx-circular.fxModalBox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fxModalBox-fx-circular.fxModalBox-slide--current {
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    opacity: 1
}

[dir] .fxModalBox-fx-circular.fxModalBox-slide--current {
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

[dir=ltr] .fxModalBox-fx-tube.fxModalBox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg)
}

[dir=rtl] .fxModalBox-fx-tube.fxModalBox-slide--previous {
    -webkit-transform: translate3d(100%,0,0) scale(0.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(0.1) skew(10deg)
}

[dir=ltr] .fxModalBox-fx-tube.fxModalBox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(0.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(0.1) skew(10deg)
}

[dir=rtl] .fxModalBox-fx-tube.fxModalBox-slide--next {
    -webkit-transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg)
}

.fxModalBox-fx-tube.fxModalBox-slide--current {
    -webkit-transform: translate3d(0,0,0) scale(1)
}

[dir] .fxModalBox-fx-tube.fxModalBox-slide--current {
    transform: translate3d(0,0,0) scale(1)
}

.fxModalBox-share {
    max-width: 90%
}

[dir] .fxModalBox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    text-align: center
}

.fxModalBox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700
}

[dir] .fxModalBox-share h1 {
    margin: 0 0 20px 0
}

[dir] .fxModalBox-share p {
    margin: 0;
    padding: 0
}

.fxModalBox-share__button {
    display: inline-block;
    text-decoration: none;
    min-width: 130px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

[dir] .fxModalBox-share__button {
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all .2s
}

[dir=ltr] .fxModalBox-share__button {
    margin: 0 10px 10px 0
}

[dir=rtl] .fxModalBox-share__button {
    margin: 0 0 10px 10px
}

.fxModalBox-share__button:hover {
    text-decoration: none
}

[dir] .fxModalBox-share__button--fb {
    background: #3b5998
}

[dir] .fxModalBox-share__button--fb:hover {
    background: #344e86
}

[dir] .fxModalBox-share__button--pt {
    background: #bd081d
}

[dir] .fxModalBox-share__button--pt:hover {
    background: #aa0719
}

[dir] .fxModalBox-share__button--tw {
    background: #1da1f2
}

[dir] .fxModalBox-share__button--tw:hover {
    background: #0d95e8
}

.fxModalBox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    vertical-align: middle
}

[dir=ltr] .fxModalBox-share__button svg {
    margin-right: 7px
}

[dir=rtl] .fxModalBox-share__button svg {
    margin-left: 7px
}

.fxModalBox-share__button svg path {
    fill: #fff
}

.fxModalBox-share__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0
}

[dir] .fxModalBox-share__input {
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fxModalBox-thumbs {
    display: none;
    position: absolute;
    top: auto;
    width: auto;
    bottom: 0;
    height: 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

[dir] .fxModalBox-thumbs {
    padding: 10px 10px 5px 10px;
    background: rgba(0,0,0,0.3)
}

[dir=ltr] .fxModalBox-thumbs {
    left: 0;
    right: 0
}

[dir=rtl] .fxModalBox-thumbs {
    right: 0;
    left: 0
}

.fxModalBox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

[dir] .fxModalBox-thumbs>ul {
    margin: 0;
    padding: 0
}

.fxModalBox-thumbs>ul>li {
    overflow: hidden;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[dir] .fxModalBox-thumbs>ul>li {
    padding: 0;
    margin: 2px;
    cursor: pointer
}

[dir=ltr] .fxModalBox-thumbs>ul>li {
    float: left
}

[dir=rtl] .fxModalBox-thumbs>ul>li {
    float: right
}

.fxModalBox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(0.25,0.46,0.45,0.94)
}

[dir] .fxModalBox-thumbs>ul>li:before {
    border: 4px solid #fff;
    -webkit-transition: all .2s cubic-bezier(0.25,0.46,0.45,0.94)
}

[dir=ltr] .fxModalBox-thumbs>ul>li:before {
    right: 0;
    left: 0
}

[dir=rtl] .fxModalBox-thumbs>ul>li:before {
    left: 0;
    right: 0
}

.fxModalBox-thumbs>ul>li.fxModalBox-thumbs-active:before {
    opacity: 1
}

.fxModalBox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[dir=ltr] .fxModalBox-thumbs>ul>li>img {
    left: 0
}

[dir=rtl] .fxModalBox-thumbs>ul>li>img {
    right: 0
}

.fxModalBox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fxModalBox-thumbs-x>ul {
    overflow: hidden
}

.fxModalBox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fxModalBox-thumbs-y>ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

[dir] .fxModalBox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

[dir] .fxModalBox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fxModalBox-show-thumbs .fxModalBox-thumbs {
    display: block
}

.fxModalBox-show-thumbs .fxModalBox-inner {
    bottom: 95px
}

[dir=ltr] .fxModalBox-show-thumbs .fxModalBox-inner {
    right: 0
}

[dir=rtl] .fxModalBox-show-thumbs .fxModalBox-inner {
    left: 0
}

[dir=ltr] p.fxModalBox-share__links {
    margin-right: -10px
}

[dir=rtl] p.fxModalBox-share__links {
    margin-left: -10px
}

[dir] li.fxModalBox-thumbs-loading {
    background: rgba(0,0,0,0.1)
}

@-webkit-keyframes fxModalBox-rotate-ltr {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes fxModalBox-rotate-rtl {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes fxModalBox-rotate-ltr {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fxModalBox-rotate-rtl {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

html[dir=rtl] .fxModalBox-thumbs>ul>li {
    float: right
}

html[dir=rtl] .fxModalBox-toolbar {
    left: 0;
    right: inherit;
    direction: rtl;
    text-align: left
}

html[dir=rtl] .fxModalBox-caption-wrap {
    direction: rtl
}

html[dir=rtl] .fxModalBox-infobar {
    right: 0;
    left: auto
}

html[dir=rtl] .fxg-image_gallery .image_gallery_item .inner_gallery .image_gallery_item {
    float: right
}

.fxg-intentnavigation__item-icon-check .fxg-intentnavigation__svg {
    font-size: 1rem !important;
    opacity: 0
}

.fxg-intentnavigation__item-is-triggered .fxg-intentnavigation__item-icon-check .fxg-intentnavigation__svg {
    opacity: 1
}

.fxg-intentnavigation {
    overflow: hidden
}

.fxg-intentnavigation-wrapper {
    width: 100%
}

[dir] .fxg-intentnavigation-wrapper {
    background-color: #fafafa;
    padding: 60px 0
}

[dir] h3.fxg-intentnavigation__title {
    margin-top: 0
}

[dir=ltr] h3.fxg-intentnavigation__title {
    text-align: left
}

[dir=rtl] h3.fxg-intentnavigation__title {
    text-align: right
}

.fxg-intentnavigation__panels {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    overflow: hidden;
    position: relative;
    width: calc(300% - 1px)
}

@media screen and (min-width: 1024px) {
    .fxg-intentnavigation__panels {
        width:calc(100% - 1px)
    }
}

.fxg-intentnavigation__panel {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    outline: 0;
    -webkit-transition-property: height,-webkit-transform;
    transition: .3s ease-in-out
}

[dir] .fxg-intentnavigation__panel {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
    -webkit-transition: .3s ease-in-out
}

[dir=ltr] .fxg-intentnavigation__panel {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

[dir=rtl] .fxg-intentnavigation__panel {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fxg-intentnavigation__panel:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 3
}

.fxg-intentnavigation__panel:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 2
}

.fxg-intentnavigation__panel:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 1
}

.fxg-intentnavigation__panel.is-active {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

[dir] .fxg-intentnavigation__panel.is-active {
    box-shadow: 0 0 15px rgba(0,0,0,0);
    transform: translate3d(0,0,0)
}

[dir=ltr] .fxg-intentnavigation__panel.is-active {
    border-right-color: #e3e3e3
}

[dir=rtl] .fxg-intentnavigation__panel.is-active {
    border-left-color: #e3e3e3
}

.fxg-intentnavigation__panel.is-collapsed {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    height: 0
}

[dir] .fxg-intentnavigation__panel.is-collapsed {
    box-shadow: 0 0 15px rgba(0,0,0,0)
}

[dir=ltr] .fxg-intentnavigation__panel.is-collapsed {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

[dir=rtl] .fxg-intentnavigation__panel.is-collapsed {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media screen and (min-width: 1024px) {
    .fxg-intentnavigation__panel {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        top: auto;
        -webkit-transform: translate3d(0,0,0);
        width: auto
    }

    [dir] .fxg-intentnavigation__panel {
        transform: translate3d(0,0,0)
    }

    [dir=ltr] .fxg-intentnavigation__panel {
        left: auto
    }

    [dir=rtl] .fxg-intentnavigation__panel {
        right: auto
    }

    .fxg-intentnavigation__panel:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .fxg-intentnavigation__panel:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .fxg-intentnavigation__panel:nth-child(3) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4
    }

    [dir=ltr] .fxg-intentnavigation__panel.is-collapsed {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    [dir=rtl] .fxg-intentnavigation__panel.is-collapsed {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    [dir=ltr] .fxg-intentnavigation__panel:nth-child(3).is-collapsed {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0)
    }

    [dir=rtl] .fxg-intentnavigation__panel:nth-child(3).is-collapsed {
        -webkit-transform: translate3d(200%,0,0);
        transform: translate3d(200%,0,0)
    }
}

.fxg-intentnavigation__panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    transition: opacity .15s ease-out
}

[dir] .fxg-intentnavigation__panel-content {
    -webkit-transition: opacity .15s ease-out
}

.fxg-intentnavigation__panel-content.is-hidden {
    display: none
}

.fxg-intentnavigation__panel-content.is-faded {
    opacity: 0;
    -webkit-transition-delay: .15s
}

[dir] .fxg-intentnavigation__panel-content.is-faded {
    transition-delay: .15s
}

.fxg-intentnavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    overflow: hidden;
    width: 100%
}

[dir] .fxg-intentnavigation__list {
    margin: 0;
    padding: 0
}

[dir] .fxg-intentnavigation__list-title {
    margin: 0 !important;
    padding: 1rem
}

@media screen and (min-width: 1024px) {
    .fxg-intentnavigation__list-title {
        display:none
    }
}

.fxg-intentnavigation__list-item {
    list-style: none;
    width: 100%
}

[dir] .fxg-intentnavigation__list-item {
    margin: 0;
    padding: 0
}

.fxg-intentnavigation__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    -webkit-transition-property: background-color;
    transition: .15s ease-in-out;
    width: 100%
}

[dir] .fxg-intentnavigation__item {
    background-color: #FFF;
    border: 1px solid #FFF;
    margin: 0;
    padding: 0;
    transition-property: background-color;
    -webkit-transition: .15s ease-in-out
}

[dir=ltr] .fxg-intentnavigation__item {
    text-align: left
}

[dir=rtl] .fxg-intentnavigation__item {
    text-align: right
}

[dir] .fxg-intentnavigation__item:hover,[dir] .fxg-intentnavigation__item:focus {
    background-color: #fafafa;
    border-color: #fafafa
}

.fxg-intentnavigation__item-is-active .fxg-intentnavigation__item-icon.fxg-intentnavigation__item-button-icon>.fxg-intentnavigation__svg>svg {
    color: #4d148c !important
}

.fxg-intentnavigation__button-label {
    font-weight: 400
}

.fxg-intentnavigation__item-is-active .fxg-intentnavigation__button-label {
    font-weight: 500
}

.fxg-intentnavigation__item-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

[dir] .fxg-intentnavigation__item-label {
    padding: 1rem
}

.fxg-intentnavigation__item-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

[dir] .fxg-intentnavigation__item-icon {
    padding: 1rem
}

.fxg-intentnavigation__item-icon-chevron .fxg-intentnavigation__svg {
    font-size: 1rem !important
}

.fxg-intentnavigation__item-button-icon .fxg-intentnavigation__svg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem !important
}

[dir] .fxg-intentnavigation__button-back {
    border-bottom: 1px solid #e3e3e3
}

[dir=ltr] .fxg-intentnavigation__button-back .fxg-intentnavigation__item-icon {
    padding-right: 0
}

[dir=rtl] .fxg-intentnavigation__button-back .fxg-intentnavigation__item-icon {
    padding-left: 0
}

[dir=ltr] .fxg-intentnavigation__button-back .fxg-intentnavigation__svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[dir=rtl] .fxg-intentnavigation__button-back .fxg-intentnavigation__svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width: 1024px) {
    .fxg-intentnavigation__button-back {
        display:none
    }
}

@supports not(display: grid) {
    .fxg-intentnavigation {
        display:none
    }
}

[dir=rtl] .fxg-jumplinks__prev-tab svg,[dir=rtl] .fxg-jumplinks__next-tab svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fxg-jumplinks__placeholder {
    height: 48px
}

.fxg-jumplinks__nav {
    height: 48px;
    top: 0
}

[dir=ltr] .fxg-jumplinks__nav {
    left: 0
}

[dir=rtl] .fxg-jumplinks__nav {
    right: 0
}

.fxg-jumplinks .cc-aem-c-tabs--underline [role=tab] {
    min-height: initial
}

.fxg-jumplinks .cc-aem-c-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-landing-hero-bg-p {
    margin-bottom: -0.5rem !important
}

[dir] .fxg-landing-hero-bg-heading {
    margin-top: -0.625rem !important;
    margin-bottom: -0.75rem !important
}

.fxg-landing-hero-bg {
    min-height: 145px;
    max-height: 290px;
    width: 490px
}

[dir] .fxg-landing-hero-bg {
    background-color: rgba(255,255,255,0.8);
    padding-top: 25px;
    padding: 25px
}

@media(max-width: 663px) {
    .fxg-landing-hero-bg {
        min-height:0
    }

    [dir] .fxg-landing-hero-bg {
        padding: 0
    }
}

.fxg-wrapper-align-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fxg-wrapper-align-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.fxg-wrapper-align-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fxg-landing-hero-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

@media(min-width: 768px) {
    [dir] .fxg-landing-hero-flex-row {
        padding-top:60px !important
    }
}

.fxg-landing-hero {
    width: 100%;
    min-height: 350px;
    position: relative
}

[dir] .fxg-landing-hero {
    margin-top: 0
}

[dir] .fxg-landing-hero .fxg-wrapper {
    padding-bottom: 30px
}

@media(max-width: 663px) {
    [dir] .fxg-landing-hero .fxg-wrapper {
        padding-bottom:0
    }
}

@media print {
    [dir] .fxg-landing-hero .fxg-wrapper {
        padding-bottom: 30px !important
    }
}

.fxg-landing-hero .fxg-title {
    font-weight: 300;
    max-width: 415px;
    line-height: 1;
    font-size: 2rem
}

[dir] .fxg-landing-hero .fxg-title {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important
}

@media(max-width: 663px) {
    .fxg-landing-hero .fxg-title {
        max-width:100%;
        letter-spacing: .5px;
        font-size: 2rem
    }

    [dir] .fxg-landing-hero .fxg-title {
        margin-top: .625rem !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-landing-hero .div.fxg-title {
        display:none !important
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero .fxg-subtext {
        max-width:100%
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-landing-hero .fxg-subtext:first-child {
        display:none !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-landing-hero .fxg-subtext:last-child {
        display:none !important
    }
}

.fxg-landing-hero .fxg-subtext p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

@media(max-width: 663px) {
    .fxg-landing-hero .fxg-subtext p {
        max-width:100%
    }
}

.fxg-landing-hero .fxg-button {
    line-height: 1.3
}

.fxg-landing-hero .fxg-button .fxg-img-other #cdnSVG {
    width: 24px;
    height: 24px
}

.fxg-landing-hero__background-image {
    min-height: 350px;
    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
}

[dir] .fxg-landing-hero__background-image {
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

@media(max-width: 663px) {
    .fxg-landing-hero__background-image {
        display:block;
        min-height: initial;
        min-height: auto
    }

    [dir] .fxg-landing-hero__background-image {
        padding-top: 0;
        text-align: center;
        padding: 0 15px;
        margin: 15px 0
    }
}

@media(max-width: 663px) {
    [dir] .fxg-landing-hero__background-image .fxg-title {
        text-align:center
    }
}

@media(max-width: 663px) {
    [dir] .fxg-landing-hero__background-image .fxg-subtext {
        text-align:center
    }
}

.fxg-landing-hero--open {
    position: relative;
    min-height: 565px;
    transition: .25s ease-in-out min-height
}

[dir] .fxg-landing-hero--open {
    background: #000;
    -webkit-transition: .25s ease-in-out min-height
}

.fxg-landing-hero--open .fxg-landing-hero__background-image {
    display: none
}

.fxg-landing-hero--open .fxg-landing-hero__video {
    display: block
}

[dir] .fxg-landing-hero--open .fxg-landing-hero__video .brightcove-container {
    margin: 0 auto
}

@media(max-width: 663px) {
    .fxg-landing-hero--open .fxg-landing-hero__video {
        display:block
    }
}

.fxg-landing-hero--open .fxg-landing-hero__video-btn,.fxg-landing-hero--open .fxg-landing-hero__video-btn--dark {
    display: none
}

@media(max-width: 663px) {
    .fxg-landing-hero--open .fxg-landing-hero__video-btn,.fxg-landing-hero--open .fxg-landing-hero__video-btn--dark {
        display:none
    }
}

@media(max-width: 768px) {
    .fxg-landing-hero--open {
        min-height:417px
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero--open {
        min-height:0
    }

    [dir] .fxg-landing-hero--open {
        background: transparent
    }
}

.fxg-landing-hero--open:after {
    display: table;
    content: " "
}

[dir] .fxg-landing-hero--open:after {
    clear: both
}

.fxg-landing-hero--open .fxg-landing-hero__close-btn {
    display: inline-block
}

@media(max-width: 663px) {
    .fxg-landing-hero--open .fxg-landing-hero__close-btn {
        display:inline-block;
        top: 10%
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero--open .fxg-landing-heroMobileVideo {
        display:none
    }
}

.fxg-landing-hero__mobile-image {
    display: none
}

@media(max-width: 663px) {
    .fxg-landing-hero__mobile-image {
        display:block;
        width: 100%
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero__mobile-image img {
        width:100%
    }
}

.fxg-landing-hero__tablet-image {
    display: none
}

@media(max-width: 768px) {
    .fxg-landing-hero__tablet-image {
        display:block;
        width: 100%
    }
}

@media(max-width: 768px) {
    .fxg-landing-hero__tablet-image img {
        width:100%
    }
}

.fxg-landing-hero__video {
    display: none;
    max-width: 970px
}

[dir] .fxg-landing-hero__video {
    margin: 1.25rem auto 0
}

@media(max-width: 768px) {
    .fxg-landing-hero__video,.fxg-landing-hero__video-btn--dark {
        max-width:0 auto
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero__video,.fxg-landing-hero__video-btn--dark {
        height:55vw;
        max-width: none
    }

    [dir] .fxg-landing-hero__video,[dir] .fxg-landing-hero__video-btn--dark {
        margin-top: 0;
        margin: 1rem
    }
}

@media(max-width: 663px) {
    .fxg-landing-hero {
        min-height:initial;
        min-height: auto
    }

    [dir] .fxg-landing-hero {
        margin-top: 0
    }
}

.fxg-landing-hero__video-btn,.fxg-landing-hero__video-btn--dark {
    content: "";
    display: block;
    position: absolute;
    width: 102px;
    height: 102px;
    top: 50%
}

[dir] .fxg-landing-hero__video-btn,[dir] .fxg-landing-hero__video-btn--dark {
    cursor: pointer
}

[dir=ltr] .fxg-landing-hero__video-btn,[dir=ltr] .fxg-landing-hero__video-btn--dark {
    left: 50%;
    margin: -3.25rem 0 0 -3.25rem
}

[dir=rtl] .fxg-landing-hero__video-btn,[dir=rtl] .fxg-landing-hero__video-btn--dark {
    right: 50%;
    margin: -3.25rem -3.25rem 0 0
}

@media(max-width: 663px) {
    [dir] .fxg-landing-hero__video-btn,[dir] .fxg-landing-hero__video-btn--dark {
        margin:-3.25rem
    }
}

.fxg-landing-hero__video-btn--dark ellipse {
    stroke: #333
}

.fxg-landing-hero__video-btn--dark polygon {
    stroke: #333;
    fill: #333
}

.fxg-landing-hero__close-btn {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 11001
}

[dir] .fxg-landing-hero__close-btn {
    cursor: pointer
}

[dir=ltr] .fxg-landing-hero__close-btn {
    right: 25px
}

[dir=rtl] .fxg-landing-hero__close-btn {
    left: 25px
}

.fxg-landing-hero__close-btn svg {
    stroke: #fff;
    width: 25px
}

@media(max-width: 663px) {
    .fxg-landing-hero .fxg-heading-align {
        min-width:0
    }
}

@media(min-width: 768px) and (max-width:992px) {
    [dir=ltr] .fxg-landing-hero .focal-x1y1--tablet {
        background-position:16.66% 16.66%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y1--tablet {
        background-position: 83.34% 16.66%
    }

    [dir] .fxg-landing-hero .focal-x2y1--tablet {
        background-position: 50% 16.66%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y1--tablet {
        background-position: 83.33% 16.66%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y1--tablet {
        background-position: 16.67% 16.66%
    }

    [dir=ltr] .fxg-landing-hero .focal-x1y2--tablet {
        background-position: 16.66% 50%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y2--tablet {
        background-position: 83.34% 50%
    }

    [dir] .fxg-landing-hero .focal-x2y2--tablet {
        background-position: 50% 50%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y2--tablet {
        background-position: 83.33% 50%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y2--tablet {
        background-position: 16.67% 50%
    }

    [dir=ltr] .fxg-landing-hero .focal-x1y3--tablet {
        background-position: 16.66% 83.33%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y3--tablet {
        background-position: 83.34% 83.33%
    }

    [dir] .fxg-landing-hero .focal-x2y3--tablet {
        background-position: 50% 83.33%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y3--tablet {
        background-position: 83.33% 83.33%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y3--tablet {
        background-position: 16.67% 83.33%
    }
}

@media(min-width: 993px) {
    [dir=ltr] .fxg-landing-hero .focal-x1y1--desktop {
        background-position:16.66% 16.66%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y1--desktop {
        background-position: 83.34% 16.66%
    }

    [dir] .fxg-landing-hero .focal-x2y1--desktop {
        background-position: 50% 16.66%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y1--desktop {
        background-position: 83.33% 16.66%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y1--desktop {
        background-position: 16.67% 16.66%
    }

    [dir=ltr] .fxg-landing-hero .focal-x1y2--desktop {
        background-position: 16.66% 50%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y2--desktop {
        background-position: 83.34% 50%
    }

    [dir] .fxg-landing-hero .focal-x2y2--desktop {
        background-position: 50% 50%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y2--desktop {
        background-position: 83.33% 50%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y2--desktop {
        background-position: 16.67% 50%
    }

    [dir=ltr] .fxg-landing-hero .focal-x1y3--desktop {
        background-position: 16.66% 83.33%
    }

    [dir=rtl] .fxg-landing-hero .focal-x1y3--desktop {
        background-position: 83.34% 83.33%
    }

    [dir] .fxg-landing-hero .focal-x2y3--desktop {
        background-position: 50% 83.33%
    }

    [dir=ltr] .fxg-landing-hero .focal-x3y3--desktop {
        background-position: 83.33% 83.33%
    }

    [dir=rtl] .fxg-landing-hero .focal-x3y3--desktop {
        background-position: 16.67% 83.33%
    }
}

@media print {
    [dir] .fxg-landing-hero .fxg-align-center {
        text-align: center
    }
}

@media print {
    .fxg-landing-hero .fxg-button {
        width: auto
    }
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .fxg-landing-hero .fxg-below-hero .fxg-title {
        margin-top:1.5rem !important
    }
}

.fxg-landing-heroMobileVideo {
    display: none
}

@media(max-width: 663px) {
    .fxg-landing-heroMobileVideo {
        position:relative;
        display: block
    }

    [dir] .fxg-landing-heroMobileVideo {
        margin: 0
    }
}

@media print {
    .fxg-landing-heroMobileVideo {
        display: none !important
    }
}

.fxg-landing-heroTabletVideo {
    display: none
}

@media(max-width: 768px) {
    .fxg-landing-heroTabletVideo {
        position:relative;
        display: block
    }

    [dir] .fxg-landing-heroTabletVideo {
        margin: 0
    }
}

@media(max-width: 663px) {
    .fxg-landing-heroDesktop {
        display:none
    }
}

@media(max-width: 663px) {
    [dir] .fxg-landing-hero--has-video {
        padding-top:0
    }
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-landing-hero__video {
        margin:1.25rem 0 0 auto
    }
}

html[dir=rtl] .fxg-landing-hero__video-btn {
    right: 50%;
    margin: -3.25rem -3.25rem 0 0
}

html[dir=rtl] .fxg-landing-hero__video-btn--dark {
    right: 50%;
    margin: -3.25rem -3.25rem 0 0
}

html[dir=rtl] .fxg-landing-hero__close-btn {
    left: 25px;
    right: auto
}

html[dir=rtl] .fxg-align-left {
    text-align: right !important
}

html[dir=rtl] .fxg-align-left h1 {
    text-align: right !important
}

html[dir=rtl] .fxg-align-right {
    text-align: left !important
}

html[dir=rtl] .fxg-align-right h1 {
    text-align: left !important
}

@media(max-width: 663px) {
    [dir] .aem-Grid .fxg-landing-hero__background-image {
        margin-top:.625rem;
        margin-bottom: .25rem
    }
}

@media(max-width: 663px) {
    [dir] .aem-Grid .fxg-landing-hero .fxg-title {
        margin-top:.625rem
    }
}

@media print {
    .fxg-title.fxg-desktop--hide-,.fxg-subtext.fxg-desktop--hide-,.fxg-landing-hero a.fxg-button.fxg-desktop--hide- {
        display: none !important
    }
}

@media print {
    .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide {
        display: inherit !important
    }

    [dir=ltr] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-right {
        float: right
    }

    [dir=rtl] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-right {
        float: left
    }

    [dir=ltr] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-left {
        float: left
    }

    [dir=rtl] .fxg-subtext.fxg-tablet--hide.fxg-mobile--hide.fxg-align-left {
        float: right
    }
}

[dir] .hero_landingpage_v1 .fxg-hero-landing-title {
    margin-top: 3rem;
    margin-bottom: 2.5rem
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .hero_landingpage_v1 .fxg-hero-landing-title {
        margin-top:1.5rem
    }
}

.hero_landingpage_v1 .fxg-below-hero h1 {
    line-height: 1;
    max-width: 415px;
    display: inline-block
}

[dir] .hero_landingpage_v1 .fxg-below-hero h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.hero_homepage_v1 .fxg-hero h1 {
    line-height: 1.5;
    font-size: 2.75rem;
    font-weight: 300
}

@media(max-width: 663px) {
    .hero_homepage_v1 .fxg-hero h1 {
        min-height:5.8rem;
        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;
        line-height: 1
    }
}

.hero_homepage_v1 .fxg-cube-container .fxg-cube__text {
    line-height: 1;
    font-size: .875rem;
    font-weight: 700
}

.hero_homepage_v1 .fxg-field__floating-placeholder {
    line-height: 1;
    font-size: .875rem;
    font-weight: 700
}

.hero_homepage_v1 .fxg-button {
    font-size: 1.1875rem;
    font-weight: 700
}

.hero_homepage_v1 .link .fxg-link.default {
    line-height: 1.3;
    font-weight: 700;
    font-size: .875rem !important
}

[dir] .hero_homepage_v1 .fxg-hero-home-title {
    margin-top: 3rem;
    margin-bottom: 2.5rem
}

.fxg-landing-hero .fxg-heading-align .fxg-button--orange:hover {
    color: #fff
}

[dir] .fxg-landing-hero .link .fxg-button--orange {
    padding: 19px 24px !important
}

.fxg-landing-hero span.fxg-image.fxg-image-left,.fxg-landing-hero span.fxg-image.fxg-image-right,.fxg-landing-hero span.fxg-image.fxg-icon-only {
    bottom: -5px;
    display: inline-block;
    position: relative
}

[dir] .fxg-landing-hero span.fxg-image.fxg-image-left,[dir] .fxg-landing-hero span.fxg-image.fxg-image-right,[dir] .fxg-landing-hero span.fxg-image.fxg-icon-only {
    margin-top: -5px
}

[dir=ltr] .fxg-landing-hero span.fxg-image.fxg-image-lef {
    margin-right: 8px
}

[dir=rtl] .fxg-landing-hero span.fxg-image.fxg-image-lef {
    margin-left: 8px
}

[dir=ltr] .fxg-landing-hero span.fxg-image.fxg-image-right {
    margin-left: 8px
}

[dir=rtl] .fxg-landing-hero span.fxg-image.fxg-image-right {
    margin-right: 8px
}

.fxg-landing-hero span.fxg-image.fxg-image-left svg,.fxg-landing-hero span.fxg-image.fxg-image-right svg,.fxg-landing-hero span.fxg-image.fxg-icon-only svg {
    width: 24px;
    height: 24px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-keyboard:focus,.fxg-mouse:focus,.hamburger-box:focus,.hamburger-inner:focus,#fxg-mobile-menu-btn:focus {
    outline: 0
}

.fxg-keyboard:focus>.fxg-mouse {
    outline-style: dashed 1px #fff
}

#fxg-mobile-menu-btn:focus>.hamburger-box {
    outline: dashed 1px #fff
}

.fxg-mouse {
    display: inline-block;
    position: relative;
    z-index: 1
}

[dir] .fxg-mouse {
    padding: 2em;
    margin: -2em
}

.fxg-user-options__search-btn .fxg-mouse {
    z-index: 0
}

.fxg-header__logo_wrapper .fxg-mouse {
    display: inline;
    position: unset;
    z-index: -20
}

[dir] .fxg-header__logo_wrapper .fxg-mouse {
    padding: 0;
    margin: 0
}

[dir] #fxg-mobile-menu-btn .fxg-mouse,[dir] .fxg-user-options__search-btn .fxg-mouse,[dir] .column_control .fxg-mouse,[dir] .column_control_v1 .fxg-mouse {
    padding: 0;
    margin: 0
}

.fxg-nav {
    width: 100%;
    z-index: 2;
    max-height: 75px;
    position: relative;
    top: 0;
    transition: .25s
}

[dir] .fxg-nav {
    background: #4d148c;
    -webkit-transition: .25s
}

[dir=ltr] .fxg-nav {
    left: 0
}

[dir=rtl] .fxg-nav {
    right: 0
}

.fxg-header--shrunk .fxg-nav {
    max-height: 52px
}

@media(max-width: 663px) {
    .fxg-header--shrunk .fxg-nav {
        max-height:60px
    }
}

@media print {
    .fxg-nav {
        -webkit-print-color-adjust: exact
    }

    [dir] .fxg-nav {
        background: #4d148c !important
    }
}

.fxg-globalnav {
    width: 100%;
    z-index: 2;
    max-height: 75px;
    position: relative;
    top: 0;
    transition: .25s
}

[dir] .fxg-globalnav {
    background: #4d148c;
    -webkit-transition: .25s
}

[dir=ltr] .fxg-globalnav {
    left: 0
}

[dir=rtl] .fxg-globalnav {
    right: 0
}

.fxg-header--shrunk .fxg-globalnav {
    max-height: 52px
}

@media(max-width: 663px) {
    .fxg-header--shrunk .fxg-globalnav {
        max-height:60px
    }
}

@media print {
    .fxg-globalnav {
        -webkit-print-color-adjust: exact
    }

    [dir] .fxg-globalnav {
        background: #4d148c !important
    }
}

.fxg-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0
}

[dir] .fxg-overlay {
    background-color: rgba(0,0,0,0.25)
}

[dir] .cc-aem-c-button.fxg-skip-to-main-content {
    position: absolute;
    left: -10000px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    top: 0;
    width: 1px;
    height: 1px
}

[dir] .cc-aem-c-button.fxg-skip-to-main-content:focus {
    position: absolute;
    border: 0;
    white-space: nowrap;
    background-color: #fff;
    font-family: FedExSans,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #007ab7;
    outline-offset: 0 !important;
    top: 6px;
    margin-top: 12px;
    padding: 8px;
    text-align: center;
    height: 40px;
    width: 171px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .cc-aem-c-button.fxg-skip-to-main-content {
        top:50px
    }
}

[dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
    left: -46px
}

@media screen and (max-width: 992px) {
    [dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
        left:-5px
    }
}

@media screen and (min-width: 993px) and (max-width:1024px) {
    [dir=ltr] .cc-aem-c-button.fxg-skip-to-main-content {
        left:-36px
    }
}

[dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
    right: -46px
}

@media screen and (max-width: 992px) {
    [dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
        right:-5px
    }
}

@media screen and (min-width: 993px) and (max-width:1024px) {
    [dir=rtl] .cc-aem-c-button.fxg-skip-to-main-content {
        right:-36px
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .notifications {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.fxg-notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 960px
}

[dir] .fxg-notifications {
    background: #f2f2f2;
    border: .0625rem solid #8e8e8e;
    margin: auto
}

[dir=ltr] .fxg-notifications {
    padding: 1rem 1rem 1rem 0rem;
    border-left-width: .25rem
}

[dir=rtl] .fxg-notifications {
    padding: 1rem 0rem 1rem 1rem;
    border-right-width: .25rem
}

.fxg-notifications .fxg-link.default,.fxg-notifications .fxg-link,.fxg-notifications .fxg-img {
    display: inline-block;
    font-size: .875rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #007ab7 !important;
    text-transform: uppercase !important;
    letter-spacing: unset;
    min-width: unset;
    position: static;
    -webkit-transform: none
}

[dir] .fxg-notifications .fxg-link.default,[dir] .fxg-notifications .fxg-link,[dir] .fxg-notifications .fxg-img {
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
    transform: none
}

[dir=ltr] .fxg-notifications .fxg-link.default,[dir=ltr] .fxg-notifications .fxg-link,[dir=ltr] .fxg-notifications .fxg-img {
    text-align: left
}

[dir=rtl] .fxg-notifications .fxg-link.default,[dir=rtl] .fxg-notifications .fxg-link,[dir=rtl] .fxg-notifications .fxg-img {
    text-align: right
}

.fxg-notifications .fxg-link.default:hover,.fxg-notifications .fxg-link:hover,.fxg-notifications .fxg-img:hover {
    text-decoration: none !important
}

[dir] .fxg-notifications .link .fxg-img.fxg-img-noIcon {
    padding: 0 !important
}

.fxg-notifications .link .fxg-img.fxg-img-noIcon:hover {
    position: static;
    -webkit-transform: none;
    text-decoration: none !important;
    color: inherit !important
}

[dir] .fxg-notifications .link .fxg-img.fxg-img-noIcon:hover {
    transform: none;
    background: none !important
}

@media(max-width: 663px) {
    .fxg-notifications {
        max-width:unset
    }
}

[dir] .fxg-notifications.fxg-notifications--theme-informational {
    border-color: #007ab7;
    background: #f8fbfd
}

.fxg-notifications.fxg-notifications--theme-informational .fxg-notifications__icon svg {
    fill: #007ab7
}

[dir] .fxg-notifications.fxg-notifications--theme-insight {
    border-color: #4d148c;
    background: #fff
}

.fxg-notifications.fxg-notifications--theme-insight .fxg-notifications__icon svg {
    fill: #4d148c
}

[dir] .fxg-notifications.fxg-notifications--theme-sustainability {
    border-color: #00a82d;
    background: #f8fcf9
}

.fxg-notifications.fxg-notifications--theme-sustainability .fxg-notifications__icon svg {
    fill: #00a82d
}

[dir] .fxg-notifications.fxg-notifications--theme-error {
    border-color: #de002e;
    background: #fefafb
}

.fxg-notifications.fxg-notifications--theme-error .fxg-notifications__icon svg {
    fill: #de002e
}

[dir] .fxg-notifications.fxg-notifications--theme-warning {
    border-color: #f7b118;
    background: #fefaf1
}

.fxg-notifications.fxg-notifications--theme-warning .fxg-notifications__icon svg {
    fill: #f7b118
}

[dir] .fxg-notifications.fxg-notifications--theme-success {
    border-color: #008a00;
    background: #f8fbf8
}

.fxg-notifications.fxg-notifications--theme-success .fxg-notifications__icon svg {
    fill: #008a00
}

.fxg-notifications .fxg-notifications__icon {
    width: 2rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

[dir] .fxg-notifications .fxg-notifications__icon {
    padding: 0 1rem
}

@media(max-width: 663px) {
    [dir] .fxg-notifications .fxg-notifications__icon {
        padding:0 .5rem
    }
}

.fxg-notifications .fxg-notifications__icon svg {
    width: 2rem;
    height: 2rem;
    fill: #333
}

.fxg-notifications .fxg-notifications__contents {
    position: relative;
    color: #333;
    width: 100%
}

[dir] .fxg-notifications .fxg-notifications__contents .fxg-notifications__contents__heading {
    margin: 0rem 0rem .5rem 0rem
}

.fxg-notifications .fxg-notifications__contents .fxg-notifications__hide-details {
    display: none
}

.fxg-notifications .fxg-notifications__contents.fxg-notifications__contents--show-more-details .fxg-notifications__hide-details {
    display: block
}

[dir] .fxg-notifications .fxg-notifications__contents .fxg-rte p {
    margin-bottom: 0
}

.fxg-notifications .fxg-notifications__contents .link .fxg-link--blue {
    font-size: .875rem !important;
    line-height: 1.5 !important
}

.fxg-notifications .fxg-notifications__close {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

@media(max-width: 663px) {
    .fxg-notifications .fxg-notifications__close {
        width:1.5rem
    }
}

.fxg-notifications .fxg-notifications__close a {
    display: block;
    width: 1rem;
    height: 1rem
}

[dir] .fxg-notifications .fxg-notifications__close a {
    cursor: pointer
}

.fxg-notifications .fxg-notifications__close svg {
    width: 1rem;
    height: 1rem
}

.fxg-notifications .fxg-notifications__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[dir] .fxg-notifications .fxg-notifications__buttons {
    margin-top: .5rem
}

[dir=ltr] .fxg-notifications .fxg-notifications__buttons div.button_v1 {
    margin: 0 1rem .5rem 0
}

[dir=rtl] .fxg-notifications .fxg-notifications__buttons div.button_v1 {
    margin: 0 0 .5rem 1rem
}

[dir] .fxg-notifications .fxg-notifications__buttons div.button_v1:last-child {
    margin-bottom: 0
}

.fxg-notifications .fxg-notifications__buttons.fxg-notifications__buttons-doubleStacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

[dir] .fxg-notifications .fxg-notifications__details {
    cursor: pointer;
    margin-top: .5rem
}

.fxg-notifications .fxg-notifications__details a {
    text-decoration: underline
}

.fxg-notifications .fxg-notifications__details a.fxg-notifications__details__more {
    display: inline-block
}

.fxg-notifications .fxg-notifications__details a.fxg-notifications__details__less {
    display: none
}

.fxg-notifications .fxg-notifications__details span svg {
    display: inline-block;
    position: relative;
    top: .25rem
}

[dir=ltr] .fxg-notifications .fxg-notifications__details span svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .fxg-notifications .fxg-notifications__details span svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fxg-notifications .fxg-notifications__details.fxg-notifications__details--close a.fxg-notifications__details__more {
    display: none
}

.fxg-notifications .fxg-notifications__details.fxg-notifications__details--close a.fxg-notifications__details__less {
    display: inline-block
}

.fxg-notifications .fxg-notifications__details.fxg-notifications__details--close span svg {
    -webkit-transform: rotate(0)
}

[dir] .fxg-notifications .fxg-notifications__details.fxg-notifications__details--close span svg {
    transform: rotate(0)
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-offer {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

.fxg-offer .fxg-link--rounded_button {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3
}

.fxg-offer .fxg-offer__wrapper .fxg-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.5rem
}

@media(max-width: 663px) {
    .fxg-offer .fxg-offer__wrapper .fxg-title {
        line-height:1.3;
        font-weight: 300;
        font-size: 1.5rem
    }
}

.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.5rem
}

[dir] .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
    margin-bottom: .75rem
}

@media(max-width: 663px) {
    .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-title {
        line-height:1.3;
        font-weight: 300;
        font-size: 1.5rem
    }
}

.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-rte p {
    line-height: 1.3;
    font-weight: 300;
    font-size: 1rem
}

@media(max-width: 663px) {
    .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-rte p {
        line-height:1.3;
        font-weight: 300;
        font-size: 1rem
    }
}

.fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-link--rounded_button {
    line-height: 1.3
}

[dir] .fxg-offer .fxg-offer__wrapper .fxg-featured-offer--small .fxg-featured-offer__detail .fxg-link--rounded_button {
    padding-top: 16px;
    padding-bottom: 16px
}

.fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
    line-height: 1.3
}

[dir] .fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.fxg-offer .fxg-offer__wrapper .fxg-offer__item--small .fxg-rte p {
    line-height: 1.3;
    font-weight: 400;
    font-size: .875rem
}

@media(max-width: 663px) {
    .fxg-offer .fxg-offer__wrapper .fxg-offer__item--small .fxg-rte p {
        line-height:1.3;
        font-weight: 400;
        font-size: .875rem
    }
}

.fxg-offer .fxg-swipe__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 663px) {
    .fxg-offer .fxg-featured-offer--small {
        max-width:290px !important
    }

    .fxg-offer .fxg-offer__item--small {
        height: auto !important;
        max-width: 290px;
        max-height: 250px
    }

    [dir] .fxg-offer .fxg-offer__item--small {
        padding: 0;
        margin: 0rem auto
    }

    [dir] .fxg-offer .fxg-offer__item--small .fxg-featured-offer__detail {
        padding: 40px 15px
    }

    [dir] .fxg-offer .fxg-offer__item--small .fxg-link--rounded_button {
        margin: 0rem
    }
}

[dir] .fxg-offer__wrapper {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media(max-width: 663px) {
    .fxg-offer__wrapper {
        height:auto !important;
        max-height: none
    }
}

[dir] .fxg-offer__wrapper .row {
    margin: 0rem
}

[dir] .fxg-offer__sub-title {
    text-align: center
}

[dir] .fxg-offer__item {
    padding: 0 7.5px
}

@media(max-width: 663px) {
    [dir] .fxg-offer__item {
        text-align:center;
        padding: 2.3125rem .9375rem
    }

    [dir=ltr] .fxg-offer__item {
        margin-left: .9375rem;
        margin-right: .9375rem
    }

    [dir=rtl] .fxg-offer__item {
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.fxg-offer__item p {
    max-width: 77%;
    font-weight: 300
}

[dir] .fxg-offer__item p {
    margin-bottom: 1.25rem
}

@media(max-width: 768px) {
    .fxg-offer__item p {
        max-width:100%
    }

    [dir] .fxg-offer__item p {
        margin-bottom: 0rem
    }

    .fxg-offer__item p sup {
        font-size: 70%
    }
}

@media(max-width: 663px) {
    .fxg-offer__item p {
        font-size:1rem;
        line-height: 1.25
    }

    [dir] .fxg-offer__item p {
        margin-bottom: 1.25rem
    }
}

.fxg-offer__item--picture {
    position: relative;
    overflow: hidden
}

.fxg-offer__item--small {
    max-height: 150px;
    color: #fff
}

[dir] .fxg-offer__item--small {
    padding: 42px 20px
}

@media(max-width: 768px) {
    .fxg-offer__item--small {
        height:112px
    }

    [dir] .fxg-offer__item--small {
        padding: 30px 15px 23px
    }
}

.fxg-offer__item--small p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3
}

[dir=ltr] .fxg-offer__item--small p {
    float: left
}

[dir=rtl] .fxg-offer__item--small p {
    float: right
}

[dir] .fxg-offer__item--small:first-of-type {
    margin-bottom: .9375rem
}

@media(max-width: 768px) {
    [dir] .fxg-offer__item--small:first-of-type {
        margin-bottom:.875rem
    }
}

[dir] .fxg-offer__item--purple {
    background-color: #4d148c
}

[dir] .fxg-offer__item--orange {
    background-color: #ff6200
}

.fxg-offer--fixed .fxg-offer__item {
    height: 100%
}

@media(max-width: 663px) {
    .fxg-offer--fixed .fxg-offer__item {
        height:auto
    }
}

.fxg-offer__picture {
    position: absolute;
    bottom: 5px
}

[dir=ltr] .fxg-offer__picture {
    right: 0
}

[dir=rtl] .fxg-offer__picture {
    left: 0
}

@media(max-width: 768px) {
    .fxg-offer__picture {
        max-width:115px
    }
}

@media(max-width: 663px) {
    .fxg-offer__picture {
        display:none
    }
}

.fxg-tabs .fxg-offer .fxg-wrapper {
    width: auto
}

[dir] .fxg-offer-cta {
    background-color: #333;
    padding: 40px 60px;
    background-repeat: no-repeat
}

[dir=ltr] .fxg-offer-cta {
    text-align: left;
    background-position: right center
}

[dir=rtl] .fxg-offer-cta {
    text-align: right;
    background-position: left center
}

@media(max-width: 663px) {
    [dir] .fxg-offer-cta {
        padding:.9375rem;
        margin-bottom: 1.25rem;
        background-image: none !important;
        text-align: center
    }
}

.fxg-offer-cta p {
    max-width: 230px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3
}

[dir] .fxg-offer-cta p {
    margin-bottom: 1.25rem
}

@media(max-width: 663px) {
    .fxg-offer-cta p {
        max-width:none
    }
}

@media(max-width: 663px) {
    .fxg-featured-offer--small .fxg-featured-offer__detail-image img {
        max-width:100%
    }
}

@media(max-width: 768px) {
    [dir=rtl] .fxg-offer__item p {
        padding-right:5px
    }
}

@media(max-width: 768px) {
    [dir=rtl] .fxg-title {
        padding-right:5px
    }
}

[dir] .root .fxg-offer {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media mobile and (orientation: portrait) {
    [dir] .root .fxg-offer .fxg-slider__indecators {
        padding-top:25px
    }
}

@media(max-width: 663px) {
    .fxg-offer .fxg-featured-offer__detail .fxg-title {
        line-height:1.3;
        font-weight: 300;
        font-size: 1.5rem
    }
}

@media(max-width: 663px) {
    .fxg-offer__item.fxg-offer__item--small .fxg-title {
        line-height:1.3 !important;
        font-weight: 300 !important;
        font-size: 1.5rem !important
    }
}

.fxg-offer__item.fxg-offer__item--small p {
    line-height: 1.3;
    font-weight: 400;
    font-size: .875rem
}

@media(max-width: 663px) {
    .fxg-offer__item.fxg-offer__item--small p {
        line-height:1.5
    }
}

[dir] .offers_container .fxg-offer__wrapper .fxg-featured-offer__detail .fxg-title {
    margin-bottom: .75rem !important
}

.fxg-featured-offer__detail .fxg-title {
    font-size: 1.5rem !important
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-pods {
    margin: 60px 0;
    text-align: center
}

.fxg-pods .fxg-img .fxg-image-right {
    position: initial
}

.fxg-pods .fxg-img .fxg-image-left {
    position: initial
}

.fxg-pods .fxg-link {
    text-transform: uppercase
}

[dir] .fxg-pods .fxg-img.fxg-img-icon {
    padding: 16px !important
}

[dir] .fxg-pods .fxg-img.fxg-img-left {
    padding: 16px 24px !important
}

[dir] .fxg-pods .fxg-img.fxg-img-right {
    padding: 16px 24px !important
}

[dir] .fxg-pods .fxg-img.fxg-img-noIcon {
    padding: 16px 24px !important
}

.fxg-pods .fxg-image svg {
    display: block
}

.fxg-pods .fxg-podsExteranlIcon-large {
    display: inline-block
}

[dir] .fxg-pods .fxg-podsExteranlIcon-large {
    padding: 0 10px
}

.fxg-pods .fxg-podsExteranlIcon-large>svg {
    width: 1em;
    height: 1em;
    font-size: 16px
}

.fxg-pods .fxg-rte ul {
    list-style-position: inside
}

.fxg-pods .fxg-rte ol {
    list-style-position: inside
}

.fxg-pods .richtext ul {
    list-style-position: inside
}

.fxg-pods .richtext ol {
    list-style-position: inside
}

.fxg-pods .fxg-button {
    display: inline-block;
    max-height: 82px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px
}

[dir] .fxg-pods .fxg-button {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 19px 30px
}

.fxg-pods .fxg-button--orange {
    max-width: 280px;
    overflow: hidden;
    max-height: 82px;
    font-size: 1.1875rem
}

.fxg-pods .fxg-button--orange:hover {
    color: #fff
}

[dir] .fxg-pods .fxg-button--orange:hover {
    background-color: #e45528
}

.fxg-pods .fxg-button--core {
    max-height: 82px;
    white-space: normal
}

.fxg-pods .fxg-button--transparent {
    max-width: 280px;
    min-width: 160px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    max-height: 82px;
    color: #ff6200 !important;
    font-size: 1.1875rem
}

[dir] .fxg-pods .fxg-button--transparent {
    text-align: center;
    background-color: transparent;
    border: 2px solid #ff6200
}

.fxg-pods .fxg-button--transparent:hover {
    color: #e45528 !important
}

[dir] .fxg-pods .fxg-button--transparent:hover {
    border: 2px solid #e45528 !important
}

.fxg-pods .fxg-button--round {
    line-height: 1.5
}

.fxg-pods .fxg-button--round:hover {
    color: #00689c
}

[dir] .fxg-pods .fxg-button--round:hover {
    border: 2px solid #00689c
}

.fxg-pods .fxg-link--blue {
    line-height: 1.3
}

.fxg-pods .fxg-link--blue:hover {
    color: #00689c !important
}

@media(max-width: 663px) {
    [dir] .fxg-pods {
        margin:30px 0
    }
}

.fxg-pods .fxg-swipe__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 663px) {
    .fxg-pods .fxg-swipe__wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.fxg-pods .fxg-swipe__wrapper.fxg-pods__icon-layout {
    display: block
}

[dir] .fxg-pods p {
    margin: 0 auto;
    margin-top: 5px
}

@media(max-width: 663px) {
    [dir] .fxg-pods p {
        margin-bottom:10px
    }
}

[dir] .fxg-pods__icon-block {
    margin-bottom: 30px
}

[dir] .fxg-pods__icon-block p {
    margin-bottom: 10px !important
}

.fxg-pods__icon-block--top img {
    max-width: 60px
}

[dir] .fxg-pods .brc-align-center .brightcove-container {
    margin: 0 auto
}

.fxg-tabs .fxg-pods .fxg-wrapper {
    width: inherit
}

[dir] .fxg-tabs .fxg-pods .fxg-wrapper {
    padding: 0
}

[dir] .fxg-carousel .fxg-pods {
    margin: 0
}

.fxg-pods .fxg-podsExteranlIcon-left,.fxg-pods .fxg-offerExteranlIcon-left {
    display: inline-block
}

[dir] .fxg-pods .fxg-podsExteranlIcon-left,[dir] .fxg-pods .fxg-offerExteranlIcon-left {
    padding: 0 10px
}

.fxg-pods .fxg-podsExteranlIcon-left>svg,.fxg-pods .fxg-offerExteranlIcon-left>svg {
    width: 24px;
    height: 24px
}

.fxg-pods .fxg-podsExteranlIcon-default,.fxg-pods .fxg-offerExteranlIcon-default {
    display: inline-block
}

[dir] .fxg-pods .fxg-podsExteranlIcon-default,[dir] .fxg-pods .fxg-offerExteranlIcon-default {
    padding: 10px
}

.fxg-swipe--active {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

@media(max-width: 663px) {
    .fxg-swipe--active {
        height:auto !important
    }
}

.fxg-swipe--active .fxg-swipe__wrapper {
    overflow: hidden;
    position: relative
}

.fxg-swipe--active .fxg-swipe__wrapper>.fxg-col {
    width: 100%;
    position: relative
}

[dir=ltr] .fxg-swipe--active .fxg-swipe__wrapper>.fxg-col {
    float: left
}

[dir=rtl] .fxg-swipe--active .fxg-swipe__wrapper>.fxg-col {
    float: right
}

.fxg-slider__indecators {
    list-style: none
}

[dir] .fxg-slider__indecators {
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.fxg-pods .fxg-swipe__wrapper .fxg-col p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    height: auto;
    max-height: 100%;
    overflow: hidden
}

[dir] .fxg-pods .fxg-swipe__wrapper .fxg-col p {
    text-align: center;
    margin-bottom: 20px
}

.fxg-pods .fxg-swipe__wrapper .fxg-col .fxg-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3
}

.fxg-pods .title_v1 .fxg-title {
    font-size: 2.5rem
}

@media(min-width: 768px) {
    [dir] .fxg-pods .title_v1 .fxg-title.default-align {
        text-align:center !important
    }
}

@media(min-width: 0) and (max-width:663px) {
    [dir] .fxg-pods .title_v1 .fxg-title.default-mobile-align {
        text-align:center !important
    }
}

@media(min-width: 664px) and (max-width:767px) {
    [dir] .fxg-pods .title_v1 .fxg-title.default-mobile-align {
        text-align:center !important
    }
}

.fxg-slider__indecator {
    display: inline-block;
    height: 10px;
    width: 10px
}

[dir] .fxg-slider__indecator {
    border: 1px solid #4d148c;
    border-radius: 5px;
    margin: 0 5px
}

[dir] .fxg-slider__indecator.active {
    background: #4d148c
}

.fxg-slider__indecator:focus {
    outline: 1px solid #4d148c
}

[dir] .aem-Grid .fxg-pods {
    margin-top: 30px;
    margin-bottom: 30px
}

@media(max-width: 663px) {
    [dir] .aem-Grid .fxg-pods {
        margin-top:15px;
        margin-bottom: 15px
    }
}

.fxg-pods .fxg-link--rounded_button {
    text-decoration: none
}

[dir] .fxg-pods .fxg-link--rounded_button {
    padding: 15px 28px
}

[dir] .fxg-quicklinks div>a.cc-aem-c-eyebrow {
    color: #007ab7 !important;
    text-decoration: none
}

[dir] .fxg-quicklinks div>a.cc-aem-c-eyebrow:hover {
    text-decoration: underline
}

[dir] .fxg-quicklinks .cc-aem-c-icon {
    width: 1.375rem;
    height: 1.375rem
}

[dir] .fxg-quicklinks .cc-aem-c-tabs--striped [aria-selected=true] {
    font-weight: 700
}

[dir] .fxg-quicklinks li .cc-aem-c-link.cc-aem-c-link--list {
    min-height: 3rem;
    display: inline-block;
    text-decoration: none
}

[dir] .fxg-quicklinks li .cc-aem-c-link.cc-aem-c-link--list:hover {
    text-decoration: underline
}

[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-u-border--top {
    border-color: #8e8e8e
}

[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-button {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow:hover {
    text-decoration: underline
}

[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow fdx-icon {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

[dir] .fxg-quicklinks .fxg-quicklinks-column .cc-aem-c-eyebrow:hover fdx-icon {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
    -webkit-transform: translate(0.375rem,0);
    transform: translate(0.375rem,0)
}

[dir] .fxg-quicklinks .cc-aem-c-tabs__list.cc-aem-c-tabs__list-max-width li {
    width: 100%
}

[dir] .fxg-quicklinks .cc-aem-c-tabs__list.cc-aem-c-tabs__list-max-width li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

[dir] .fxg-quicklinks--transparent .cc-aem-c-link.cc-aem-c-link--list {
    min-height: auto !important;
    margin-bottom: 1.5rem;
    cursor: default
}

[dir] .fxg-quicklinks--transparent .cc-aem-c-link.cc-aem-c-link--list:hover {
    text-decoration: none !important
}

@media(min-width: 768px) {
    [dir] .fxg-quicklinks .fxg-quicklinks-row {
        margin-left:-1.5rem;
        width: calc(1.5rem + 100%) !important
    }

    [dir] .fxg-quicklinks .fxg-quicklinks-row .cc-aem-ql-hideBlock {
        display: none !important
    }
}

@media(max-width: 767px) {
    .fxg-quicklinks {
        position:relative;
        overflow: hidden
    }

    .fxg-quicklinks .fxg-quicklinks-row {
        position: relative;
        overflow: hidden
    }

    .fxg-quicklinks .fxg-quicklinks-row>div {
        -webkit-transform: translateX(0);
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

    [dir] .fxg-quicklinks .fxg-quicklinks-row>div {
        transform: translateX(0);
        -webkit-transition: -webkit-transform .3s ease
    }

    [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row>div:nth-child(1) ~ div {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row>div:nth-child(1) ~ div {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row>div.cc-aem-ql-hideBlock:nth-child(2) {
        -webkit-transform: translateX(1%);
        transform: translateX(1%)
    }

    [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row>div.cc-aem-ql-hideBlock:nth-child(2) {
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%)
    }

    [dir=ltr] .fxg-quicklinks .fxg-quicklinks-row>div.cc-aem-ql-hideBlock:nth-child(1) {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    [dir=rtl] .fxg-quicklinks .fxg-quicklinks-row>div.cc-aem-ql-hideBlock:nth-child(1) {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }

    .fxg-quicklinks .fxg-quicklinks-row {
        width: 200%
    }
}

[dir=rtl] .fxg-quicklinks a.cc-aem-u-display--flex>span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[dir=rtl] .fxg-quicklinks a.cc-aem-u-display--flex>.cc-aem-c-button__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: .5rem
}

.fxg-quicklinks .cc-aem-c-link--list:hover {
    color: inherit
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.contentfragment p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px
}

.contentfragment p>span.cc-aem-u-font-size--small,.contentfragment p>span.cc-aem-u-font-size--extra-small {
    font-weight: 400
}

.contentfragment a {
    text-decoration: underline !important;
    color: #333 !important
}

.contentfragment a:hover {
    color: #007ab7 !important
}

[dir=ltr] .fxg-rte.fxg-rte--align-right {
    text-align: right
}

[dir=rtl] .fxg-rte.fxg-rte--align-right {
    text-align: left
}

[dir=ltr] .fxg-rte.fxg-rte--align-left {
    text-align: left
}

[dir=rtl] .fxg-rte.fxg-rte--align-left {
    text-align: right
}

[dir] .fxg-rte.fxg-rte--align-center {
    text-align: center
}

[dir=ltr] .fxg-rte.fxg-rte--mobile-align-right {
    text-align: right
}

[dir=rtl] .fxg-rte.fxg-rte--mobile-align-right {
    text-align: left
}

[dir=ltr] .fxg-rte.fxg-rte--mobile-align-left {
    text-align: left
}

[dir=rtl] .fxg-rte.fxg-rte--mobile-align-left {
    text-align: right
}

[dir] .fxg-rte.fxg-rte--mobile-align-center {
    text-align: center
}

.fxg-rte p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px
}

.fxg-rte p>span.cc-aem-u-font-size--small,.fxg-rte p>span.cc-aem-u-font-size--extra-small {
    font-weight: 400
}

.fxg-rte p>span.cc-aem-u-font-size--extra-small {
    line-height: 1.3
}

.fxg-rte b {
    font-weight: 700
}

.fxg-rte a {
    text-decoration: underline;
    color: #333
}

.fxg-rte a sup {
    display: inline-block;
    text-decoration: none
}

.fxg-rte a sub {
    display: inline-block;
    text-decoration: none
}

.fxg-rte a:hover {
    color: #007ab7
}

.fxg-rte a:hover span.rte-external-icon svg g {
    stroke: #007ab7
}

.fxg-rte a:hover .rte-external-icon-blue {
    display: inline-block
}

.fxg-rte a:hover .rte-external-icon-gray {
    display: none
}

.fxg-rte a:focus {
    color: #007ab7
}

.fxg-rte a:focus span.rte-external-icon svg g {
    stroke: #007ab7
}

.fxg-rte a:focus .rte-external-icon-blue {
    display: inline-block
}

.fxg-rte a:focus .rte-external-icon-gray {
    display: none
}

.fxg-rte a:active {
    color: #333
}

.fxg-rte ul li {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.fxg-rte ol li {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.fxg-rte i b {
    font-style: inherit
}

.fxg-rte i u {
    font-style: inherit
}

.fxg-rte h1 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2.75rem
}

[dir] .fxg-rte h1 {
    margin: 0;
    padding: 0;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h1 {
        margin-top:3rem;
        margin-bottom: 2.5rem
    }
}

.fxg-rte h2 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2.5rem
}

[dir] .fxg-rte h2 {
    margin: 0;
    padding: 0;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h2 {
        margin-top:3rem;
        margin-bottom: 2.5rem
    }
}

.fxg-rte h3 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 2rem
}

[dir] .fxg-rte h3 {
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h3 {
        margin-top:2.25rem;
        margin-bottom: 1.5rem
    }
}

.fxg-rte h4 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.5rem
}

[dir] .fxg-rte h4 {
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h4 {
        margin-top:2.25rem;
        margin-bottom: 1.5rem
    }
}

.fxg-rte h5 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.25rem
}

[dir] .fxg-rte h5 {
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h5 {
        margin-top:2.25rem;
        margin-bottom: 1.5rem
    }
}

.fxg-rte h6 {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 1.25rem
}

[dir] .fxg-rte h6 {
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

@media(min-width: 664px) {
    [dir] .fxg-rte h6 {
        margin-top:2.25rem;
        margin-bottom: 1.5rem
    }
}

.rte-fullscreen-richtextContainer .rte-editor p,.rte-fullscreen-richtextContainer .rte-editor ul,.rte-fullscreen-richtextContainer .rte-editor ol {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

[dir] .rte-external-icon-gray {
    padding: 0 10px
}

[dir] .rte-external-icon-blue {
    padding: 0 10px
}

.fxg-searchbar__form {
    position: relative;
    grid-template-areas: "input input button";
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.fxg-searchbar__input-icon {
    position: absolute;
    top: 27px;
    -webkit-transform: translateY(-50%)
}

[dir] .fxg-searchbar__input-icon {
    transform: translateY(-50%)
}

[dir=ltr] .fxg-searchbar__input-icon {
    left: 10px
}

[dir=rtl] .fxg-searchbar__input-icon {
    right: 10px
}

.fxg-searchbar .cc-aem-c-form__input {
    text-indent: 35px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-secondary-menu {
    position: relative;
    z-index: 99
}

[dir] .fxg-secondary-menu {
    background-color: #fafafa;
    margin-bottom: 1.875rem
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu {
        background-color:#fff;
        margin-bottom: .9375rem
    }
}

[dir] .fxg-secondary-menu .secnavItemsList {
    padding: 0;
    margin-bottom: 0rem
}

.fxg-secondary-menu .fxg-wrapper {
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

[dir=ltr] .fxg-secondary-menu .fxg-wrapper {
    text-align: left
}

[dir=rtl] .fxg-secondary-menu .fxg-wrapper {
    text-align: right
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu .fxg-secondary-wrapper {
        padding:0
    }

    .fxg-secondary-menu .fxg-secondary-wrapper .fxg-secondary-menu__mobile {
        max-height: calc(100vh - 132px);
        overflow-y: scroll
    }
}

.fxg-secondary-menu__gradient {
    position: absolute;
    top: -15px;
    height: 75px;
    width: 20px;
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#fafafa",GradientType=1)
}

[dir=ltr] .fxg-secondary-menu__gradient {
    right: 100%;
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(76%,#fafafa));
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(76%,#fafafa));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fafafa 76%)
}

[dir=rtl] .fxg-secondary-menu__gradient {
    left: 100%;
    background: -webkit-gradient(right top,left top,color-stop(0,rgba(255,255,255,0)),color-stop(76%,#fafafa));
    background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),color-stop(76%,#fafafa));
    background: linear-gradient(to left,rgba(255,255,255,0) 0,#fafafa 76%)
}

.fxg-secondary-menu__gradient-prev {
    top: -15px
}

[dir=ltr] .fxg-secondary-menu__gradient-prev {
    left: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .fxg-secondary-menu__gradient-prev {
    right: 25px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fxg-secondary-menu .secondary-menu-item {
    display: inline-block;
    max-width: 250px;
    min-width: 100px;
    vertical-align: top
}

[dir] .fxg-secondary-menu .secondary-menu-item {
    margin: 0rem 1.25rem;
    text-align: center;
    padding: 1px
}

.fxg-secondary-menu .secondary-menu-item>.fxg-link {
    max-width: 250px
}

.fxg-secondary-menu .secondary-menu-item a:focus {
    max-width: 100%
}

.fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active>a svg {
    -webkit-transform: rotateX(180deg);
    fill: #333
}

[dir] .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active>a svg {
    transform: rotateX(180deg);
    margin-bottom: .125rem
}

.fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active a.bottom-line {
    color: #333 !important;
    font-weight: 700
}

.fxg-secondary-menu .secondary-menu-item>a.secondary-item-active svg {
    -webkit-transform: rotateX(180deg);
    fill: #333
}

[dir] .fxg-secondary-menu .secondary-menu-item>a.secondary-item-active svg {
    transform: rotateX(180deg);
    margin-bottom: .125rem
}

@media(max-width: 663px) {
    .fxg-secondary-menu .secondary-menu-item {
        display:block;
        position: relative;
        max-width: 100%;
        width: 100%
    }

    [dir] .fxg-secondary-menu .secondary-menu-item {
        border-bottom: 1px solid #fafafa;
        margin: 0rem !important;
        text-align: inherit
    }

    [dir=ltr] .fxg-secondary-menu .secondary-menu-item {
        padding-right: 0;
        padding-left: 0
    }

    [dir=rtl] .fxg-secondary-menu .secondary-menu-item {
        padding-left: 0;
        padding-right: 0
    }

    [dir] .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active a.bottom-line:focus {
        background-color: #fff
    }

    [dir] .fxg-secondary-menu .secondary-menu-item:last-child {
        border-bottom: 0
    }

    .fxg-secondary-menu .secondary-menu-item>.fxg-link {
        max-width: 100%
    }
}

[dir=ltr] .fxg-secondary-menu .secondary-menu-item:first-child {
    margin-left: .3125rem
}

[dir=rtl] .fxg-secondary-menu .secondary-menu-item:first-child {
    margin-right: .3125rem
}

html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:first-child {
    margin-right: .3125rem;
    margin-left: 1.25rem
}

[dir=ltr] .fxg-secondary-menu .secondary-menu-item:last-child {
    margin-right: .3125rem
}

[dir=rtl] .fxg-secondary-menu .secondary-menu-item:last-child {
    margin-left: .3125rem
}

html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:last-child {
    margin-left: .3125rem;
    margin-right: 1.25rem
}

@media(max-width: 663px) {
    .fxg-secondary-menu .secondary-menu-item:after {
        content:"";
        display: none
    }
}

.fxg-secondary-menu .secondary-menu-item:last-child:after {
    content: ""
}

.fxg-secondary-menu__nav {
    font-size: inherit;
    position: relative;
    transition: .5s ease-in-out all
}

[dir] .fxg-secondary-menu__nav {
    -webkit-transition: .5s ease-in-out all;
    background-color: #fafafa
}

[dir=ltr] .fxg-secondary-menu__nav {
    left: 0
}

[dir=rtl] .fxg-secondary-menu__nav {
    right: 0
}

@media(max-width: 768px) {
    .fxg-secondary-menu__nav {
        transition:.25s ease-in-out all
    }

    [dir] .fxg-secondary-menu__nav {
        -webkit-transition: .25s ease-in-out all
    }
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu__nav {
        background-color:#fff
    }
}

.fxg-secondary-menu__nav--active {
    height: 300px
}

@media(max-width: 663px) {
    .fxg-secondary-menu__nav--active {
        height:auto
    }
}

.fxg-secondary-menu__nav-button {
    display: inline-block;
    height: 45px;
    vertical-align: top;
    position: relative;
    z-index: 2;
    display: none
}

[dir] .fxg-secondary-menu__nav-button {
    margin: 1rem 0rem;
    cursor: pointer;
    background-color: #fafafa
}

@media(max-width: 663px) {
    .fxg-secondary-menu__nav-button {
        display:none
    }
}

.fxg-secondary-menu__nav-button svg {
    width: 21px;
    height: 13px;
    fill: #333
}

@media(max-width: 768px) {
    .fxg-secondary-menu__nav-button svg {
        height:17px
    }
}

.fxg-secondary-menu__nav-next {
    width: 200px
}

[dir] .fxg-secondary-menu__nav-next {
    background-color: #fafafa
}

[dir=ltr] .fxg-secondary-menu__nav-next {
    padding: 19px 0 16px 6px;
    left: -28px
}

[dir=rtl] .fxg-secondary-menu__nav-next {
    padding: 19px 6px 16px 0;
    right: -28px
}

html[dir=rtl] .fxg-secondary-menu__nav-next {
    left: 22px
}

html[dir=rtl] .fxg-secondary-menu__nav-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    z-index: 11
}

html[dir=rtl] .fxg-secondary-menu__nav-next .fxg-secondary-menu__gradient {
    right: -10%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fxg-secondary-menu__nav-prev {
    position: absolute
}

[dir=ltr] .fxg-secondary-menu__nav-prev {
    padding: 19px 6px 16px 0;
    left: auto
}

[dir=rtl] .fxg-secondary-menu__nav-prev {
    padding: 19px 0 16px 6px;
    right: auto
}

html[dir=rtl] .fxg-secondary-menu__nav-prev {
    right: 0;
    left: auto
}

html[dir=rtl] .fxg-secondary-menu__nav-prev .fxg-secondary-menu__gradient-prev {
    left: auto;
    -webkit-transform: none;
    transform: none
}

html[dir=rtl] .fxg-secondary-menu__nav-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fxg-secondary-menu__nav-wrapper {
    display: inline-block;
    max-width: 890px;
    white-space: nowrap;
    overflow: hidden
}

[dir=ltr] .fxg-secondary-menu__nav-wrapper {
    padding: 0 20px 0 0
}

[dir=rtl] .fxg-secondary-menu__nav-wrapper {
    padding: 0 0 0 20px
}

.fxg-secondary-menu__nav-wrapper.ended {
    overflow: visible
}

html[dir=rtl] .fxg-secondary-menu__nav-wrapper {
    padding: 0 0 0 20px
}

.fxg-secondary-menu__nav-wrapper.fxg-nosocial {
    max-width: 950px
}

@media(max-width: 768px) {
    .fxg-secondary-menu__nav-wrapper.fxg-nosocial {
        width:100%;
        overflow: hidden
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu__nav-wrapper.fxg-nosocial {
        width:100%
    }
}

@media(max-width: 768px) {
    .fxg-secondary-menu__nav-wrapper {
        width:90%;
        overflow: hidden
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu__nav-wrapper {
        display:none;
        width: 100%;
        overflow-y: scroll !important;
        max-height: 350px
    }

    [dir] .fxg-secondary-menu__nav-wrapper {
        background-color: #fafafa
    }
}

.fxg-secondary-menu__social {
    position: absolute;
    top: 3px;
    z-index: 10
}

[dir] .fxg-secondary-menu__social {
    background: #fafafa;
    padding: 1px
}

[dir=ltr] .fxg-secondary-menu__social {
    right: 15px
}

[dir=rtl] .fxg-secondary-menu__social {
    left: 15px
}

.fxg-secondary-menu__social-link:hover {
    color: #333
}

html[dir=rtl] .fxg-secondary-menu__social {
    left: 21px;
    right: auto
}

@media(max-width: 768px) {
    html[dir=rtl] .fxg-secondary-menu__social {
        left:24px
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu__social {
        display:none
    }
}

.fxg-secondary-menu__social-dropdown {
    display: none;
    position: relative
}

[dir] .fxg-secondary-menu__social-dropdown {
    border-top: 1px solid #e3e3e3;
    padding: 13px 0
}

[dir=ltr] .fxg-secondary-menu__social-dropdown {
    right: 15px
}

[dir=rtl] .fxg-secondary-menu__social-dropdown {
    left: 15px
}

html[dir=rtl] .fxg-secondary-menu__social-dropdown {
    right: -6px
}

.fxg-secondary-menu__social-dropdown:after {
    content: "";
    display: table
}

[dir] .fxg-secondary-menu__social-dropdown:after {
    clear: both
}

@media(max-width: 768px) {
    [dir=ltr] .fxg-secondary-menu__social-dropdown {
        right:0
    }

    [dir=rtl] .fxg-secondary-menu__social-dropdown {
        left: 0
    }

    [dir=ltr] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
        margin-right: 0rem
    }

    [dir=rtl] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
        margin-left: 0rem
    }

    html[dir=rtl] .fxg-secondary-menu__social-dropdown a:nth-child(2) {
        margin-right: 1rem
    }
}

.fxg-secondary-menu__social-btn {
    height: 75px;
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

[dir] .fxg-secondary-menu__social-btn {
    cursor: pointer
}

.fxg-secondary-menu__social-btn:hover {
    color: #333
}

[dir=ltr] .fxg-secondary-menu__social-link {
    float: right;
    margin-right: 1rem
}

[dir=rtl] .fxg-secondary-menu__social-link {
    float: left;
    margin-left: 1rem
}

html[dir=rtl] .fxg-secondary-menu__social-link {
    float: left
}

[dir=ltr] .fxg-secondary-menu__close-btn {
    float: right
}

[dir=rtl] .fxg-secondary-menu__close-btn {
    float: left
}

.fxg-secondary-menu__close-btn:hover {
    color: #333
}

[dir] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    padding-top: 10px
}

[dir=ltr] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    margin-left: 1.25rem
}

[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    margin-right: 1.25rem
}

html[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
    float: left;
    margin-right: 1rem
}

@media(max-width: 768px) {
    [dir] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
        float:none
    }

    [dir=ltr] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
        margin-left: .5rem
    }

    [dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
        margin-right: .5rem
    }

    html[dir=rtl] .fxg-secondary-menu__social-dropdown .fxg-secondary-menu__close-btn {
        float: none
    }
}

.fxg-secondary-menu__dropdown {
    display: none;
    width: 100%;
    position: absolute;
    white-space: normal
}

[dir] .fxg-secondary-menu__dropdown {
    background-color: #fff
}

[dir=ltr] .fxg-secondary-menu__dropdown {
    left: 0
}

[dir=rtl] .fxg-secondary-menu__dropdown {
    right: 0
}

[dir] .fxg-secondary-menu__dropdown .collapse .row {
    margin: 0rem
}

html[dir=rtl] .fxg-secondary-menu__dropdown {
    left: auto;
    right: 0
}

@media(max-width: 663px) {
    .fxg-secondary-menu__dropdown {
        position:relative
    }

    [dir] .fxg-secondary-menu__dropdown {
        border-top: 1px solid rgba(182,182,182,0.5)
    }
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu__dropdown-content {
        padding:0 20px;
        background-color: #fafafa
    }
}

.fxg-secondary-menu__dropdown-content .fxg-title {
    white-space: normal
}

.fxg-secondary-menu__dropdown p {
    white-space: normal;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: .82px
}

.fxg-secondary-menu__dropdown .fxg-wrapper {
    width: 100%
}

[dir] .fxg-secondary-menu__dropdown .fxg-wrapper {
    border-top: 1px solid rgba(151,151,151,0.2);
    padding-top: 24px
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu__dropdown .fxg-wrapper {
        border-top:0;
        padding-top: 0;
        background-color: #fafafa;
        padding: 0 15px
    }
}

.fxg-secondary-menu__item--active .fxg-secondary-menu__dropdown {
    display: block;
    z-index: 1
}

[dir] .fxg-secondary-menu__footer-row {
    padding-top: 15px
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu__footer-row {
        padding-bottom:15px
    }
}

.fxg-secondary-menu .fxg-secondary-menu__link {
    display: inline-block;
    color: #333;
    letter-spacing: .82px
}

[dir] .fxg-secondary-menu .fxg-secondary-menu__link {
    border-bottom: 3px solid transparent
}

.fxg-secondary-menu .fxg-secondary-menu__link svg {
    width: 19px;
    height: 11px;
    fill: #333;
    bottom: 5px;
    position: relative
}

[dir] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    margin: 0rem 0rem -0.175rem 0rem
}

html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
    margin: 0rem -0.125rem -0.175rem 0rem
}

.fxg-secondary-menu .fxg-secondary-menu__link svg.fxg-svg-sec-nav-infoarrow {
    width: 14px;
    height: 7px;
    bottom: 8px;
    vertical-align: middle
}

@media(max-width: 663px) {
    .fxg-secondary-menu .fxg-secondary-menu__link svg.fxg-svg-sec-nav-infoarrow {
        bottom:unset
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu .fxg-secondary-menu__link svg {
        position:absolute;
        -webkit-transform: translateY(50%);
        bottom: auto
    }

    [dir] .fxg-secondary-menu .fxg-secondary-menu__link svg {
        transform: translateY(50%)
    }

    [dir=ltr] .fxg-secondary-menu .fxg-secondary-menu__link svg {
        right: 11px
    }

    [dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
        left: 11px
    }

    html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link svg {
        right: auto;
        left: 11px
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
        position:absolute;
        -webkit-transform: translateY(50%);
        bottom: auto
    }

    [dir] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
        transform: translateY(50%)
    }

    [dir=ltr] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
        right: 11px
    }

    [dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
        left: 11px
    }

    html[dir=rtl] .fxg-secondary-menu .fxg-secondary-menu__link.fxg-linkNoDirect.collapsed svg {
        right: auto;
        left: 11px
    }
}

@media(max-width: 663px) {
    .fxg-secondary-menu .fxg-secondary-menu__link {
        position:relative;
        display: block
    }

    [dir] .fxg-secondary-menu .fxg-secondary-menu__link {
        border-bottom: 0 !important
    }
}

.fxg-secondary-menu__item--active .fxg-secondary-menu__link {
    color: #4d148c
}

[dir] .fxg-secondary-menu__item--active .fxg-secondary-menu__link {
    border-bottom: 3px solid #4d148c
}

@media(max-width: 663px) {
    .fxg-secondary-menu__item--active .fxg-secondary-menu__link {
        color:#333
    }
}

.fxg-secondary-menu__item--active .fxg-secondary-menu__link svg {
    fill: #4d148c
}

.fxg-secondary-menu__mobile-toggle {
    display: none
}

@media(max-width: 663px) {
    .fxg-secondary-menu__mobile-toggle {
        display:block;
        text-decoration: none
    }

    [dir] .fxg-secondary-menu__mobile-toggle {
        background: #fafafa;
        cursor: pointer;
        padding: 18px 20px 17px 20px
    }

    .fxg-secondary-menu__mobile-toggle span {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.3;
        color: #333
    }

    .fxg-secondary-menu__mobile-toggle span svg * {
        fill: #007ab7
    }
}

.fxg-secondary-menu__mobile-toggle-icon {
    position: absolute
}

[dir=ltr] .fxg-secondary-menu__mobile-toggle-icon {
    right: 0;
    padding-right: 20px
}

[dir=rtl] .fxg-secondary-menu__mobile-toggle-icon {
    left: 0;
    padding-left: 20px
}

html[dir=rtl] .fxg-secondary-menu__mobile-toggle-icon {
    left: 20px;
    right: auto
}

#fxg-mobile-secondary-icon-close {
    display: none
}

.fxg-secondary-menu.stickyNavigation {
    position: fixed;
    width: 100%
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5;
    width: 100%
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line span {
    max-width: 230px;
    display: inline-block;
    overflow: hidden
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line span:focus,.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect:focus {
    text-decoration: underline !important
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line span:hover,.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect:hover {
    text-decoration: underline !important
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkRegular,.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkRegular {
    font-weight: 400
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkLight,.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkLight {
    font-weight: 300
}

.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkNoDirect.fxg-secNavLinkBold span,.fxg-secondary-menu .secondary-menu-item a.bottom-line.fxg-linkDirect.fxg-secNavLinkBold span {
    font-weight: 700
}

@media(max-width: 663px) {
    .fxg-secondary-menu .secondary-menu-item a.bottom-line {
        display:block
    }

    [dir=ltr] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
        padding: 20px 0 19px 20px
    }

    [dir=rtl] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
        padding: 20px 20px 19px 0
    }

    .fxg-secondary-menu .secondary-menu-item a.bottom-line:focus {
        text-decoration: none !important;
        font-weight: 700 !important
    }

    [dir] .fxg-secondary-menu .secondary-menu-item a.bottom-line:focus {
        background-color: #fafafa
    }

    .fxg-secondary-menu .secondary-menu-item a.bottom-line:hover {
        text-decoration: none !important
    }

    html[dir=rtl] .fxg-secondary-menu .secondary-menu-item a.bottom-line {
        padding: 20px 20px 19px 0
    }
}

@media(min-width: 768px) {
    .fxg-secondary-menu .secondary-menu-item:after {
        color:#e3e3e3;
        height: 11px;
        font-size: .875rem;
        content: "|";
        position: absolute;
        top: 35px;
        display: inline-block
    }

    [dir=ltr] .fxg-secondary-menu .secondary-menu-item:after {
        margin-left: 1.25rem
    }

    [dir=rtl] .fxg-secondary-menu .secondary-menu-item:after {
        margin-right: 1.25rem
    }

    html[dir=rtl] .fxg-secondary-menu .secondary-menu-item:after {
        margin-right: 1.25rem
    }

    .fxg-secondary-menu .secondary-menu-item:last-child:after {
        display: none
    }
}

@media(max-width: 663px) {
    [dir] .fxg-secondary-menu .secondary-menu-item {
        margin-top:-0.5rem
    }

    .fxg-secondary-menu .secondary-menu-item .fxg-secondary-menu__dropdown {
        display: none
    }

    .fxg-secondary-menu .secondary-menu-item.fxg-secondary-menu__item--active .fxg-secondary-menu__dropdown {
        display: inline-block
    }
}

[dir] .fxg-secondary-menu .fxg-secondary-menu__dropdown {
    background-color: #fff
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a {
    font-size: .875rem !important;
    font-weight: 400
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a[style="color:inherit;"] {
    color: #333
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .link.section .link a.fxg-link--blue {
    color: #007ab7 !important
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a {
    font-size: .875rem !important;
    font-weight: 500
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a[style="color:inherit;"] {
    color: #333
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .button_v1 .link a.fxg-link--blue {
    color: #007ab7 !important
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .richtext p {
    font-size: 1rem !important;
    font-weight: 300
}

.fxg-secondary-menu .fxg-secondary-menu__dropdown .fxg-secondary-menu__dropdown-content .richtext p span {
    font-size: 1rem !important;
    font-weight: 300
}

@media(min-width: 768px) {
    [dir] .fxg-secondary-header--shrunk {
        margin-top:-1.875rem
    }
}

[dir] .aem-Grid .fxg-tabs.fxg-secondary-menu-core {
    margin-top: 0rem;
    margin-bottom: 1.875rem
}

@media(max-width: 663px) {
    [dir] .aem-Grid .fxg-tabs.fxg-secondary-menu-core {
        margin-top:0rem;
        margin-bottom: .9375rem
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fx-senseaware_map {
    width: 100%;
    height: 0
}

[dir] .fx-senseaware_map {
    padding-top: 56.25%;
    margin: 15px 0 30px
}

.fx-senseaware_map_data {
    position: absolute;
    max-width: 300px
}

.fx-senseaware_map_data .fx-sa_data,.fx-senseaware_map_data .fx-sa_max_days,.fx-senseaware_map_data .fx-sa_map_pins,.fx-senseaware_map_data .fx-sa_location {
    display: none;
    visibility: hidden
}

.fx-senseaware_map button {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fx-senseaware_map label {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fx-senseaware_map ul {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fx-senseaware_map li {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fx-senseaware_map span {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important
}

.fx-senseaware_map div {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important
}

.fx-senseaware_map button[aria-checked=false] {
    font-family: FedExSans,Arial,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important
}

@media(min-width: 0) and (max-width:800px) {
    [dir] .fx-senseaware_map {
        padding-top:75%
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg_morecontent span {
    display: none
}

.fxg_morelink {
    display: block
}

.fxg__service-fee-table-container {
    max-width: 827px;
    font-size: 12px
}

.fxg__service-fee-table-container tr {
    width: 100%;
    max-width: 797px
}

.fxg__service-fee-table-container tr:focus {
    outline: 1px solid lightgrey !important
}

@media mobile {
    .fxg__service-fee-table-container {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .fxg__service-fee-table-container {
        width:100%
    }
}

@media only screen and (min-width: 993px) {
    .fxg__service-fee-table-container {
        max-width:827px
    }
}

.fxg__service-fee-table-container td {
    font-weight: 400
}

.fxg__service-fee-table-container td.fxg__service-fees-td {
    font-size: 1.25rem;
    line-height: 1.3;
    width: 199px
}

[dir] .fxg__service-fee-table-container td.fxg__service-fees-td {
    padding-top: 30px !important;
    padding-bottom: 30px
}

.fxg__service-fee-table-container td.fxg__service-fees-td strong {
    font-weight: 400
}

.fxg__service-fee-table-container td.fxg__service-fees-td:focus {
    outline: 1px solid lightgrey !important
}

.fxg__service-fee-table-container td.fxg__service-fees-unique-td {
    font-size: .75rem;
    line-height: 1.3;
    width: 199px
}

[dir] .fxg__service-fee-table-container td.fxg__service-fees-unique-td {
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px
}

.fxg__service-fee-table-container td.fxg__service-fees-unique-td:focus {
    outline: 1px solid lightgrey !important
}

.fxg__service-fee-table-container td.fxg__service-fees-td3 {
    font-size: .75rem;
    line-height: 1.3;
    width: 399px
}

[dir] .fxg__service-fee-table-container td.fxg__service-fees-td3 {
    padding-top: 30px !important;
    padding-bottom: 30px
}

.fxg__service-fee-table-container td.fxg__service-fees-td3 a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

.fxg__service-fee-table-container td.fxg__service-fees-td3:focus {
    outline: 1px solid lightgrey !important
}

[dir] .fxg__service-fee-table-container td.fxg__table-td-mobile {
    padding-bottom: 20px
}

[dir] div.fxg__service-fees-unique-td p {
    margin-bottom: 20px
}

.fxg__service-fee-table-mobile-container {
    display: none
}

[dir] .fxg__service-fee-table-mobile-container {
    margin-top: 30px;
    text-align: center
}

@media mobile {
    .fxg__service-fee-table-mobile-container {
        display: block
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-sitemap {
    -webkit-column-width: 175px;
    -moz-column-width: 175px;
    column-width: 175px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    list-style-type: none
}

[dir] .fxg-sitemap {
    margin-bottom: 20px;
    padding: 0
}

.fxg-sitemap__link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fxg-sitemap__link a {
    display: inline;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-smartbanner__icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px
}

[dir] .fxg-smartbanner__icon {
    border-radius: 10px
}

.fxg-smartbanner__sticky {
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%
}

.fxg-smartbanner__title {
    font-size: 1rem;
    line-height: 1.5 !important
}

.fxg-smartbanner__inner_title {
    line-height: 1.3;
    font-weight: 400
}

.fxg-smartbanner__view {
    font-size: .875rem;
    color: #007ab7
}

.fxg-survey {
    max-width: 650px
}

.fxg-survey .cc-aem-c-form[hidden] {
    display: none
}

.fxg-survey label {
    min-width: 22px
}

[dir] .fxg-survey label {
    cursor: pointer
}

.fxg-survey #fxg-message-survey-responsivegrid--success .cc-aem-c-icon,.fxg-survey #fxg-message-survey-responsivegrid--failure .cc-aem-c-icon {
    width: 32px;
    height: 32px;
    position: relative
}

[dir] .fxg-survey #fxg-message-survey-responsivegrid--success .cc-aem-c-icon,[dir] .fxg-survey #fxg-message-survey-responsivegrid--failure .cc-aem-c-icon {
    margin-top: -8px
}

.fxg-survey input.type-radio--button:checked+label.cc-aem-c-button--secondary {
    color: white !important
}

[dir] .fxg-survey input.type-radio--button:checked+label.cc-aem-c-button--secondary {
    background-color: #007ab7
}

.fxg-survey label.cc-aem-c-button--secondary-outline.cc-aem-c-button--secondary:hover {
    color: white !important
}

[dir] .fxg-survey label.cc-aem-c-button--secondary-outline.cc-aem-c-button--secondary:hover {
    background-color: #007ab7
}

.fxg-survey .fxg-radio-score--container>* {
    max-width: 40px
}

.fxg-survey label.cc-aem-experiment-label:hover {
    font-weight: 700;
    text-decoration: underline;
    transition: all .2s ease-in-out
}

[dir] .fxg-survey label.cc-aem-experiment-label:hover {
    -webkit-transition: all .2s ease-in-out
}

.fxg-survey input:checked+label.cc-aem-experiment-label {
    color: #fff !important;
    transition: all .2s ease-in-out
}

[dir] .fxg-survey input:checked+label.cc-aem-experiment-label {
    background-color: #007ab7;
    -webkit-transition: all .2s ease-in-out
}

.fxg-survey .cc-aem-c-eyebrow.cc-aem-c-eyebrow--small {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.143;
    text-transform: uppercase;
    letter-spacing: 1px
}

.fxg-survey .cc-aem-u--visuallyhidden {
    opacity: 1;
    width: 0;
    height: 0;
    clip: rect(0,0,0,0);
    position: absolute;
    top: 50%
}

[dir=ltr] .fxg-survey .cc-aem-u--visuallyhidden {
    left: 50%
}

[dir=rtl] .fxg-survey .cc-aem-u--visuallyhidden {
    right: 50%
}

.fxg-survey input[type=radio]:focus+label {
    color: white !important;
    text-decoration: underline
}

[dir] .fxg-survey input[type=radio]:focus+label {
    background: #007ab7
}

@media screen and (min-width: 350px) {
    .fxg-survey label {
        min-width:29px
    }
}

@media screen and (min-width: 767px) {
    .fxg-survey form label {
        min-width:40px
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-table {
    max-width: 100%;
    width: 100%
}

.fxg-table b,.fxg-table strong {
    font-weight: 700
}

.fxg-table a {
    text-decoration: underline;
    color: #333
}

.fxg-table a:hover,.fxg-table a:focus {
    color: #007ab7
}

.fxg-table a:active {
    color: #333
}

.fxg-table .link a {
    text-decoration: none
}

.fxg-table th,.fxg-table td {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word
}

[dir] .fxg-table th,[dir] .fxg-table td {
    padding: 20px 35px
}

@media(max-width: 663px) {
    .fxg-table th,.fxg-table td {
        vertical-align:text-top
    }

    [dir] .fxg-table th,[dir] .fxg-table td {
        padding: 15px
    }
}

.fxg-table .fxg-font-size-16 {
    font-size: 1rem;
    font-weight: 300
}

.fxg-table .fxg-font-size-14 {
    font-weight: 300
}

.fxg-table .fxg-font-size-12 {
    font-weight: 300
}

.fxg-table .fxg-default {
    font-weight: 400
}

.fxg-table th {
    font-size: .875rem;
    letter-spacing: 1px;
    font-weight: 500
}

[dir=ltr] .fxg-table th {
    text-align: left
}

[dir=rtl] .fxg-table th {
    text-align: right
}

.fxg-table th p {
    font-size: .875rem;
    font-weight: 500
}

.fxg-table th li {
    font-size: .875rem;
    font-weight: 500
}

@media(max-width: 663px) {
    .fxg-table th {
        vertical-align:middle !important
    }
}

.fxg-table th .fxg-font-size-16 {
    font-weight: 300
}

.fxg-table th .fxg-font-size-14 {
    font-weight: 300
}

.fxg-table th .fxg-font-size-12 {
    font-weight: 300
}

.fxg-table th .fxg-default {
    font-weight: 400
}

.fxg-table td p {
    font-size: .875rem;
    font-weight: 400
}

.fxg-table td li {
    font-size: .875rem;
    font-weight: 400
}

@media(max-width: 663px) {
    [dir=ltr] .fxg-table th,[dir=ltr] .fxg-table tr {
        text-align:left
    }

    [dir=rtl] .fxg-table th,[dir=rtl] .fxg-table tr {
        text-align: right
    }
}

.fxg-table caption {
    font-size: .75rem
}

[dir=ltr] .fxg-table caption {
    text-align: left
}

[dir=rtl] .fxg-table caption {
    text-align: right
}

.fxg-table-wrapper {
    overflow-x: auto
}

[dir] .fxg-table-wrapper {
    padding: 15px
}

[dir] .fxg-table.fxg-table--hover tbody tr:hover {
    background-color: #fafafa
}

[dir] .fxg-table.fxg-table--striped-odd tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

[dir] .fxg-table.fxg-table--striped-even tbody tr:nth-of-type(even),[dir] .fxg-table.fxg-table--striped-even thead {
    background-color: #fafafa
}

[dir] .fxg-table.fxg-table--striped-row tbody tr:nth-child(even),[dir] .fxg-table.fxg-table--striped-row thead tr:nth-child(odd) {
    background-color: #fafafa
}

[dir] .fxg-table.fxg-table--striped-column tr td:nth-child(odd),[dir] .fxg-table.fxg-table--striped-column tr th:nth-child(odd) {
    background-color: #fafafa
}

[dir] .fxg-table.fxg-table--bordered-row tr {
    border: 1px solid #8e8e8e
}

[dir] .fxg-table.fxg-table--bordered-column {
    border: 1px solid #8e8e8e
}

[dir=ltr] .fxg-table.fxg-table--bordered-column tr td,[dir=ltr] .fxg-table.fxg-table--bordered-column tr th {
    border-right: 1px solid #8e8e8e;
    border-left: 1px solid #8e8e8e
}

[dir=rtl] .fxg-table.fxg-table--bordered-column tr td,[dir=rtl] .fxg-table.fxg-table--bordered-column tr th {
    border-left: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e
}

[dir] .fxg-table.fxg-table--bordered-both tr th,[dir] .fxg-table.fxg-table--bordered-both tr td {
    border: 1px solid #8e8e8e
}

@media(max-width: 663px) {
    [dir] .fxg-table--stackable {
        border-bottom:0
    }

    .fxg-table--stackable th,.fxg-table--stackable td {
        max-width: 100%
    }
}

@media(max-width: 663px) {
    [dir] .fxg-table--stackable td {
        padding:0 15px 5px 15px
    }
}

.fxg-table--stackable .st-head-row {
    font-weight: 700
}

[dir] .fxg-table--stackable .st-head-row {
    text-align: center;
    padding-bottom: 10px
}

.fxg-table--stackable .st-head-row-main {
    font-size: 1.25rem;
    font-weight: 400
}

[dir] .fxg-table--stackable .st-head-row-main {
    background-color: #fafafa;
    margin-bottom: .625rem;
    border: 0;
    padding-bottom: 15px
}

[dir] .fxg-table--stackable tr:first-child {
    border-bottom: 0
}

.fxg-table--stackable .st-key {
    width: 49%
}

[dir] .fxg-table--stackable .st-key {
    border: 0
}

[dir=ltr] .fxg-table--stackable .st-key {
    text-align: right;
    padding-right: 1%
}

[dir=rtl] .fxg-table--stackable .st-key {
    text-align: left;
    padding-left: 1%
}

@media(max-width: 663px) {
    .fxg-table--stackable .st-key {
        font-weight:400;
        width: 100%;
        display: block
    }

    [dir] .fxg-table--stackable .st-key {
        text-align: center
    }

    [dir=ltr] .fxg-table--stackable .st-key {
        padding-right: 15px
    }

    [dir=rtl] .fxg-table--stackable .st-key {
        padding-left: 15px
    }
}

.fxg-table--stackable .st-val {
    width: 49%
}

[dir] .fxg-table--stackable .st-val {
    border: 0
}

[dir=ltr] .fxg-table--stackable .st-val {
    padding-left: 1%
}

[dir=rtl] .fxg-table--stackable .st-val {
    padding-right: 1%
}

@media(max-width: 663px) {
    .fxg-table--stackable .st-val {
        font-weight:300;
        width: 100%;
        display: block
    }

    [dir] .fxg-table--stackable .st-val {
        text-align: center;
        margin-bottom: .625rem
    }

    [dir=ltr] .fxg-table--stackable .st-val {
        padding-left: 15px
    }

    [dir=rtl] .fxg-table--stackable .st-val {
        padding-right: 15px
    }
}

[dir=ltr] .advanced_table .row {
    margin-left: 0;
    margin-right: 0
}

[dir=rtl] .advanced_table .row {
    margin-right: 0;
    margin-left: 0
}

.stacktable {
    width: 100%
}

[dir] .st-head-row {
    padding-top: 1em
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media(max-width: 767px) {
    .stacktable.large-only {
        display:none
    }

    .stacktable.small-only {
        display: table
    }

    .scroll .stacktable.large-only {
        display: table
    }

    .scroll .stacktable.small-only {
        display: none
    }
}

html[dir=rtl] .fxg-table--stackable .st-val {
    padding-right: 1%
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-table--stackable .st-val {
        padding-right:15px
    }
}

@media(max-width: 663px) {
    html[dir=rtl] .fxg-table--stackable .st-key {
        text-align:left;
        padding-left: 15px
    }
}

html[dir=rtl] .fxg-table caption {
    text-align: right
}

html[dir=rtl] .advanced_table th {
    text-align: right
}

html[dir=rtl] .fx-dt_dynamic_table .fxg-table th {
    text-align: right
}

.stickyHeaderDiv {
    top: 50px;
    overflow-x: scroll;
    position: fixed
}

[dir] .stickyHeaderDiv {
    padding-top: 0
}

.stickyHeaderDiv::-webkit-scrollbar {
    width: 0
}

[dir] .stickyHeaderDiv::-webkit-scrollbar {
    background: transparent
}

[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-row thead tr:nth-child(even) {
    background-color: #fff
}

[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-column tr th:nth-child(even) {
    background-color: #fff
}

[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-odd thead {
    background-color: #fff
}

[dir] .stickyHeaderDiv .fxg-table.fxg-table--striped-none {
    background-color: #fff
}

[dir] .table.parbase.aem-GridColumn {
    margin-bottom: 0
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-tab li[aria-selected] {
    background-color: transparent !important;
    border-bottom: none !important
}

.fxg-tab .cc-aem-c-dropdown__button {
    display: block;
    color: #333;
    font-weight: 500;
    text-decoration: none
}

[dir] .fxg-tab .cc-aem-c-dropdown__button {
    background-color: #fafafa
}

[dir=ltr] .fxg-tab .cc-aem-c-dropdown__button {
    text-align: left
}

[dir=rtl] .fxg-tab .cc-aem-c-dropdown__button {
    text-align: right
}

.fxg-tab .cc-aem-c-dropdown__button--text {
    text-transform: none
}

.fxg-tab .cc-aem-c-dropdown__button__icon {
    position: absolute
}

[dir=ltr] .fxg-tab .cc-aem-c-dropdown__button__icon {
    left: auto;
    right: 1rem
}

[dir=rtl] .fxg-tab .cc-aem-c-dropdown__button__icon {
    right: auto;
    left: 1rem
}

.fxg-tab .cc-aem-c-dropdown__menu {
    max-width: none
}

[dir=ltr] .fxg-tab .cc-aem-c-dropdown__menu {
    right: auto
}

[dir=rtl] .fxg-tab .cc-aem-c-dropdown__menu {
    left: auto
}

.fxg-tab .cc-aem-c-dropdown__menu__item__button {
    font-size: .875rem;
    min-height: 3rem
}

.fxg-tab--card .cc-aem-c-tabs__list-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fxg-tab--card .cc-aem-c-tabs__list-item a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fxg-tab--card a[aria-selected=true] .fxg-tab__tile {
    color: #4d148c
}

[dir] .fxg-tab--card a[aria-selected=true] .fxg-tab__tile {
    border-bottom: solid 4px #4d148c
}

.fxg-tab--card .fxg-tab__toggle,.fxg-tab--card .fxg-tab__content {
    max-width: 620px
}

.fxg-tab--card .fxg-tab__icon {
    font-size: 60px
}

.fxg-tab__content section.cmp-tabs__tabpanel {
    display: block
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir] .fxg-timer.isInit.isEditMode,[dir] .fxg-timer.toInit.isEditMode,[dir] .fxg-timer.isExpired.isEditMode {
    padding: 5px;
    margin: 20px 0
}

.fxg-timer.isInit {
    display: block
}

[dir] .fxg-timer.isInit.isEditMode {
    border: 1px dashed green
}

.fxg-timer.toInit {
    display: none
}

.fxg-timer.toInit.isEditMode {
    display: block
}

[dir] .fxg-timer.toInit.isEditMode {
    border: 1px dashed orange
}

.fxg-timer.isExpired {
    display: none
}

.fxg-timer.isExpired.isEditMode {
    display: block
}

[dir] .fxg-timer.isExpired.isEditMode {
    border: 1px dashed red
}

[dir] .fxg-timer .editmode_message {
    padding: 0 0 10px
}

.fxg-timer .timer_js {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

[dir=ltr] .fxg-timer .timer_js {
    text-align: right;
    padding-left: 20px
}

[dir=rtl] .fxg-timer .timer_js {
    text-align: left;
    padding-right: 20px
}

.fxg-timer__title {
    position: relative;
    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
}

.fxg-timer .timer_js {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

[dir=ltr] .fxg-timer .timer_js {
    text-align: right;
    padding-left: 20px
}

[dir=rtl] .fxg-timer .timer_js {
    text-align: left;
    padding-right: 20px
}

html[dir=rtl] .fxg-timer .timer_js {
    text-align: left;
    padding-right: 20px
}

.fxg-timer .timer_js span {
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: text-top;
    width: 30px
}

[dir] .fxg-timer .timer_js span {
    text-align: center
}

.fxg-timer .timer_js span:after {
    content: attr(data-title);
    display: block;
    font-weight: normal;
    font-size: .75rem;
    text-transform: uppercase
}

.fxg-timer .timer_js span.elips {
    width: 5px;
    min-height: 1px
}

.fxg-timer .timer_js span.elips:after {
    content: ""
}

@media(min-width: 0) and (max-width:600px) {
    .fxg-timer .timer_js {
        display:block
    }

    [dir] .fxg-timer .timer_js {
        text-align: center;
        padding: 0
    }
}

.fxg-timer__title {
    position: relative;
    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;
    font-size: 2.5rem;
    font-weight: 300
}

@media(min-width: 0) and (max-width:600px) {
    .fxg-timer__title {
        display:block
    }
}

.fxg-timer__title .timer_ada {
    position: absolute;
    clip: rect(0 0 0 0)
}

html[dir=rtl] .fxg-timer__title .timer_ada {
    left: 0
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

h1.fxg-title.fxg-supscript {
    font-size: 2.75rem !important;
    font-weight: 300
}

[dir] h1.fxg-title.fxg-supscript {
    text-align: center
}

span.fxg-title {
    display: block
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-tracking-module {
    width: auto;
    color: #333
}

[dir] .fxg-tracking-module {
    border-bottom: 0
}

.fxg-tracking-module .cc-aem-c-button {
    width: 100%;
    height: 3.5rem
}

[dir=ltr] .fxg-tracking-module .cc-aem-c-button {
    float: left
}

[dir=rtl] .fxg-tracking-module .cc-aem-c-button {
    float: right
}

.fxg-tracking-module .fxg-field__input-text {
    height: 3.5rem;
    text-indent: .625rem
}

[dir] .fxg-tracking-module .fxg-field__input-text {
    border: solid .063rem #8e8e8e;
    padding: 0;
    background: #fff !important;
    margin-bottom: 0rem !important
}

.fxg-tracking-module .fxg-field__input-text::-webkit-input-placeholder {
    color: #333;
    font-size: 1rem
}

.fxg-tracking-module .fxg-field__input-text::-moz-placeholder {
    color: #333;
    font-size: 1rem
}

.fxg-tracking-module .fxg-field__input-text:-ms-input-placeholder {
    color: #333;
    font-size: 1rem
}

.fxg-tracking-module .fxg-field__input-text::-ms-input-placeholder {
    color: #333;
    font-size: 1rem
}

.fxg-tracking-module .fxg-field__input-text::placeholder {
    color: #333;
    font-size: 1rem
}

[dir] .fxg-tracking-module .fxg-field__input-text:focus {
    margin-bottom: 0rem
}

[dir=ltr] .fxg-tracking-module .fxg-field__input-text:focus {
    border-left: solid .188rem #4d148c
}

[dir=rtl] .fxg-tracking-module .fxg-field__input-text:focus {
    border-right: solid .188rem #4d148c
}

.fxg-tracking-module .fxg-field__input-text:focus+.fxg-field__hint_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fxg-tracking-module .cc-aem-c-button--primary-outline svg path {
    stroke: #ff6200
}

.fxg-tracking-module .cc-aem-c-button--primary svg path {
    stroke: #fff
}

[dir=ltr] .fxg-tracking-module .cc-aem-c-button--primary svg {
    margin-left: .625rem
}

[dir=rtl] .fxg-tracking-module .cc-aem-c-button--primary svg {
    margin-right: .625rem
}

.fxg-tracking-module.fxg-field__default {
    width: 13rem
}

[dir] .fxg-tracking-module.fxg-field__default {
    margin: auto
}

.fxg-tracking-module.fxg-field__default .fxg-field {
    max-width: 13.625rem
}

[dir] .fxg-tracking-module.fxg-field__default .fxg-field {
    margin-bottom: 0rem;
    margin-top: 1rem
}

.fxg-tracking-module.fxg-field__default .cc-aem-c-button {
    max-width: 13.625rem
}

[dir] .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
    margin-top: .5rem;
    margin-bottom: 1rem
}

.fxg-tracking-module.fxg-field__large form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.fxg-tracking-module.fxg-field__large .fxg-field {
    max-width: 26.625rem
}

.fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    width: 9.438rem
}

[dir] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-top: 1.3125rem;
    margin-bottom: .625rem
}

[dir=ltr] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-left: .625rem
}

[dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-right: .625rem
}

.fxg-tracking-module.fxg-field__small form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.fxg-tracking-module.fxg-field__small .fxg-field {
    max-width: 14.375rem
}

.fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    width: 9.438rem
}

[dir] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    margin-top: 1.3125rem;
    margin-bottom: .625rem
}

[dir=ltr] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    margin-left: 0rem
}

[dir=rtl] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
    margin-right: 0rem
}

.fxg-field:focus-within .fxg-field__label {
    color: #4d148c
}

.fxg-field__label {
    font-size: .875rem;
    color: #333;
    line-height: 1.5
}

.fxg-field__label:has(~ .fxg-field__error_text.show) {
    color: #de002e
}

.fxg-field__large .fxg-field__error_text {
    max-width: 26.625rem
}

.fxg-field__large .fxg-field__error_text.show {
    min-height: 1.5rem
}

.fxg-field__large .fxg-field__hint_text {
    max-width: 26.625rem;
    z-index: 9;
    width: 100%
}

.fxg-field__large .fxg-field__input-text:focus+.fxg-field__hint_text {
    min-height: 1.5rem
}

.fxg-field__small .fxg-field__error_text {
    max-width: 14.375rem
}

.fxg-field__small .fxg-field__error_text.show {
    min-height: 1.5rem
}

.fxg-field__small .fxg-field__hint_text {
    max-width: 14.375rem;
    z-index: 9;
    width: 100%
}

.fxg-field__small .fxg-field__input-text:focus+.fxg-field__hint_text {
    min-height: 1.5rem
}

.fxg-field__default .fxg-field__error_text {
    max-width: 100%;
    position: relative
}

.fxg-field__default .fxg-field__error_text.show {
    min-height: 1.5rem
}

.fxg-field__default .fxg-field__hint_text {
    max-width: 100%;
    position: relative
}

.fxg-field__default .fxg-field__input-text:focus+.fxg-field__hint_text {
    min-height: 1.5rem
}

.fxg-field__error_text {
    display: none;
    font-size: .75rem;
    line-height: 1.3;
    color: #de002e;
    position: absolute;
    width: 100%
}

[dir] .fxg-field__error_text {
    border: solid .063rem #8e8e8e;
    border-top: 0;
    background: #f2f2f2
}

[dir=ltr] .fxg-field__error_text {
    padding: 4px .625rem 4px 0
}

[dir=rtl] .fxg-field__error_text {
    padding: 4px 0 4px .625rem
}

.fxg-field__error_text.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fxg-field__error_text svg {
    position: absolute
}

[dir=ltr] .fxg-field__error_text svg {
    margin-left: .625rem
}

[dir=rtl] .fxg-field__error_text svg {
    margin-right: .625rem
}

.fxg-field__error_text span {
    display: block
}

[dir=ltr] .fxg-field__error_text span {
    margin-left: 1.75rem
}

[dir=rtl] .fxg-field__error_text span {
    margin-right: 1.75rem
}

.fxg-field__hint_text {
    display: none;
    font-size: .75rem;
    line-height: 1.3;
    position: absolute;
    width: 100%
}

[dir] .fxg-field__hint_text {
    border: solid .063rem #8e8e8e;
    border-top: 0;
    padding: 4px .625rem;
    background: #f2f2f2
}

[dir=rtl] .fxg-tracking-module .fxg-field__input-text {
    height: 3.5rem;
    border: solid .063rem #8e8e8e;
    background: #fff !important;
    margin-bottom: 0rem !important
}

[dir=rtl] .fxg-tracking-module .fxg-field__input-text:focus {
    border-right: .188rem solid #4d148c;
    border-left: solid .063rem #8e8e8e
}

[dir=rtl] .fxg-tracking-module .fxg-field__input--error {
    border-left: solid .063rem #8e8e8e !important
}

[dir=rtl] .fxg-tracking-module .cc-aem-c-button {
    float: right
}

[dir=rtl] .fxg-tracking-module .cc-aem-c-button svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: .625rem
}

[dir=rtl] .fxg-tracking-module .fxg-field__error_text svg,[dir=rtl] .fxg-tracking-module .fxg-field__error_text span {
    margin-right: .625rem
}

[dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
    margin-right: .625rem
}

@media(max-width: 992px) {
    .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default {
        width:calc(100% - 40px)
    }

    .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default .fxg-field {
        max-width: unset
    }

    .fxg-dropdown__sub-menu .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
        max-width: unset
    }
}

@media(max-width: 768px) {
    .fxg-tracking-module {
        width:auto
    }
}

@media(max-width: 663px) {
    .fxg-tracking-module.fxg-field__default {
        width:calc(100% - 32px)
    }

    [dir] .fxg-tracking-module.fxg-field__default {
        margin: auto
    }

    .fxg-tracking-module.fxg-field__default .fxg-field {
        max-width: unset
    }

    .fxg-tracking-module.fxg-field__default .cc-aem-c-button {
        max-width: unset
    }

    .fxg-tracking-module.fxg-field__large {
        max-height: 7.5rem
    }

    .fxg-tracking-module.fxg-field__large .fxg-field {
        max-width: 13.438rem
    }

    .fxg-tracking-module.fxg-field__large .fxg-field__label {
        width: 100%
    }

    .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
        max-width: 8.938rem
    }

    [dir=ltr] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
        margin-left: 0rem
    }

    [dir=rtl] .fxg-tracking-module.fxg-field__large .cc-aem-c-button {
        margin-right: 0rem
    }

    .fxg-tracking-module.fxg-field__small {
        max-height: 7.5rem
    }

    .fxg-tracking-module.fxg-field__small .fxg-field {
        max-width: 13.438rem
    }

    .fxg-tracking-module.fxg-field__small .fxg-field__label {
        width: 100%
    }

    .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
        max-width: 8.938rem
    }

    [dir=ltr] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
        margin-left: 0rem
    }

    [dir=rtl] .fxg-tracking-module.fxg-field__small .cc-aem-c-button {
        margin-right: 0rem
    }

    .fxg-field__large .fxg-field__error_text {
        min-width: unset;
        max-height: 2.5rem;
        width: 100%
    }

    .fxg-field__large .fxg-field__hint_text {
        min-width: unset;
        min-height: 2.5rem;
        width: 100%
    }

    .fxg-field__small .fxg-field__error_text {
        min-width: unset;
        max-height: 2.5rem
    }

    .fxg-field__small .fxg-field__hint_text {
        min-width: unset;
        min-height: 2.5rem
    }
}

@media all and (-ms-high-contrastgap:none) {
    #HomeTrackingApp .fxg-button,#HomepageRateShipApp .fxg-button,#HomepageLocationsApp .fxg-button {
        line-height: 15px !important
    }
}

@supports(-ms-ime-align:auto) {
    #HomeTrackingApp .fxg-button,#HomepageRateShipApp .fxg-button,#HomepageLocationsApp .fxg-button {
        line-height: 15px !important
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-tracking-app__results,.fxg-landing-tracking-app__results {
    display: none
}

[dir] .fxg-tracking-app__results,[dir] .fxg-landing-tracking-app__results {
    margin: 0;
    padding: 0;
    text-align: center
}

@media(max-width: 663px) {
    [dir] .fxg-tracking-app__results,[dir] .fxg-landing-tracking-app__results {
        padding:0
    }
}

.fxg-app-container--open .fxg-tracking-app__results,.fxg-app-container--open .fxg-landing-tracking-app__results {
    display: block
}

.fxg-tracking-app__multi-tracking,.fxg-landing-tracking-app__multi-tracking {
    display: none
}

.fxg-app-container--open .fxg-tracking-app__multi-tracking,.fxg-app-container--open .fxg-landing-tracking-app__multi-tracking {
    display: block
}

[dir] .fxg-tracking-app__status,[dir] .fxg-landing-tracking-app__status {
    margin: 15px 0
}

.fxg-tracking-app__status .fxg-text,.fxg-landing-tracking-app__status .fxg-text {
    font-size: 16px;
    font-weight: 300
}

.fxg-tracking-app__status-icon,.fxg-landing-tracking-app__status-icon {
    height: 40px;
    width: 640px;
    display: block
}

[dir] .fxg-tracking-app__status-icon,[dir] .fxg-landing-tracking-app__status-icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/tracking-sprite.png);
    background-size: 100%;
    margin: 15px auto
}

[dir] .fxg-tracking-app__status-icon__label-created,[dir] .fxg-landing-tracking-app__status-icon__label-created {
    background-position: 0 0
}

[dir] .fxg-tracking-app__status-icon__intiated,[dir] .fxg-landing-tracking-app__status-icon__intiated {
    background-position: 0 -88px
}

[dir] .fxg-tracking-app__status-icon__held-for-pickup,[dir] .fxg-landing-tracking-app__status-icon__held-for-pickup {
    background-position: 0 -175px
}

[dir] .fxg-tracking-app__status-icon__picked-up,[dir] .fxg-landing-tracking-app__status-icon__picked-up {
    background-position: 0 -262px
}

[dir] .fxg-tracking-app__status-icon__in-transit,[dir] .fxg-landing-tracking-app__status-icon__in-transit {
    background-position: 0 -350px
}

[dir] .fxg-tracking-app__status-icon__on-schedule,[dir] .fxg-landing-tracking-app__status-icon__on-schedule {
    background-position: 0 -438px
}

[dir] .fxg-tracking-app__status-icon__delivery-exception,[dir] .fxg-landing-tracking-app__status-icon__delivery-exception {
    background-position: 0 -526px
}

[dir] .fxg-tracking-app__status-icon__clearance-delay,[dir] .fxg-landing-tracking-app__status-icon__clearance-delay {
    background-position: 0 -526px
}

[dir] .fxg-tracking-app__status-icon__shipment-exception,[dir] .fxg-landing-tracking-app__status-icon__shipment-exception {
    background-position: 0 -526px
}

[dir] .fxg-tracking-app__status-icon__delivered,[dir] .fxg-landing-tracking-app__status-icon__delivered {
    background-position: 0 -788px
}

[dir] .fxg-tracking-app__status-icon__cancelled,[dir] .fxg-landing-tracking-app__status-icon__cancelled {
    background-position: 0 30px
}

[dir] .fxg-tracking-app__status-icon__pending,[dir] .fxg-landing-tracking-app__status-icon__pending {
    background-position: 0 30px
}

[dir] .fxg-tracking-app__status-icon__expiring,[dir] .fxg-landing-tracking-app__status-icon__expiring {
    background-position: 0 30px
}

[dir] .fxg-tracking-app__status-icon__expired,[dir] .fxg-landing-tracking-app__status-icon__expired {
    background-position: 0 30px
}

@media(max-width: 663px) {
    .fxg-tracking-app__status-icon,.fxg-landing-tracking-app__status-icon {
        width:100%
    }
}

.fxg-tracking-app--status-color,.fxg-landing-tracking-app--status-color {
    color: #4d148c;
    fill: #4d148c
}

.fxg-tracking-app__status--error .fxg-tracking-app--status-color,.fxg-tracking-app__status--error .fxg-landing-tracking-app--status-color {
    color: #de002e !important;
    fill: #de002e
}

.fxg-tracking-app__status--success .fxg-tracking-app--status-color,.fxg-tracking-app__status--success .fxg-landing-tracking-app--status-color {
    color: #008a00;
    fill: #008a00
}

.fxg-tracking-app--stroke-status-color,.fxg-landing-tracking-app--stroke-status-color {
    stroke: #4d148c
}

.fxg-tracking-app__status--error .fxg-tracking-app--stroke-status-color,.fxg-tracking-app__status--error .fxg-landing-tracking-app--stroke-status-color {
    stroke: #de002e !important
}

.fxg-tracking-app__status--success .fxg-tracking-app--stroke-status-color,.fxg-tracking-app__status--success .fxg-landing-tracking-app--stroke-status-color {
    stroke: #008a00
}

.fxg-tracking-app__details,.fxg-landing-tracking-app__details {
    max-width: 633px
}

[dir] .fxg-tracking-app__details,[dir] .fxg-landing-tracking-app__details {
    margin: 20px auto 30px
}

[dir=ltr] .fxg-tracking-app__details,[dir=ltr] .fxg-landing-tracking-app__details {
    text-align: left
}

[dir=rtl] .fxg-tracking-app__details,[dir=rtl] .fxg-landing-tracking-app__details {
    text-align: right
}

@media(max-width: 663px) {
    [dir] .fxg-tracking-app__details,[dir] .fxg-landing-tracking-app__details {
        margin:15px auto 0
    }
}

.fxg-tracking-app__detail-info,.fxg-landing-tracking-app__detail-info {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: -0.15px
}

@media(max-width: 663px) {
    .fxg-tracking-app__detail-info,.fxg-landing-tracking-app__detail-info {
        display:block
    }
}

.fxg-tracking-app__sub-title,.fxg-landing-tracking-app__sub-title {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

[dir] .fxg-tracking-app__sub-title,[dir] .fxg-landing-tracking-app__sub-title {
    margin: 15px 0 3px
}

.fxg-tracking-app__more,.fxg-landing-tracking-app__more {
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase
}

[dir] .fxg-tracking-app__more,[dir] .fxg-landing-tracking-app__more {
    padding: 30px 60px
}

@media(max-width: 768px) {
    [dir] .fxg-tracking-app__more,[dir] .fxg-landing-tracking-app__more {
        padding:20px 0
    }
}

[dir=ltr] .fxg-tracking-app__more-links,[dir=ltr] .fxg-landing-tracking-app__more-links {
    float: left
}

[dir=rtl] .fxg-tracking-app__more-links,[dir=rtl] .fxg-landing-tracking-app__more-links {
    float: right
}

@media(max-width: 663px) {
    .fxg-tracking-app__more-links,.fxg-landing-tracking-app__more-links {
        display:none
    }
}

[dir=ltr] .fxg-tracking-app__more-detail,[dir=ltr] .fxg-landing-tracking-app__more-detail {
    float: right
}

[dir=rtl] .fxg-tracking-app__more-detail,[dir=rtl] .fxg-landing-tracking-app__more-detail {
    float: left
}

@media(max-width: 663px) {
    [dir] .fxg-tracking-app__more-detail,[dir] .fxg-landing-tracking-app__more-detail {
        float:none
    }
}

[dir] .fxg-tracking-app__links-par,[dir] .fxg-landing-tracking-app__links-par {
    margin-top: 10px
}

@media(max-width: 663px) {
    [dir] .fxg-tracking-app__links-par,[dir] .fxg-landing-tracking-app__links-par {
        margin-top:0
    }
}

[dir] .fxg-tracking-app__watch-list-btn,[dir] .fxg-landing-tracking-app__watch-list-btn {
    cursor: pointer
}

.fxg-tracking-app__watch-list-btn--selected .fxg-tracking-app__watch-icon,.fxg-landing-tracking-app__watch-list-btn--selected .fxg-tracking-app__watch-icon {
    fill: #007ab7 !important
}

.fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon,.fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
    fill: none;
    position: relative;
    top: 3px
}

[dir=ltr] .fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon,[dir=ltr] .fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
    left: -2px
}

[dir=rtl] .fxg-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon,[dir=rtl] .fxg-landing-tracking-app__watch-list-btn .fxg-tracking-app__watch-icon {
    right: -2px
}

[dir] .fxg-app__wrapper {
    padding: 0
}

.fxg-app__single-tracking {
    color: #333
}

[dir] .fxg-app__single-tracking {
    margin: auto 15px
}

.fxg-app__single-tracking .fxg-field__placeholder {
    color: #333
}

.fxg-app__single-tracking .fxg-field__input-text {
    line-height: 23px
}

.fxg-landing-tracking-app__single-tracking .fxg-field__placeholder {
    color: #333
}

.tracking_reference_app_lp .fxg-field__placeholder {
    color: #333
}

.tracking_tcn_app_lp .fxg-field__placeholder {
    color: #333
}

.view_bill_of_lading .fxg-field__placeholder {
    color: #333
}

.fxg-tracking-app__links-par .button_v1.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto !important;
    display: inline-block;
    line-height: 2
}

html[dir=rtl] .fxg-tracking-app__links-par .button_v1.aem-GridColumn.aem-GridColumn--default--12 {
    float: right
}

.fxg-tracking-app__multi-tracking .fxg-field__floating-placeholder {
    font-size: 20px;
    font-weight: 700;
    top: 20px
}

[dir=ltr] .fxg-tracking-app__multi-tracking input.fxg-field__input-text.fxg-field__input-text--numbered {
    padding: 27px 8px 10px 15px
}

[dir=rtl] .fxg-tracking-app__multi-tracking input.fxg-field__input-text.fxg-field__input-text--numbered {
    padding: 27px 15px 10px 8px
}

[dir=ltr] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
    padding-left: 0
}

[dir=rtl] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
    padding-right: 0
}

.fxg-tracking-app__multi-tracking .fxg-title {
    font-size: 2.5rem
}

[dir] .fxg-tracking-app__multi-tracking .fxg-title {
    text-align: center !important
}

html[dir=rtl] .fxg-tracking-app__multi-tracking .fxg-col.col-sm-8.col-sm-pull-4 {
    padding-right: 0
}

.fxg-u-sronly {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap
}

[dir] .fxg-u-sronly {
    padding: 0;
    border: 0
}

@media(max-width: 768px) {
    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper {
        width:auto
    }

    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-field {
        width: 440px
    }

    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-link,.fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-tracking-app__links-par .link .fxg-link__separator {
        color: #fff !important
    }
}

@media(max-width: 663px) {
    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper {
        width:100%
    }

    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-field {
        width: 100%
    }

    .fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-link,.fxg-hero_homepage .fxg-app-container .fxg-app__single-tracking .fxg-app__form-wrapper .fxg-tracking-app__links-par .link .fxg-link__separator {
        color: #007ab7 !important
    }
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[dir=ltr] .fxg-user-options {
    float: right
}

[dir=rtl] .fxg-user-options {
    float: left
}

.fxg-user-options .fxg-link {
    letter-spacing: 0
}

[dir] .fxg-user-options .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .fxg-login-module .richtext p,[dir] .fxg-user-options .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .fxg-login-module .richtext div {
    margin: 0rem 0rem .625rem;
    padding: 0
}

[dir] .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .richtext p {
    margin: 0rem;
    padding: 14px 16px 13px;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    background-color: #fff
}

.fxg-user-options .fxg-user-options__sign-in .fxg-dropdown__sub-menu .fxg-link:hover {
    text-decoration: none;
    font-weight: 500
}

[dir] .fxg-user-options .fxg-user-options__sign-in .fxg-dropdown__sub-menu .fxg-link:hover {
    background-color: #fafafa
}

@media(min-width: 1024px) and (min-width:1200px) {
    .fxg-user-options .fxg-user-options__sign-in {
        min-width:160px
    }
}

@media(min-width: 1024px) and (min-width:1200px) {
    [dir] .fxg-user-options .fxg-user-options__sign-in>a#fxg-dropdown-signIn {
        text-align:center
    }
}

@media(min-width: 0) and (max-width:663px) {
    .fxg-user-options .fxg-user-options__menu-btn {
        display:inline-block !important
    }

    [dir] .fxg-user-options .fxg-user-options__menu-btn {
        padding-top: 10px
    }
}

@media(min-width: 664px) and (max-width:767px) {
    .fxg-user-options .fxg-user-options__menu-btn {
        display:inline-block !important
    }

    [dir] .fxg-user-options .fxg-user-options__menu-btn {
        padding-top: 10px
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    .fxg-user-options .fxg-user-options__menu-btn {
        display:inline-block !important
    }

    [dir] .fxg-user-options .fxg-user-options__menu-btn {
        padding-top: 10px
    }
}

.fxg-user-options__option {
    font-size: .875rem;
    display: inline-block
}

[dir] .fxg-user-options__option .fxg-user-options__icon {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/menu-sprite.png);
    background-size: 77px 56px
}

.fxg-user-options__option.fxg-dropdown__item--open {
    transition: 0 margin ease
}

[dir] .fxg-user-options__option.fxg-dropdown__item--open {
    background-color: #fff;
    padding: 0;
    margin: 0rem;
    -webkit-transition: 0 margin ease
}

[dir=ltr] .fxg-user-options__option:last-of-type {
    padding-right: 0
}

[dir=rtl] .fxg-user-options__option:last-of-type {
    padding-left: 0
}

[dir] .fxg-user-options__sign-in {
    cursor: pointer
}

@media(max-width: 663px) {
    .fxg-user-options__sign-in-text {
        display:none
    }
}

.fxg-user-options__sign-in .fxg-user-options__icon {
    width: 28px;
    height: 27px
}

[dir] .fxg-user-options__sign-in .fxg-user-options__icon {
    background-repeat: no-repeat;
    background-position: -12px 0
}

[dir=ltr] .fxg-user-options__sign-in .fxg-user-options__icon {
    margin: 0rem 0rem 0rem .25rem
}

[dir=rtl] .fxg-user-options__sign-in .fxg-user-options__icon {
    margin: 0rem .25rem 0rem 0rem
}

@media(min-width: 1024px) {
    [dir] .fxg-user-options__sign-in.fxg-dropdown__item--open .fxg-user-options__icon {
        background-position:-12px -28px
    }
}

.fxg-nav--search-open .fxg-user-options__sign-in,.fxg-header--search-close .fxg-user-options__sign-in {
    display: none
}

[dir] .fxg-user-options__search-btn {
    cursor: pointer
}

.fxg-user-options__search-btn a:first-child {
    display: inline-block;
    outline-offset: 5px
}

.fxg-user-options__search-btn .fxg-user-options__icon {
    width: 26px;
    height: 30px
}

[dir] .fxg-user-options__search-btn .fxg-user-options__icon {
    background-repeat: no-repeat;
    background-position: -40px 1px
}

.fxg-nav--search-open .fxg-user-options__search-btn,.fxg-header--search-close .fxg-user-options__search-btn {
    display: none
}

@media(max-width: 663px) {
    .fxg-user-options__search-btn {
        display:none
    }
}

.fxg-user-options__search {
    display: none;
    transition: .25s margin ease
}

[dir] .fxg-user-options__search {
    margin: 1rem 0rem .75rem 0rem;
    -webkit-transition: .25s margin ease
}

[dir] .fxg-header--shrunk .fxg-user-options__search {
    margin: .25rem 0rem 0rem
}

[dir] .fxg-user-options__search .fxg-mouse {
    padding: 10px;
    margin: 0rem
}

[dir=ltr] .fxg-user-options__search .fxg-mouse {
    padding-left: 18px
}

[dir=rtl] .fxg-user-options__search .fxg-mouse {
    padding-right: 18px
}

[dir] .fxg-user-options__search.is-hovered .fxg-user-options__search__input {
    background: #fff
}

.fxg-user-options__search__input {
    display: inline-block
}

[dir] .fxg-user-options__search__input {
    border: 1px solid #fff;
    border-radius: 40px
}

[dir] .fxg-user-options__search__input .fxg-search-btn {
    margin: 0rem
}

[dir] .fxg-user-options__search__input .fxg-search-icon {
    padding: 14px 20px;
    margin: 0rem
}

.fxg-user-options__search__input .fxg-search-icon:focus {
    outline: dashed 1px #fff
}

@media(max-width: 663px) {
    [dir] .fxg-user-options__search__input {
        border-radius:0
    }
}

.fxg-user-options__search .fxg-user-options__search-field {
    color: #fff;
    font-size: 1rem;
    height: 45px;
    width: 100px;
    transition: .25s padding ease;
    vertical-align: middle;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5
}

[dir] .fxg-user-options__search .fxg-user-options__search-field {
    background: #4d148c;
    padding: 10px 0;
    -webkit-transition: .25s padding ease;
    border: 0
}

[dir=ltr] .fxg-user-options__search .fxg-user-options__search-field {
    padding-left: 20px;
    border-right: 1px solid #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
    padding-right: 20px;
    border-left: 1px solid #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
    width: 670px
}

@media(max-width: 768px) {
    .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
        width:375px
    }
}

.fxg-user-options__search .fxg-user-options__search-field::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3
}

.fxg-user-options__search .fxg-user-options__search-field::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3
}

.fxg-user-options__search .fxg-user-options__search-field:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3
}

@media(max-width: 663px) {
    .fxg-user-options__search .fxg-user-options__search-field {
        width:calc(100% - 68px);
        height: 60px
    }

    [dir] .fxg-user-options__search .fxg-user-options__search-field {
        border-radius: 0
    }
}

[dir=ltr] .fxg-nav--search-open .fxg-user-options__search .fxg-user-options__search-field {
    -webkit-animation: search-slide .5s ease forwards;
    animation: search-slide .5s ease forwards
}

[dir=rtl] .fxg-nav--search-open .fxg-user-options__search .fxg-user-options__search-field {
    -webkit-animation: search-slide .5s ease forwards;
    animation: search-slide .5s ease forwards
}

[dir=ltr] .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
    -webkit-animation: search-slide-close .5s ease forwards;
    animation: search-slide-close .5s ease forwards
}

[dir=rtl] .fxg-header--search-close .fxg-user-options__search .fxg-user-options__search-field {
    -webkit-animation: search-slide-close .5s ease forwards;
    animation: search-slide-close .5s ease forwards
}

.fxg-user-options__search .fxg-search-btn {
    width: 24px;
    height: 24px
}

[dir] .fxg-user-options__search .fxg-search-btn {
    background-position: -40px 0
}

[dir] .fxg-user-options__search.is-hovered .fxg-search-btn {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/search_gray.svg);
    background-size: 25px 28px;
    background-position: -24px 0
}

.fxg-user-options__search .fxg-close-btn {
    width: 12px;
    height: 12px
}

[dir] .fxg-user-options__search .fxg-close-btn {
    cursor: pointer;
    background-position: -66px 0;
    margin: 0rem
}

@media(max-width: 663px) {
    .fxg-user-options__search .fxg-close-btn {
        display:none
    }
}

.fxg-nav--search-open .fxg-user-options__search,.fxg-header--search-close .fxg-user-options__search {
    display: inline-block;
    width: auto
}

@media(max-width: 663px) {
    .fxg-nav--mobile-menu-open .fxg-user-options__search {
        display:block;
        width: 100%
    }

    [dir] .fxg-nav--mobile-menu-open .fxg-user-options__search {
        margin: 0rem
    }
}

[dir] .fxg-user-options__search-results {
    background-color: #fff
}

.fxg-user-options__search-results .fxg-search-results__row {
    font-size: .75rem;
    color: #333
}

[dir] .fxg-user-options__search-results .fxg-search-results__row {
    padding: 19px 20px 12px 20px;
    border-bottom: 1px solid #fafafa
}

[dir] .fxg-user-options__search-results .fxg-search-results__row:last-child {
    border-bottom: 0
}

.fxg-user-options__search-results .fxg-search-results__title {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase
}

[dir] .fxg-user-options__search-results .fxg-search-results__title {
    background-color: #fafafa
}

@media(max-width: 663px) {
    .fxg-user-options__search .fxg-search-close-btn {
        display:none
    }
}

.fxg-user-options__icon {
    height: 25px;
    vertical-align: middle;
    -ms-flex-line-pack: right;
    align-content: right
}

[dir=ltr] .fxg-user-options__icon {
    margin: 0rem 1rem 0rem .25rem
}

[dir=rtl] .fxg-user-options__icon {
    margin: 0rem .25rem 0rem 1rem
}

@media(max-width: 663px) {
    [dir] .fxg-user-options__icon {
        margin:0rem .375rem
    }
}

[dir] .fxg-dropdown__link .fxg-user-options__icon {
    margin: 0rem
}

.fxg-user-options__menu-btn {
    display: none !important
}

[dir] .fxg-user-options__menu-btn {
    cursor: pointer
}

.fxg-nav--search-open .fxg-user-options__menu-btn,.fxg-header--search-close .fxg-user-options__menu-btn {
    display: none !important
}

@media(max-width: 768px) {
    .fxg-user-options__menu-btn {
        display:inline-block !important
    }

    [dir] .fxg-user-options__menu-btn {
        padding-top: 10px
    }
}

html[dir=rtl] .fxg-user-options {
    float: left
}

html[dir=rtl] .fxg-user-options__search .fxg-mouse {
    padding-right: 18px;
    padding-left: auto
}

html[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
    padding-left: 0;
    padding-right: 20px;
    border-left: 1px solid #fff;
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5
}

@media(max-width: 767px) {
    html[dir=rtl] .fxg-user-options__search .fxg-user-options__search-field {
        border-radius:0
    }
}

html[dir=rtl] .fxg-user-options {
    float: left
}

html[dir=rtl] .fxg-user-options__search .fxg-mouse {
    padding-right: 18px;
    padding-left: auto
}

.fxg-search {
    display: inline-block
}

[dir] .fxg-search {
    background: #4d148c
}

[dir=ltr] .fxg-search {
    float: right
}

[dir=rtl] .fxg-search {
    float: left
}

@media(max-width: 663px) {
    .fxg-nav--mobile-menu-open .fxg-search {
        display:block;
        position: absolute;
        top: 60px;
        width: 100%
    }

    [dir] .fxg-nav--mobile-menu-open .fxg-search {
        float: none !important;
        border-top: 1px solid #fff
    }

    [dir=ltr] .fxg-nav--mobile-menu-open .fxg-search {
        left: 0
    }

    [dir=rtl] .fxg-nav--mobile-menu-open .fxg-search {
        right: 0
    }

    .fxg-search .fxg-user-options__search__input {
        display: block
    }

    [dir] .fxg-search .fxg-user-options__search__input {
        border: 0
    }
}

html[dir=rtl] .fxg-search {
    float: left
}

.fxg-search-results {
    width: 100%;
    display: none
}

.fxg-search-results--show {
    display: block
}

@media(max-width: 663px) {
    .fxg-search-results--show {
        width:100vw;
        position: relative;
        z-index: 12
    }

    [dir=ltr] .fxg-search-results--show {
        margin-left: -0.9375rem
    }

    [dir=rtl] .fxg-search-results--show {
        margin-right: -0.9375rem
    }
}

.fxg-search-results__row {
    display: block;
    text-decoration: none
}

.search_closeMark::-ms-clear {
    display: none
}

@-webkit-keyframes search-slide {
    to {
        width: 670px
    }
}

@keyframes search-slide {
    to {
        width: 670px
    }
}

@media(min-width: 0) and (max-width:663px) {
    @-webkit-keyframes search-slide {
        to {
            width:375px
        }
    }

    @keyframes search-slide {
        to {
            width: 375px
        }
    }
}

@media(min-width: 664px) and (max-width:767px) {
    @-webkit-keyframes search-slide {
        to {
            width:375px
        }
    }

    @keyframes search-slide {
        to {
            width: 375px
        }
    }
}

@media(min-width: 768px) and (max-width:1023px) {
    @-webkit-keyframes search-slide {
        to {
            width:375px
        }
    }

    @keyframes search-slide {
        to {
            width: 375px
        }
    }
}

@-webkit-keyframes search-slide-close {
    to {
        width: 0
    }
}

@keyframes search-slide-close {
    to {
        width: 0
    }
}

[dir] .fxg-dropdown__sub-menu.utility-nav-dropdown__sub-menu .richtext div {
    padding: 0
}

.fxg-font-size-14 {
    font-size: .875rem
}

.fxg-user-options .fxg-link--blue {
    font-size: .875rem !important;
    line-height: 1.3 !important
}

.fxg-rte .fxg-font-size-14>a {
    font-weight: 500 !important
}

@media(max-width: 663px) {
    .fxg-user-options__search-field.fxg-search-js.search_closeMark {
        font-style:normal;
        font-weight: 400;
        font-size: 1rem
    }
}

.fxg-dropdown__sub-menu .fxg-img-default.fxg-link--blue {
    font-weight: 700 !important;
    line-height: 1.3 !important
}

.fxg-dropdown__sub-menu .fxg-img-default.fxg-link--blue:hover {
    font-weight: 700 !important;
    line-height: 1.3 !important
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.clear {
    clear: both
}

html {
    width: 100%;
    height: 100%
}

body {
    background: #fff;
    margin: 0;
    color: #333;
    width: 100%;
    overflow-x: hidden
}

.fxg-body-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px
}

.fxg-body-container .fxg-linkcontainer {
    margin: 0 0 0 30px
}

.fxg-main-content {
    position: relative;
    margin-top: 0
}

.fxg-display-text {
    margin-top: 75px
}

.fxg-genericpage-content {
    margin-top: 75px
}

@media(max-width: 767px) {
    .fxg-genericpage-content {
        margin-top:60px
    }
}

.fxg-purple {
    color: #4d148c
}

.fxg-blue {
    color: #007ab7
}

.fxg-gray {
    color: #333
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.italic {
    font-style: italic
}

html[dir=rtl] .dropdown.aem-GridColumn.aem-GridColumn--default--12 {
    float: right
}

.fxg-wrapper {
    width: 970px;
    margin: 0 auto
}

@media screen and (min-width: 993px) and (max-width:1100px) {
    .fxg-wrapper {
        width:923px
    }
}

.fxg-nav .fxg-wrapper {
    position: relative
}

.fxg-alert .fxg-wrapper {
    position: relative
}

.fxg-expandable-cols .fxg-wrapper {
    overflow: hidden
}

.fxg-carousel .fxg-wrapper {
    padding: 0
}

.fxg-wrapper .fxg-wrapper {
    padding: 0;
    max-width: 100%
}

@media screen and (max-width: 992px) {
    .fxg-wrapper {
        width:738px;
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .fxg-wrapper {
        width:auto;
        min-width: 290px
    }
}

@media screen and (min-width: 993px) {
    .fxg-desktop--hide {
        display:none !important
    }
}

@media print {
    .fxg-desktop--hide {
        display: none !important
    }
}

@media screen and (max-width: 992px) and (min-width:768px) {
    .fxg-tablet--hide {
        display:none !important
    }
}

@media screen and (max-width: 767px) {
    .fxg-mobile--hide {
        display:none !important
    }
}

.fxg-hidden {
    display: none
}

input {
    outline: 0
}

.fxg-column-75 {
    width: 75%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fxg-column-67 {
    width: 67%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fxg-column-50 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fxg-column-33 {
    width: 33%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fxg-column-25 {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fxg-basic-header {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #4d148c;
    height: 75px
}

.fxg-basic-header-text {
    float: right;
    font-size: 25px;
    margin: 25px 40px;
    color: #fff
}

.fxg-basic-logo {
    float: left;
    margin: 25px 40px
}

.fxg-basic-logo img {
    height: 25px
}

.fxg-text--white {
    color: #fff !important
}

@media(max-width: 767px) {
    .fxg-landing-hero .fxg-text--white {
        color:#333 !important
    }
}

.fxg-divider {
    margin-top: 50px;
    margin-bottom: 50px
}

.fxg-margin-top-10 {
    margin-top: 10px
}

.fxg-margin-top-20 {
    margin-top: 20px
}

.fxg-margin-bottom-10 {
    margin-bottom: 10px
}

.fxg-margin-bottom-20 {
    margin-bottom: 20px
}

@media(max-width: 767px) {
    *:focus {
        outline:0
    }
}

.fxg-brand-redesign {
    overflow-y: scroll
}

.experiencefragment .xf-content-height,.experiencefragment_1 .xf-content-height {
    margin: inherit;
    min-height: inherit
}

.fxg-xf-padding,.aem-GridColumn {
    padding-right: 0;
    padding-left: 0
}

.headerv2.aem-GridColumn.aem-GridColumn--default--12 {
    float: none
}

.fxg-dropdown.fxg-global-nav .dropdown.aem-GridColumn.aem-GridColumn--default--12 {
    width: auto
}

.fxg-dropdown .aem-Grid-newComponent {
    clear: none;
    margin: 13px 0 16px 0
}

.aem-GridColumn {
    padding: 0
}

.fxg-footer__social .title_v1 {
    display: inline-block;
    vertical-align: top
}

@media(max-width: 767px) {
    .fxg-footer__social .title_v1 {
        display:block
    }

    .fxg-copyright .fxg-col {
        display: inline-block
    }
}

.fxg-topic-list {
    margin: 30px auto
}

.fxg-topic-list p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px
}

.fxg-topic-list__row {
    max-width: 960px;
    display: block;
    margin-bottom: 20px
}

.fxg-topic-list__video,.fxg-topic-list__thumbnail {
    width: 35%;
    float: left;
    padding-right: 20px
}

.fxg-topic-list__video .fxg-img,.fxg-topic-list__thumbnail .fxg-img {
    width: 100%;
    height: auto
}

@media(max-width: 767px) {
    .fxg-topic-list__video,.fxg-topic-list__thumbnail {
        width:100%;
        padding-right: 0
    }
}

.fxg-topic-list__detail {
    width: 65%;
    float: left;
    text-align: left;
    padding-bottom: 15px
}

.fxg-topic-list__detail .fxg-topic-title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .fxg-topic-list__detail .fxg-topic-title {
        width:100%;
        text-align: center
    }
}

.fxg-topic-list__detail .fxg-topic-synopsis {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300
}

@media(max-width: 767px) {
    .fxg-topic-list__detail {
        width:100%;
        text-align: center
    }
}

.fxg-topic-list__load-more-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(182,182,182,0.5)
}

.fxg-topic-list__loading {
    text-align: center
}

html[dir=rtl] .fxg-topic-list__video,html[dir=rtl] .fxg-topic-list__thumbnail {
    padding-right: inherit;
    padding-left: 20px
}

html[dir=rtl] .fxg-topic-list__detail {
    float: right;
    text-align: right
}

html[dir=rtl] .fxg-topic-list__detail .fxg-topic-title {
    text-align: right
}

.fxg-labels {
    display: flex;
    width: 100%;
    max-width: 780px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}

.fxg-labels * {
    box-sizing: border-box
}

.fxg-labels__title {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #333;
    text-align: center;
    margin: 45px auto;
    font-size: 20px;
    margin-top: 0
}

.fxg-labels__print-container {
    width: calc(60% - 10px);
    background-color: #fff;
    padding: 30px 35px 30px 20px;
    margin-bottom: 20px
}

.fxg-labels__print-title {
    font-size: 16px;
    color: #33333;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__print-details {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    color: #333
}

.fxg-labels__print-details+.fxg-labels__print-button {
    margin-top: 25px
}

.fxg-labels__print-button {
    font-size: 19px;
    color: #fff;
    background-color: #ff6200;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.11px;
    line-height: 12px;
    padding: 18.5px 40px;
    border: 0;
    height: auto;
    line-height: 14px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__tracking-container {
    width: calc(40% - 10px);
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px
}

.fxg-labels__tracking-number {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px
}

.fxg-labels__tracking-details {
    -webkit-font-smoothing: antialiased
}

.fxg-labels__pickup-container {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px
}

.fxg-labels__tracking-details {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__create-container {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    justify-content: center
}

.fxg-labels__create-button {
    border: 2px solid #ff6200;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 17px 40px;
    position: relative;
    margin: 0;
    outline: 0;
    transition: all .2s;
    transform: scale(1);
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16.5px 64px 16.5px;
    background-color: transparent;
    color: #ff6200;
    border-radius: 0;
    height: auto;
    line-height: 14px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__tracking-title {
    font-size: 16px;
    color: #33333;
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__pickup-title {
    font-size: 16px;
    color: #33333;
    font-weight: 300;
    margin-bottom: 8px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased
}

.fxg-labels__print-title:focus,.fxg-labels__tracking-title:focus,.fxg-labels__pickup-container .fxg-labels__tracking-details:focus,.fxg-labels__print-button:focus,.fxg-labels__create-button:focus {
    outline-color: #0079b5;
    outline-style: auto;
    outline-width: 5px
}

@media(max-width: 767px) {
    .fxg-labels__print-container {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 60px
    }

    .fxg-labels__print-title {
        font-size: 15px
    }

    .fxg-labels__print-details {
        font-size: 10px
    }

    .fxg-labels__tracking-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        text-align: center
    }

    .fxg-labels__pickup-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        text-align: center
    }

    .fxg-labels__pickup-title {
        width: 100%;
        font-size: 15px
    }

    .fxg-labels__tracking-title {
        width: 100%;
        font-size: 15px
    }

    .fxg-labels__tracking-number {
        width: 100%;
        font-size: 13px
    }
}

.fxg-tagged-pages {
    position: relative;
    width: 100%;
    margin: 20px 0
}

.fxg-tagged-pages img {
    max-height: 100%;
    width: 100%
}

.fxg-tagged-pages .fxg-tagged-pages__title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px
}

.fxg-tagged-pages__card-view {
    margin-bottom: 24px
}

.fxg-tagged-pages__carousel-view .fxg-link {
    padding-bottom: 15px
}

.fxg-tagged-pages__description {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px
}

.fxg-tagged-pages__one-card {
    display: block;
    max-width: 970px;
    margin: 24px auto;
    background-color: #fafafa
}

.fxg-tagged-pages__one-card__image {
    width: 44%;
    float: left
}

.fxg-tagged-pages__one-card__content {
    width: 56%;
    float: left;
    padding: 24px 48px;
    text-align: left
}

.fxg-tagged-pages__one-card .fxg-tagged-pages__title {
    margin-top: 0
}

.fxg-tagged-pages__arrow {
    display: inline-block
}

.fxg-tagged-pages__list-view {
    display: inline-block
}

.fxg-tagged-pages__list-view__link {
    display: block;
    padding: 0 16px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 23px
}

.fxg-tagged-pages__list-view__link:last-child {
    margin-bottom: 0
}

.fxg-tagged-pages__list-view__link:hover {
    text-decoration: underline
}

.fxg-tagged-pages__list-view__link svg {
    display: inline-block;
    width: 20px;
    height: 15px;
    fill: #007ab7;
    vertical-align: text-bottom;
    margin-left: 10px
}

@media(max-width: 767px) {
    .fxg-tagged-pages__one-card__content,.fxg-tagged-pages__one-card__image {
        width:100%
    }

    .fxg-tagged-pages__card-view {
        margin-bottom: 40px
    }

    .fxg-tagged-pages__carousel-view .fxg-tagged-pages__card-view {
        margin-bottom: 20px
    }

    .fxg-tagged-pages__carousel-view .owl-item {
        height: auto !important
    }
}

html[dir=rtl] .fxg-tagged-pages__one-card__content {
    text-align: right
}

html[dir=rtl] .fxg-tagged-pages__list-view__link svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 10px
}

.fxg-tabs {
    margin-top: 25px;
    margin-bottom: 60px
}

.fxg-tabs__lead {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 300;
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center
}

@media(max-width: 992px) {
    .fxg-tabs__lead {
        max-width:100%
    }
}

.fxg-tabs .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border: 0
}

.fxg-tabs .tab-content {
    margin-top: 30px
}

.fxg-tabs .tab-content p {
    margin: 0 auto 30px
}

@media(max-width: 767px) {
    .fxg-tabs .tab-content {
        margin-top:15px
    }
}

.fxg-tabs .nav-tabs>li>a {
    display: block;
    color: #333;
    background-color: #f2f2f2;
    height: 50px;
    width: 210px;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    line-height: 50px
}

@media(max-width: 992px) {
    .fxg-tabs .nav-tabs>li>a {
        width:176px
    }
}

.fxg-tabs .nav-tabs>li>a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 400;
    color: #333
}

@media(max-width: 992px) {
    .fxg-tabs .nav-tabs>li>a span {
        letter-spacing:1px
    }
}

.fxg-tabs .nav-tabs>li.active>a,.fxg-tabs .nav-tabs>li.active>a:hover,.fxg-tabs .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #4d148c;
    border: 0;
    height: 60px;
    width: 220px;
    transition: .13s ease-in-out;
    line-height: 60px;
    pointer-events: none;
    cursor: default
}

@media(max-width: 992px) {
    .fxg-tabs .nav-tabs>li.active>a,.fxg-tabs .nav-tabs>li.active>a:hover,.fxg-tabs .nav-tabs>li.active>a:focus {
        width:186px
    }
}

.fxg-tabs .nav-tabs>li.active>a span,.fxg-tabs .nav-tabs>li.active>a:hover span,.fxg-tabs .nav-tabs>li.active>a:focus span {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 700;
    color: #fff
}

.fxg-tabs .toggle-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.fxg-tabs .toggle-view .nav-toggles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.fxg-tabs .toggle-view .nav-toggles .cmp-tabs__tab {
    padding: 0;
    outline: 0
}

.fxg-tabs .toggle-view .nav-toggles>li {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 192px;
    background: #4d148c;
    bottom: 0;
    right: 0;
    z-index: 10;
    -moz-transition: all .56s ease-in-out;
    -o-transition: all .56s ease-in-out;
    -webkit-transition: all .56s ease-in-out;
    transition: all .56s ease-in-out
}

.fxg-tabs .toggle-view .nav-toggles li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0
}

.fxg-tabs .toggle-view .nav-toggles>li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 43px;
    max-height: 60px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #333;
    padding: 0 5px;
    width: 192px;
    font-weight: 400;
    -moz-transition: color .12s ease-in;
    -o-transition: color .12s ease-in;
    -webkit-transition: color .12s ease-in;
    transition: color .12s ease-in
}

.fxg-tabs .toggle-view .nav-toggles>li>a:hover,.fxg-tabs .toggle-view .nav-toggles>li>a:focus {
    background: 0
}

.fxg-tabs .toggle-view .nav-toggles>li>a span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    letter-spacing: -0.2px;
    margin: 13px 0;
    font-weight: 400;
    max-height: 34px
}

.fxg-tabs .toggle-view .nav-toggles>li.active>a span,.fxg-tabs .toggle-view .nav-toggles>li.active>a:hover span,.fxg-tabs .toggle-view .nav-toggles>li.active>a:focus span {
    color: #4d148c
}

.fxg-tabs .fxg-secondary-menu__dropdown-content h2.fxg-title {
    font-size: 35px;
    font-weight: 300
}

.fxg-tabs .fxg-secondary-menu__dropdown-content h3.fxg-title {
    font-size: 25px;
    font-weight: 400
}

.fxg-tabs .fxg-secondary-menu__dropdown-content h4.fxg-title,.fxg-tabs .fxg-secondary-menu__dropdown-content h5.fxg-title,.fxg-tabs .fxg-secondary-menu__dropdown-content h6.fxg-title {
    font-size: 18px;
    font-weight: 500
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    right: calc(100% - 192px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    right: calc(100% - 384px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    right: calc(100% - 576px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    right: calc(100% - 728px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    right: calc(100% - 960px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    right: calc(100% - 1152px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    right: calc(100% - 1344px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    right: calc(100% - 1536px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    right: calc(100% - 1728px)
}

.tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    right: calc(100% - 1920px)
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles {
    padding: 0
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
    left: 0;
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
    left: calc(100% - 192px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
    left: calc(100% - 384px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
    left: calc(100% - 576px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
    left: calc(100% - 728px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
    left: calc(100% - 960px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
    left: calc(100% - 1152px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
    left: calc(100% - 1344px)
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
    left: calc(100% - 1536px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
    left: calc(100% - 1728px);
    right: auto
}

html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
    left: calc(100% - 1920px);
    right: auto
}

@media(min-width: 768px) and (max-width:992px) {
    .fxg-tabs .toggle-view .nav-toggles>li>a {
        width:177px;
        height: 60px
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
        width: 177px
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
        right: calc(100% - 177px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
        right: calc(100% - 354px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
        right: calc(100% - 531px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
        right: calc(100% - 708px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
        right: calc(100% - 885px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
        right: calc(100% - 1062px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
        right: calc(100% - 1239px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
        right: calc(100% - 1416px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
        right: calc(100% - 1593px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
        right: calc(100% - 1770px)
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
        left: calc(100% - 177px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
        left: calc(100% - 354px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
        left: calc(100% - 531px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
        left: calc(100% - 708px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
        left: calc(100% - 885px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
        left: calc(100% - 1062px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
        left: calc(100% - 1239px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
        left: calc(100% - 1416px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
        left: calc(100% - 1593px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
        left: calc(100% - 1770px);
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .fxg-tabs .toggle-view .nav-toggles>li>a {
        width:140px
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:last-child:before {
        width: 140px
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
        right: calc(100% - 140px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
        right: calc(100% - 280px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
        right: calc(100% - 420px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
        right: calc(100% - 560px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
        right: calc(100% - 700px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
        right: calc(100% - 840px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
        right: calc(100% - 980px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
        right: calc(100% - 1120px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
        right: calc(100% - 1260px)
    }

    .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
        right: calc(100% - 1400px)
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(1).active ~ li:last-child:before {
        left: calc(100% - 140px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(2).active ~ li:last-child:before {
        left: calc(100% - 280px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(3).active ~ li:last-child:before {
        left: calc(100% - 420px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(4).active ~ li:last-child:before {
        left: calc(100% - 560px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(5).active ~ li:last-child:before {
        left: calc(100% - 700px);
        right: 0
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(6).active ~ li:last-child:before {
        left: calc(100% - 840px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(7).active ~ li:last-child:before {
        left: calc(100% - 980px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(8).active ~ li:last-child:before {
        left: calc(100% - 1120px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(9).active ~ li:last-child:before {
        left: calc(100% - 1260px);
        right: auto
    }

    html[dir=rtl] .tabs_container .fxg-tabs .toggle-view .nav-toggles li:nth-child(10).active ~ li:last-child:before {
        left: calc(100% - 1400px);
        right: auto
    }
}

[dir] .aem-Grid .fxg-tabs {
    margin-top: 15px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    [dir] .aem-Grid .fxg-tabs {
        margin-bottom:20px;
        margin-bottom: 30px
    }
}

.fxg-spacer {
    clear: both
}

.fxg-spacer-hide--mobile,.fxg-spacer-hide--tablet,.fxg-spacer-hide--desktop {
    display: block
}

@media only screen and (max-width: 767px) {
    .fxg-spacer-hide--tablet,.fxg-spacer-hide--desktop {
        display:none
    }
}

@media(min-width: 768px) and (max-width:992px) {
    .fxg-spacer-hide--mobile,.fxg-spacer-hide--desktop {
        display:none
    }
}

@media only screen and (min-width: 993px) {
    .fxg-spacer-hide--mobile,.fxg-spacer-hide--tablet {
        display:none
    }
}

.fxg-show-hide__trigger {
    position: relative;
    padding-left: 20px;
    padding-bottom: 25px;
    text-decoration: none;
    cursor: pointer
}

.fxg-show-hide__trigger__icon {
    position: absolute;
    top: 7px;
    left: 0
}

.fxg-show-hide__trigger__text {
    color: #007ab7;
    font-size: 14px;
    font-weight: 600
}

.fxg-show-hide__panel {
    overflow: hidden;
    transition: height .3s ease-out
}

.fxg-plus-minus {
    width: 21px;
    height: 21px;
    cursor: pointer
}

.fxg-plus-minus:before,.fxg-plus-minus:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 2px;
    transition: transform .3s ease;
    background: #007ab7 !important;
    content: ''
}

.fxg-plus-minus:after {
    transform: rotate(90deg)
}

.fxg-plus-minus:before {
    transform: rotate(180deg)
}

.is-active .fxg-plus-minus:after {
    transform: rotate(180deg)
}

html[dir=rtl] .fxg-show-hide__trigger {
    padding-left: 0;
    padding-right: 20px
}

html[dir=rtl] .fxg-show-hide__trigger__icon {
    right: 0;
    left: auto
}

.fxg-popup {
    margin-top: 60px
}

.fxg-popup p {
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px
}

.fxg-popup p:last-child {
    margin-bottom: 50px
}

.fxg-popup li {
    font-size: 16px
}

.fxg-popup .fxg-main-content {
    padding-right: 20px;
    padding-left: 20px
}

.fxg-popup .fxg-print-indicator {
    float: left;
    cursor: pointer
}

.fxg-popup .fxg-print-indicator svg {
    height: 60px
}

div.navbar:not(:has(div)) {
    display: none
}

[dir=ltr] .fxg-navbar__menu__item__button--icon-after>*,[dir=ltr] .fxg-navbar__toggle,[dir=ltr] .fxg-navbar__toggle_b {
    margin-left: auto;
    width: auto
}

[dir=rtl] .fxg-navbar__menu__item__button--icon-after>*,[dir=rtl] .fxg-navbar__toggle,[dir=rtl] .fxg-navbar__toggle_b {
    margin-right: auto;
    width: auto
}

[dir=rtl] .fxg-navbar__back-arrow {
    transform: rotate(180deg)
}

.show,main,fxg-navbar__kebab__menu {
    display: block
}

.fxg-navbar__menu__item__button {
    background-color: inherit
}

.fxg-navbar.fxg-navbar__sticky {
    position: fixed;
    z-index: 99
}

.fxg-navbar__kebab__item {
    visibility: hidden
}

* {
    box-sizing: border-box
}

.bi-arrow-left {
    color: #3e3e3e
}

.fxg-navbar__widthcontrol {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%
}

.fxg-navbar {
    background-color: #fff;
    z-index: 2;
    height: 3.875rem;
    position: relative
}

.fxg-navbar::before {
    bottom: 0;
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    border-bottom: 1px solid #e3e3e3
}

[dir=ltr] .fxg-navbar::before {
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .fxg-navbar::before {
    right: 50%;
    transform: translateX(50%)
}

.fxg-navbar__main {
    display: flex;
    align-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.14)
}

.fxg-navbar__toggle,.fxg-navbar__toggle_b {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    box-shadow: 0;
    transition: .2s cubic-bezier(.23,1,.32,1);
    cursor: pointer
}

.fxg-navbar__title {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 !important;
    padding: 8px
}

.fxg-navbar__toggle {
    font-size: 1.1875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-width: 0;
    height: 0;
    min-height: 3.5rem;
    background-color: transparent;
    line-height: 1
}

.fxg-navbar__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    z-index: 99
}

.fxg-navbar__kebab__item {
    list-style: none
}

.fxg-navbar__menu>* {
    margin: 0
}

.fxg-navbar__menu__item--is-active {
    z-index: 2;
    position: relative
}

.fxg-navbar__menu__item__button,.fxg-navbar__menu__item__text {
    font-weight: 400;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    width: 100%;
    height: calc(3.875rem - 2px);
    min-height: calc(3.875rem - 2px);
    letter-spacing: .1px
}

a.fxg-navbar__menu__item__button {
    text-decoration: none
}

.fxg-icon,.fxg-navbar__toggle_b [class*=icon] {
    vertical-align: top;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.fxg-navbar__menu__item__button {
    display: flex
}

[dir=ltr] .fxg-navbar__menu__item__button,[dir=ltr] .fxg-navbar__menu__item__text {
    direction: ltr;
    text-decoration: none
}

[dir=rtl] .fxg-navbar__menu__item__button,[dir=rtl] .fxg-navbar__menu__item__text {
    direction: rtl;
    text-decoration: none
}

.fxg-navbar__menu__item__button:focus,.fxg-navbar__menu__item__button:hover {
    background-color: #fafafa;
    text-decoration: underline;
    text-decoration-color: #00689c
}

.fxg-navbar__toggle_b:focus,.fxg-navbar__toggle_b:hover,.fxg-navbar__menu__item-is-active .fxg-navbar__toggle_b {
    background-color: #fafafa
}

.fxg-navbar__menu__item__button--icon-after>* {
    font-size: 1rem
}

.fxg-navbar__menu__item__button [class*=icon] {
    font-size: 1.25rem
}

.fxg-icon {
    display: inline-block;
    color: inherit
}

.fxg-navbar__dropdown>.fxg-icon {
    background-image: none
}

.fxg-navbar__menu__item--has-submenu>.fxg-navbar__menu {
    display: none;
    flex-direction: column;
    align-items: flex-start
}

.fxg-navbar__menu__item--is-active>.fxg-navbar__menu {
    background-color: #fff;
    display: block;
    z-index: 2;
    width: 280px
}

.fxg-navbar__menu__item {
    font-size: 1rem;
    min-height: 0
}

.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item {
    margin: 0;
    align-self: stretch;
    border-bottom: solid 0 #e3e3e3;
    line-height: 24px;
    letter-spacing: -0.1px
}

.fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item>.fxg-navbar__menu__item__button {
    color: #333
}

.fxg-navbar__toggle_b {
    align-items: center;
    justify-content: center;
    padding: 0;
    border-width: 0;
    height: 0;
    min-height: 3.5rem;
    background-color: transparent
}

.fxg-navbar__toggle_b [class*=icon] {
    color: #007ab7;
    font-size: 1.25rem;
    display: inline-block
}

.fxg-kebab__menu__gap {
    float: left;
    margin-left: 5px
}

.fxg-kebab__menu_item div.aem-Grid {
    padding-top: 61px
}

div.navbar {
    margin-bottom: 0
}

.fxg-kebab__menu_item div.link a.fxg-link.default,.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
    border-bottom: solid 1px #e3e3e3;
    line-height: 24px;
    font-size: 14px !important;
    font-weight: 300;
    background-color: #fff;
    color: #333 !important;
    padding: 12px 20px;
    height: calc(3.875rem - 2px);
    display: flex;
    letter-spacing: .1px;
    align-items: center
}

.fxg-kebab__menu_item div.link a.fxg-link.default:hover,.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:hover {
    background-color: #fafafa;
    text-decoration: none
}

.fxg-kebab__menu_item div.link a.fxg-link.default:focus,.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:focus {
    padding: 20px
}

.fxg-kebab__menu_item div.link a.fxg-link.default {
    justify-content: left
}

@media(min-width: 992px) {
    .fxg-navbar-hidden\@medium {
        display:none !important
    }
}

@media(min-width: 0) and (max-width:1023px) {
    .fxg-navbar__menu__item {
        font-size:14px;
        line-height: 24px;
        letter-spacing: -0.1px;
        border-bottom: solid 1px #e3e3e3;
        padding: 0
    }

    .fxg-navbar__menu__item--is-active>.fxg-navbar__menu {
        border-top: solid 1px #e3e3e3;
        width: 100%
    }

    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item {
        background-color: #fafafa
    }

    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button--icon-after {
        font-weight: bold
    }

    .fxg-navbar__title {
        font-size: 20px;
        line-height: 24px
    }

    a.fxg-navbar__menu__item__button {
        color: #333;
        padding-left: 8px;
        border-bottom: solid 1px #e3e3e3
    }

    .fxg-navbar__toggle svg {
        height: 48px;
        width: 40px
    }

    .fxg-navbar__toggle .fxg-icon {
        background: 0
    }

    .showOnDesktop {
        display: none
    }

    .fxg-navbar__menu,.fxg-navbar__toggle_b {
        display: none
    }

    .fxg-navbar__menu--lined-root-is-active {
        display: inline-block
    }

    .fxg-navbar__menu--is-open\@small {
        display: flex;
        margin-top: 3px;
        background-color: #fff
    }

    .fxg-navbar__menu {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column !important;
        flex: 0 1 100%;
        z-index: 2;
        background-color: #fff
    }

    .fxg-navbar__menu__item__button {
        background-color: inherit
    }

    .fxg-navbar__menu__item__button:focus,.fxg-navbar__menu__item__button:hover {
        background-color: #fafafa;
        text-decoration: none
    }

    .fxg-navbar__toggle {
        display: block !important;
        padding: 10px !important
    }

    .bi-arrow-left {
        height: 60px;
        width: 24px;
        margin-left: 5px
    }

    [dir=ltr] .fxg-navbar__menu__item--has-submenu>a.fxg-navbar__menu__item__button {
        padding-left: 10px
    }

    [dir=rtl] .fxg-navbar__menu__item--has-submenu>a.fxg-navbar__menu__item__button {
        padding-right: 10px
    }

    .fxg-navbar__back-arrow {
        padding-left: 5px
    }
}

@media(min-width: 1024px) {
    .hideOnDesktop {
        display:none
    }

    .fxg-navbar__main {
        max-width: 60.625rem;
        background: 0;
        z-index: initial;
        box-shadow: none;
        flex-wrap: nowrap
    }

    .fxg-navbar__title {
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -0.4px;
        margin: 0 !important;
        padding: 0;
        font-size: 20px
    }

    .fxg-navbar__toggle {
        display: none !important
    }

    .fxg-navbar__menu {
        flex: 0 1 auto;
        flex-direction: row
    }

    .fxg-kebab__menu_item {
        flex: 0 1 auto;
        flex-direction: column;
        list-style: none;
        text-transform: none
    }

    [dir=ltr] .fxg-kebab__menu {
        direction: rtl;
        padding-right: 6px
    }

    [dir=ltr] .fxg-navbar__menu {
        margin-left: auto
    }

    [dir=rtl] .fxg-kebab__menu {
        direction: ltr;
        padding-left: 6px
    }

    [dir=rtl] .fxg-navbar__menu {
        margin-right: auto
    }

    .fxg-navbar__menu__item__button,.fxg-navbar__menu__item__text {
        padding: 12px 20px;
        color: #007ab7
    }

    [dir=ltr] .fxg-navbar__menu__item__button--icon-after>* {
        padding-left: .5rem
    }

    [dir=rtl] .fxg-navbar__menu__item__button--icon-after>* {
        padding-right: .5rem
    }

    .fxg-navbar__menu__item-is-active .fxg-kebab__menu_item,.fxg-navbar__menu .fxg-navbar__menu {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.14);
        border: 1px solid #e3e3e3;
        clip-path: inset(0 -10px -10px -10px)
    }

    .fxg-navbar__menu__item--is-active>.fxg-navbar__menu {
        position: absolute;
        top: 61px;
        display: block
    }

    [dir=ltr] .fxg-navbar__menu__third__item {
        right: 0
    }

    .fxg-navbar__menu--lined-root>li>ul>li+li {
        border-top: 1px solid #e3e3e3 padding-left:12px padding-right:12px
    }

    .fxg-navbar__menu__item-is-active .fxg-navbar__menu__item {
        visibility: visible
    }

    .fxg-navbar__menu__item-is-hidden .fxg-navbar__menu__item {
        visibility: hidden
    }

    .fxg-kebab__menu {
        max-width: 75px
    }

    .fxg-kebab__menu .fxg-navbar__toggle_b {
        float: right;
        padding: 0
    }

    [dir="rtl"] .fxg-navbar__menu__item {
        direction: ltr
    }

    a.fxg-navbar__menu__item__button {
        background-color: #fff
    }

    .fxg-navbar__toggle_b .fxg-kebab__menu_item {
        min-width: 160px;
        width: 280px;
        box-shadow: none;
        border: 0
    }

    .fxg-kebab__menu ul {
        max-width: 40px;
        height: 63px
    }

    .fxg-kebab__menu a {
        color: #3e3e3e;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.14);
        border: 1px solid #e3e3e3
    }

    .fxg-kebab__menu li:first-of-type a {
        margin-top: 62px
    }

    .bi-arrow-left {
        margin-right: 8px
    }

    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button--icon-after {
        font-weight: bold;
        text-decoration: none
    }

    .fxg-navbar__dropdown {
        padding-bottom: .8em
    }

    .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button .fxg-navbar__dropdown {
        transform: rotate(180deg);
        padding-right: .5rem;
        padding-left: 0rem
    }

    .fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item {
        border-bottom: solid 1px #e3e3e3
    }

    .fxg-navbar__menu__item--has-submenu .fxg-navbar__menu__item>a {
        font-size: 14px
    }

    .fxg-navbar__backarrow-svg {
        transform: scale(1.5)
    }

    .fxg-navbar__toggle_b .fxg-kebab__menu_item>a {
        margin: 0;
        align-self: stretch;
        border-bottom: solid 0 #e3e3e3;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 24px;
        letter-spacing: -0.1px;
        font-size: 14px !important
    }

    [dir=rtl] .fxg-navbar__back-arrow svg {
        height: 70px
    }
}

@media screen and (max-width: 992px) {
    .fxg-navbar__widthcontrol {
        display:flex;
        align-content: center;
        flex-wrap: wrap;
        width: 738px;
        margin: auto
    }

    .bi-arrow-left {
        margin-left: 15px
    }

    .fxg-navbar__title {
        margin-left: 10px !important
    }

    .bi-arrow-left+.fxg-navbar__title {
        margin-left: 0 !important
    }

    .fxg-kebab__menu_item div.aem-Grid {
        padding-top: 0
    }

    .fxg-kebab__menu_item a {
        padding: 12px 10px !important;
        font-weight: 400
    }

    svg.bi-arrow-left {
        height: 100%
    }

    .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
        padding: 12px 10px
    }

    button.fxg-navbar__toggle+ul.fxg-navbar__menu button {
        padding: 0 0 0 10px
    }

    [dir="rtl"] button.fxg-navbar__toggle+ul.fxg-navbar__menu button {
        padding: 0 10px 0 0
    }

    .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
        background: #fafafa
    }

    .fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default:focus {
        padding: 12px 10px
    }
}

@media screen and (max-width: 767px) {
    .fxg-navbar__widthcontrol {
        width:100%
    }

    .bi-arrow-left {
        margin-left: 5px
    }

    .fxg-navbar__title {
        margin-left: 0 !important;
        padding-left: 20px !important
    }

    .fxg-navbar__back-arrow+.fxg-navbar__title {
        padding-left: 10px !important
    }

    .bi-arrow-left+.fxg-navbar__title {
        margin-left: 0 !important
    }

    .fxg-kebab__menu_item div.aem-Grid {
        padding-top: 0 !important;
        margin-top: 1px
    }

    .fxg-kebab__menu_item {
        padding: 0;
        height: calc(3.875rem - 2px);
        display: flex;
        align-items: center;
        line-height: 24px
    }

    .fxg-kebab__menu_item a {
        padding: 12px 8px !important;
        font-weight: 400
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .fxg-navbar__menu {
        max-width:280px
    }

    .bi-arrow-left {
        margin-left: 5px
    }

    .fxg-navbar__main>.fxg-navbar__widthcontrol {
        position: relative
    }

    button.fxg-navbar__toggle+ul.fxg-navbar__menu {
        position: absolute;
        right: 0;
        top: 50px;
        width: 280px
    }

    .fxg-navbar__title {
        margin-left: 0 !important;
        padding-left: 20px !important
    }

    .fxg-navbar__back-arrow+.fxg-navbar__title {
        padding-left: 10px !important
    }

    .bi-arrow-left+.fxg-navbar__title {
        margin-left: 0 !important
    }

    [dir="rtl"] button.fxg-navbar__toggle+ul.fxg-navbar__menu {
        left: 0;
        right: auto
    }
}

html[dir="rtl"].fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
    direction: rtl
}

html[dir="rtl"] .fxg-navbar__menu__item--is-active .fxg-navbar__menu__item__button .fxg-navbar__dropdown {
    transform: none;
    padding-left: 0;
    padding-right: 0
}

html[dir="rtl"] .fxg-link--carrot:after {
    margin-right: 5px;
    transform: rotateZ(90deg) rotateY(180deg)
}

[dir="rtl"] .fxg-kebab__menu_item div.link a.fxg-link.default {
    justify-content: right
}

@media screen and (min-width: 1024px) {
    [dir="rtl"] .fxg-navbar__menu__item {
        direction:rtl
    }

    [dir=rtl] .fxg-navbar__menu__third__item {
        right: auto;
        left: 0
    }

    h2.fxg-navbar__title {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 1023px) {
    .fxg-navbar {
        height:48px
    }

    .fxg-navbar__title {
        height: 48px
    }

    .fxg-navbar__toggle {
        padding: 0 10px 0 10px !important;
        min-height: 48px
    }

    .fxg-navbar__toggle svg {
        height: 32px
    }

    .fxg-navbar__back-arrow {
        max-height: 48px
    }

    .fxg-navbar__menu__item__button,.fxg-navbar__menu__item__text {
        height: 48px;
        min-height: 48px
    }

    .fxg-kebab__menu_item div.link a.fxg-link.default,.fxg-navbar__menu__item--has-submenu div.link a.fxg-link.default {
        height: 48px;
        font-weight: 400
    }

    .fxg-kebab__menu_item {
        height: auto
    }

    .fxg-kebab__menu_item div.link a.fxg-link.default {
        height: 48px
    }

    .fxg-navbar__menu>div>div>.link>.fxg-button {
        width: 100%
    }

    button.fxg-navbar__toggle>span:hover {
        height: 46px;
        display: flex;
        align-items: center;
        width: auto;
        background: #fafafa
    }

    button.fxg-navbar__toggle>span>svg:first-child {
        display: none
    }
}

.fxg-navbar__menu__item .link .fxg-button--orange,.fxg-navbar__menu__item .link .fxg-button--transparent {
    max-width: none;
    width: calc(100% - 20px);
    margin: auto;
    display: block;
    margin-bottom: 5px
}

.fxg-navbar__main .fxg-navbar__widthcontrol h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 300
}

span.fxg-kebab__menu__gap>button {
    background: none !important
}

span.fxg-kebab__menu__gap {
    float: left;
    margin-left: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.fxg-kebab__menu__gap>svg:first-child {
    display: none
}

.fxg-kebab__menu__gap>svg:last-child {
    display: block;
    height: 24px
}

.fxg-u-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88,89,91,0.65);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 20000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: unset;
    max-width: unset;
    max-height: unset;
    margin: unset;
    color: unset
}

.fxg-u-modal--peekaboo {
    position: relative;
    height: auto;
    display: none;
    padding: 0;
    color: #333;
    background-color: #f2f2f2;
    z-index: 20010
}

.fxg-u-modal__wrapper {
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: -200px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff
}

.fxg-u-modal__wrapper .fxg-wrapper {
    max-width: 100%
}

.fxg-u-modal__content {
    padding: 40px 100px;
    opacity: 0;
    visibility: hidden
}

.fxg-u-modal__content .fxg-link {
    color: #007ab7 !important
}

.fxg-u-modal--peekaboo .fxg-u-modal__wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -500px;
    width: auto;
    max-height: calc(100% - 60px);
    color: #333;
    background-color: #f2f2f2;
    box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -o-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: bottom .5s !important
}

.fxg-u-modal.is-open {
    opacity: 1;
    visibility: visible
}

.fxg-u-modal.is-open .fxg-u-modal__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.fxg-u-modal.is-open .fxg-u-modal__wrapper {
    margin: 70px auto
}

.fxg-u-modal--peekaboo.is-open .fxg-u-modal__wrapper {
    height: auto;
    bottom: 0
}

.fxg-u-modal__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 26px;
    height: 26px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 50%;
    z-index: 10
}

.fxg-u-modal__close:before,.fxg-u-modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    border-radius: 2px;
    background-color: #333f48;
    content: ''
}

.fxg-u-modal__close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fxg-u-modal__close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.flexbox .fxg-u-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.no-flexbox .fxg-u-modal {
    display: block;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center
}

.no-flexbox .fxg-u-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.no-flexbox .fxg-u-modal__wrapper {
    max-height: 100%;
    margin: 0 auto !important;
    vertical-align: middle;
    display: inline-block;
    text-align: left
}

.no-flexbox .fxg-u-modal__content {
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto
}

.has-fxg-u-modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden
}

::backdrop,::-webkit-backdrop {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

@media screen and (max-width: 768px) {
    .fxg-u-modal {
        background-color:#fff
    }

    .fxg-u-modal__wrapper {
        width: 100%;
        height: 100%
    }

    .fxg-u-modal__content {
        padding: 40px 20px
    }

    .no-flexbox .fxg-u-modal__content {
        padding-top: 0;
        padding-bottom: 0
    }

    .fxg-u-modal__close {
        position: fixed
    }

    .fxg-u-modal.is-open .fxg-u-modal__wrapper {
        margin: 0 auto
    }

    .no-flexbox .fxg-u-modal {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .fxg-modal-media {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 0
    }
}

@media(max-width: 320px) {
    .summary-tnc-res {
        width:23.5em;
        margin: auto
    }
}

.u-scroll-vertical {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

html[dir=rtl] .fxg-u-modal__close {
    left: 15px;
    right: auto
}

html[dir=rtl] .no-flexbox .fxg-u-modal__wrapper {
    text-align: right
}

.fxg-login-module {
    width: 240px;
    padding: 15px 15px 30px 15px;
    color: #333;
    background-color: #fff
}

#NavLoginRememberMe,#NavLoginRememberMe+label {
    outline: 0
}

@media(max-width: 992px) {
    .fxg-login-module {
        width:465px
    }
}

@media(max-width: 767px) {
    .fxg-login-module {
        padding:15px;
        width: 100%
    }
}

.fxg-login-module hr {
    margin: 20px -15px 20px
}

.fxg-login-module hr+p {
    margin-bottom: 20px;
    padding: 0
}

.fxg-login-module__remember-me {
    margin: 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 27px
}

.fxg-login-module .richtext {
    padding-bottom: 13px
}

.fxg-login-error {
    padding: 8px;
    color: #de002e
}

.fxg-login-module .fxg-field__placeholder {
    color: #333
}

.fxg-login-module .fxg-field-password__show-hide {
    text-align: right;
    background: #f2f2f2;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: right;
    position: relative;
    margin-top: -38px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

html[dir=rtl] .fxg-field-password__show-hide {
    text-align: left;
    float: left
}

.fxg-field__input-checkbox:not(:checked),.fxg-field__input-checkbox:checked {
    position: absolute;
    left: -1px !important;
    opacity: 0;
    top: 4px;
    height: 25px;
    width: 22px
}

.fxg-locations-module {
    width: 240px;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    color: #333
}

@media(max-width: 992px) {
    .fxg-locations-module {
        width:auto
    }
}

@media(max-width: 767px) {
    .fxg-locations-module {
        width:100%
    }
}

.fxg-app__location .fxg-field__placeholder {
    color: #333
}

.fxg-u-loader {
    position: relative;
    display: block
}

.fxg-u-loader__mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248,248,248,0.65);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 20000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fxg-u-loader__circular {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-animation: 1.3s linear infinite fxg-ld-dot-rotate;
    animation: 1.3s linear infinite fxg-ld-dot-rotate;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 20001
}

.fxg-u-loader__circular--fixed {
    position: fixed;
    top: 42%
}

.fxg-u-loader__circular--inline {
    position: relative
}

.fxg-u-loader__background {
    stroke: #ebf0f2
}

.fxg-u-loader__path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke: #4d148c;
    stroke-linecap: round;
    -webkit-animation: 1.3s ease-in-out infinite fxg-ld-circular-path;
    animation: 1.3s linear infinite fxg-ld-circular-path
}

@-webkit-keyframes fxg-ld-dot-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fxg-ld-dot-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fxg-ld-circular-path {
    0 {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes fxg-ld-circular-path {
    0 {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fxg-link sub,.fxg-drawer__button sub {
    display: inline-block;
    text-decoration: none
}

.link .fxg-button--orange,.link .fxg-button--transparent {
    max-width: 300px;
    min-width: 160px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px !important;
    max-height: 82px
}

[dir] .link .fxg-button--orange,[dir] .link .fxg-button--transparent {
    text-align: center;
    padding: 19px 30px
}

.link .fxg-button--round {
    line-height: 16px !important;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 50px;
    max-height: 72px;
    min-width: 160px;
    max-width: 280px;
    color: #007ab7 !important
}

.fxg-button--round-override {
    line-height: 16px !important;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 50px;
    max-height: 72px;
    min-width: 160px;
    max-width: 280px
}

[dir] .link .fxg-button--round {
    text-align: center
}

[dir] .fxg-button--round-override {
    padding: 15px 30px !important;
    text-align: center
}

.link .fxg-button--orange {
    color: #fff !important
}

[dir] .link .fxg-button--orange {
    background-color: #ff6200
}

.link .fxg-button--transparent {
    color: #ff6200 !important
}

[dir] .link .fxg-button--transparent {
    background-color: transparent;
    border: 2px solid #ff6200
}

a.fxg-link.default:hover,a.fxg-link.default:focus,a.fxg-link.fxg-link--blue:hover,a.fxg-link.fxg-link--blue:focus,a.fxg-link.fxg-link--gray:hover,a.fxg-link.fxg-link--gray:focus,a.fxg-link.fxg-link--blue-override:hover,a.fxg-link.fxg-link--blue-override:focus {
    text-decoration: underline
}

.fxg-mouse:hover,.fxg-mouse:focus,.fxg-user-options__sign-in-text:hover,.fxg-user-options__sign-in-text:focus,.fxg-keyboard:focus>span.fxg-mouse,#global-login-wrapper .fxg-keyboard:focus,a.fxg-drawer__button:hover,a.fxg-drawer__button:focus {
    text-decoration: underline
}

.fxg-footer .fxg-copyright .link,.fxg-main-content .fxg-footer .fxg-copyright .link {
    color: #fff
}

.fxg-footer .link {
    color: #333
}

.fxg-main-content .fxg-footer .link,.container-fluid .fxg-footer .link {
    color: #333;
    line-height: 12px
}

.fxg-footer .fxg-copyright .link {
    line-height: 12px;
    color: #fff
}

.fxg-main-content .fxg-footer .fxg-copyright .link {
    color: #fff
}

.fxg-header .fxg-dropdown__sub-menu .link {
    color: #333
}

.fxg-main-content .fxg-header .fxg-dropdown__sub-menu .link {
    color: #333
}

.fxg-dropdown__sub-menu .link.link-lock {
    position: relative;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    background: #fff
}

.fxg-dropdown__sub-menu .link.link-lock .fxg-link {
    border-bottom: 0
}

.fxg-dropdown__sub-menu .link.link-lock:focus {
    text-decoration: underline;
    outline-offset: -10px
}

.fxg-dropdown__sub-menu .link.link-lock:hover {
    text-decoration: none;
    background-color: #fafafa
}

.fxg-dropdown__sub-menu .link.link-lock:hover>.fxg-link__lock svg rect#Rectangle {
    fill: #fafafa
}

.fxg-dropdown__sub-menu .link:hover>a.fxg-link .fxg-arrowIcon svg rect {
    fill: #fafafa
}

.fxg-main-content .link,.container-fluid .link {
    color: #007ab7
}

.fxg-main-content .link .fxg-link+.fxg-link__lock,.fxg-main-content .link .fxg-link .fxg-link__lock_icon,.fxg-main-content .link .fxg-link .fxg-link__lock_left,.fxg-footer .link .fxg-link+.fxg-link__lock,.fxg-footer .link .fxg-link__lock_icon,.fxg-footer .link .fxg-link__lock_left {
    display: none
}

.fxg-main-content .fxg-header .link .fxg-link .fxg-link__lock_left,.fxg-main-content .fxg-header .link .fxg-link .fxg-link__lock_icon {
    display: inline-block
}

.fxg-main-content .fxg-header .link .fxg-link+.fxg-link__lock {
    display: block
}

.fxg-main-content .fxg-landing-hero .link {
    color: #fff
}

.fxg-main-content .fxg-hero_homepage .link {
    color: #fff
}

.fxg-main-content .fxg-hero .link {
    color: #fff
}

.fxg-footer .fxg-copyright .link {
    display: inline-block
}

.fxg-tracking-app__links-par .link {
    text-transform: uppercase;
    display: inline-block
}

[dir=ltr] .fxg-tracking-app__links-par .link {
    float: left
}

[dir=rtl] .fxg-tracking-app__links-par .link {
    float: right
}

.fxg-tracking-app__links-par .link .fxg-link__separator {
    color: #fff;
    position: relative;
    top: -1px
}

[dir=ltr] .fxg-tracking-app__links-par .link .fxg-link__separator {
    margin-left: 10px;
    margin-right: 10px
}

[dir=rtl] .fxg-tracking-app__links-par .link .fxg-link__separator {
    margin-right: 10px;
    margin-left: 10px
}

@media(max-width: 767px) {
    .fxg-tracking-app__links-par .link .fxg-link__separator {
        color:#007ab7 !important
    }
}

.fxg-tracking-app__submitted .fxg-tracking-app__links-par .link .fxg-link__separator {
    color: #333
}

.fxg-tracking-app__more-links .link,.fxg-tracking-app__more-detail .link {
    display: inline-block
}

.fxg-tracking-app__more-links .link .fxg-link,.fxg-tracking-app__more-detail .link .fxg-link {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px
}

.fxg-rate-ship-app__links-par .link {
    display: inline-block
}

[dir] .fxg-rate-ship-app__links-par .link {
    margin-top: 10px
}

@media(max-width: 767px) {
    [dir] .fxg-rate-ship-app__links-par .link {
        margin-top:0
    }
}

.fxg-rate-ship-app__links-par .link .fxg-link {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px
}

.fxg-rate-ship-app__links-par .link .fxg-link__separator {
    color: #fff;
    position: relative;
    top: -1px
}

[dir=ltr] .fxg-rate-ship-app__links-par .link .fxg-link__separator {
    margin-left: 10px;
    margin-right: 10px
}

[dir=rtl] .fxg-rate-ship-app__links-par .link .fxg-link__separator {
    margin-right: 10px;
    margin-left: 10px
}

.fxg-locations-app__links-par .link {
    text-transform: uppercase;
    display: inline-block
}

.fxg-locations-app__links-par .link .fxg-link__separator {
    color: #fff;
    position: relative;
    top: -1px
}

[dir=ltr] .fxg-locations-app__links-par .link .fxg-link__separator {
    margin-left: 10px;
    margin-right: 10px
}

[dir=rtl] .fxg-locations-app__links-par .link .fxg-link__separator {
    margin-right: 10px;
    margin-left: 10px
}

.fxg-landing-tracking-app .link .fxg-link__separator {
    color: #333
}

.fxg-link {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: block;
    text-decoration: none
}

.fxg-link span {
    font-size: 14px
}

[dir=ltr] .fxg-link--align-left {
    text-align: left
}

[dir=rtl] .fxg-link--align-left {
    text-align: right
}

[dir] .fxg-link--align-center {
    text-align: center
}

.fxg-link--align-center.fxg-link--rounded_button,.fxg-link--align-center.fxg-button--orange,.fxg-link--align-center.fxg-button--transparent {
    position: relative
}

[dir=ltr] .fxg-link--align-center.fxg-link--rounded_button,[dir=ltr] .fxg-link--align-center.fxg-button--orange,[dir=ltr] .fxg-link--align-center.fxg-button--transparent {
    left: 50%;
    transform: translateX(-50%) scale(1,1)
}

[dir=rtl] .fxg-link--align-center.fxg-link--rounded_button,[dir=rtl] .fxg-link--align-center.fxg-button--orange,[dir=rtl] .fxg-link--align-center.fxg-button--transparent {
    right: 50%;
    transform: translateX(50%) scale(1,1)
}

[dir=ltr] .fxg-link--align-center.fxg-link--rounded_button:hover,[dir=ltr] .fxg-link--align-center.fxg-link--rounded_button:focus,[dir=ltr] .fxg-link--align-center.fxg-button--orange:hover,[dir=ltr] .fxg-link--align-center.fxg-button--orange:focus,[dir=ltr] .fxg-link--align-center.fxg-button--transparent:hover,[dir=ltr] .fxg-link--align-center.fxg-button--transparent:focus {
    transform: translateX(-50%) scale(1.02,1.06)
}

[dir=rtl] .fxg-link--align-center.fxg-link--rounded_button:hover,[dir=rtl] .fxg-link--align-center.fxg-link--rounded_button:focus,[dir=rtl] .fxg-link--align-center.fxg-button--orange:hover,[dir=rtl] .fxg-link--align-center.fxg-button--orange:focus,[dir=rtl] .fxg-link--align-center.fxg-button--transparent:hover,[dir=rtl] .fxg-link--align-center.fxg-button--transparent:focus {
    transform: translateX(50%) scale(1.02,1.06)
}

[dir=ltr] .fxg-link--align-right {
    text-align: right
}

[dir=rtl] .fxg-link--align-right {
    text-align: left
}

[dir=ltr] .right {
    text-align: right
}

[dir=rtl] .right {
    text-align: left
}

.fxg-link--align-right.fxg-link--rounded_button,.fxg-link--align-right.fxg-button--orange,.fxg-link--align-right.fxg-button--transparent {
    position: relative
}

[dir=ltr] .fxg-link--align-right.fxg-link--rounded_button,[dir=ltr] .fxg-link--align-right.fxg-button--orange,[dir=ltr] .fxg-link--align-right.fxg-button--transparent {
    left: 100%;
    transform: translateX(-100%) scale(1,1)
}

[dir=rtl] .fxg-link--align-right.fxg-link--rounded_button,[dir=rtl] .fxg-link--align-right.fxg-button--orange,[dir=rtl] .fxg-link--align-right.fxg-button--transparent {
    right: 100%;
    transform: translateX(100%) scale(1,1)
}

[dir=ltr] .fxg-link--align-right.fxg-link--rounded_button:hover,[dir=ltr] .fxg-link--align-right.fxg-link--rounded_button:focus,[dir=ltr] .fxg-link--align-right.fxg-button--orange:hover,[dir=ltr] .fxg-link--align-right.fxg-button--orange:focus,[dir=ltr] .fxg-link--align-right.fxg-button--transparent:hover,[dir=ltr] .fxg-link--align-right.fxg-button--transparent:focus {
    transform: translateX(-100%) scale(1.02,1.06)
}

[dir=rtl] .fxg-link--align-right.fxg-link--rounded_button:hover,[dir=rtl] .fxg-link--align-right.fxg-link--rounded_button:focus,[dir=rtl] .fxg-link--align-right.fxg-button--orange:hover,[dir=rtl] .fxg-link--align-right.fxg-button--orange:focus,[dir=rtl] .fxg-link--align-right.fxg-button--transparent:hover,[dir=rtl] .fxg-link--align-right.fxg-button--transparent:focus {
    transform: translateX(100%) scale(1.02,1.06)
}

@media(max-width: 767px) {
    .fxg-link {
        font-size:14px;
        line-height: 19px;
        font-weight: 300
    }

    [dir=ltr] .fxg-link--mobile-align-left {
        text-align: left
    }

    [dir=rtl] .fxg-link--mobile-align-left {
        text-align: right
    }

    [dir] .fxg-link--mobile-align-center {
        text-align: center
    }

    .fxg-link--mobile-align-center.fxg-link--rounded_button,.fxg-link--mobile-align-center.fxg-button--orange,.fxg-link--mobile-align-center.fxg-button--transparent {
        position: relative
    }

    [dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent {
        left: 50%;
        transform: translateX(-50%) scale(1,1)
    }

    [dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent {
        right: 50%;
        transform: translateX(50%) scale(1,1)
    }

    [dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button:hover,[dir=ltr] .fxg-link--mobile-align-center.fxg-link--rounded_button:focus,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange:hover,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--orange:focus,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent:hover,[dir=ltr] .fxg-link--mobile-align-center.fxg-button--transparent:focus {
        transform: translateX(-50%) scale(1.02,1.06)
    }

    [dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button:hover,[dir=rtl] .fxg-link--mobile-align-center.fxg-link--rounded_button:focus,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange:hover,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--orange:focus,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent:hover,[dir=rtl] .fxg-link--mobile-align-center.fxg-button--transparent:focus {
        transform: translateX(50%) scale(1.02,1.06)
    }

    [dir=ltr] .fxg-link--mobile-align-right {
        text-align: right
    }

    [dir=rtl] .fxg-link--mobile-align-right {
        text-align: left
    }

    .fxg-link--mobile-align-right.fxg-link--rounded_button,.fxg-link--mobile-align-right.fxg-button--orange,.fxg-link--mobile-align-right.fxg-button--transparent {
        position: relative
    }

    [dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent {
        left: 100%;
        transform: translateX(-100%) scale(1,1)
    }

    [dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent {
        right: 100%;
        transform: translateX(100%) scale(1,1)
    }

    [dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button:hover,[dir=ltr] .fxg-link--mobile-align-right.fxg-link--rounded_button:focus,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange:hover,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--orange:focus,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent:hover,[dir=ltr] .fxg-link--mobile-align-right.fxg-button--transparent:focus {
        transform: translateX(-100%) scale(1.02,1.06)
    }

    [dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button:hover,[dir=rtl] .fxg-link--mobile-align-right.fxg-link--rounded_button:focus,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange:hover,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--orange:focus,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent:hover,[dir=rtl] .fxg-link--mobile-align-right.fxg-button--transparent:focus {
        transform: translateX(100%) scale(1.02,1.06)
    }
}

@media(max-width: 992px) {
    .fxg-link {
        font-size:14px;
        line-height: 19px;
        font-weight: 300
    }
}

@media(max-width: 767px) {
    [dir] .fxg-pods .fxg-link {
        margin-top:20px;
        margin-bottom: 20px
    }
}

.fxg-pods__icon-block .fxg-link {
    font-size: 12px;
    line-height: 16px
}

.fxg-pods p .fxg-link {
    font-size: 16px;
    color: #007ab7;
    display: inline;
    text-transform: none
}

.fxg-link__separator {
    position: relative;
    top: -1px
}

[dir=ltr] .fxg-link__separator {
    margin-left: 10px;
    margin-right: 10px
}

[dir=rtl] .fxg-link__separator {
    margin-right: 10px;
    margin-left: 10px
}

.fxg-link--rounded_button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    color: #007ab7;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
    max-width: 280px;
    max-height: 72px;
    overflow: hidden
}

[dir] .fxg-link--rounded_button {
    padding: 15px 30px;
    border: 2px solid #007ab7;
    border-radius: 40px;
    text-align: center
}

.fxg-link--bluebold {
    font-weight: 700;
    display: inline-block;
    color: #007ab7;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 15px
}

.fxg-border-override {
    border: 2px solid !important
}

.fxg-link--rounded_button:hover,.fxg-link--rounded_button:focus {
    transition: .16s
}

[dir] .fxg-link--rounded_button:hover,[dir] .fxg-link--rounded_button:focus {
    transform: scale(1.02,1.06)
}

.fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
    max-width: 179px
}

[dir] .fxg-offer .fxg-offer__wrapper .fxg-link--rounded_button {
    padding: 22px 30px 23px
}

.fxg-offer .fxg-link--rounded_button {
    font-size: 14px
}

[dir] .fxg-offer .fxg-link--rounded_button {
    margin-top: 7px
}

@media(max-width: 992px) {
    .fxg-offer .fxg-link--rounded_button {
        font-size:14px !important
    }
}

.fxg-offer__item--small .fxg-link--rounded_button {
    color: #fff
}

[dir] .fxg-offer__item--small .fxg-link--rounded_button {
    margin-top: 0;
    border-color: #fff
}

@media(max-width: 992px) {
    [dir] .fxg-offer__item--small .fxg-link--rounded_button {
        margin-top:-5px
    }

    [dir=ltr] .fxg-offer__item--small .fxg-link--rounded_button {
        margin-left: -3px
    }

    [dir=rtl] .fxg-offer__item--small .fxg-link--rounded_button {
        margin-right: -3px
    }
}

[dir] .fxg-drawer__content .fxg-link--rounded_button {
    margin-top: 20px
}

[dir] .fxg-pods--fixed .fxg-link--rounded_button:hover,[dir] .fxg-pods--fixed .fxg-link--rounded_button:focus {
    transform: scale(1.02,1.06)
}

@media(max-width: 767px) {
    .fxg-pods--fixed .fxg-link--rounded_button {
        position:relative
    }

    [dir] .fxg-pods--fixed .fxg-link--rounded_button {
        transform: none
    }

    [dir=ltr] .fxg-pods--fixed .fxg-link--rounded_button {
        left: 0
    }

    [dir=rtl] .fxg-pods--fixed .fxg-link--rounded_button {
        right: 0
    }
}

.fxg-offer--fixed .fxg-link--rounded_button {
    position: absolute;
    bottom: 60px
}

@media(max-width: 767px) {
    .fxg-offer--fixed .fxg-link--rounded_button {
        position:initial
    }
}

.fxg-link--blue {
    font-size: 14px;
    font-weight: 700 !important;
    color: #007ab7 !important;
    text-transform: uppercase;
    letter-spacing: 1px
}

.fxg-link--blue-override {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media(max-width: 767px) {
    .fxg-link--blue {
        font-size:14px;
        letter-spacing: 1px
    }
}

@media(max-width: 992px) {
    .fxg-link--blue {
        font-size:14px;
        letter-spacing: 1px
    }
}

.fxg-secondary-menu__dropdown .fxg-link--blue {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .92px
}

.fxg-secondary-menu__footer-row .fxg-link--blue {
    font-size: 14px !important
}

.fxg-link--carrot {
    text-transform: uppercase
}

.default.fxg-link--carrot {
    text-transform: none
}

.fxg-link--carrot:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: top
}

[dir] .fxg-link--carrot:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20data-name%3D%27Layer%201%27%20viewBox%3D%27-1%200%2020%2012%27%3E%3Cdefs%3E%3Cstyle%3E%20%20.cls-2%7Bfill%3A%20%23007ab7%3B%20stroke%3A%20%23007ab7%3B%20stroke-width%3A%20.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%27cls-2%27%20points%3D%270%200%208%208%2016%200%2013.1%200%208%205.2%202.9%200%200%200%27%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat
}

[dir=ltr] .fxg-link--carrot:after {
    margin-left: 5px;
    transform: rotate(-90deg)
}

[dir=rtl] .fxg-link--carrot:after {
    margin-right: 5px;
    transform: rotate(90deg)
}

@media(max-width: 992px) {
    .fxg-link--carrot:after {
        vertical-align:middle;
        margin-bottom: 3.5px
    }

    .fxg-dropdown__sub-menu .fxg-link--carrot:after {
        vertical-align: top;
        margin-bottom: 0
    }
}

.fxg-tracking-app__watch-list .fxg-link--carrot:after {
    position: relative;
    top: 1px
}

.fxg-secondary-menu__footer-row .fxg-link--carrot {
    font-size: 12px
}

[dir] .fxg-link--carrot-right:after {
    background-size: 48px 46px;
    background-position: -28px 16px
}

.fxg-pods .fxg-link--sm {
    width: 175px
}

.fxg-pods .fxg-link--md {
    width: 225px
}

.fxg-pods .fxg-link--lg {
    width: 275px
}

.fxg-alert__details-btn .fxg-link {
    font-size: 12px;
    font-weight: 700;
    display: inline-block
}

.fxg-alert__details-btn .fxg-link:hover {
    color: #fff
}

[dir] .fxg-alert__details-btn .fxg-link {
    padding: 0 !important
}

.fxg-global-nav .fxg-link {
    transition: .25s padding ease
}

[dir] .fxg-global-nav .fxg-link {
    padding: 31px 15px 30px 15px
}

@media(max-width: 992px) {
    .fxg-global-nav .fxg-link {
        color:#333
    }

    [dir] .fxg-global-nav .fxg-link {
        padding: 17px 26px 10px
    }
}

.fxg-dropdown__item--open .fxg-link {
    color: #4d148c
}

.fxg-dropdown__item--open>.fxg-link {
    color: #4d148c
}

@media(max-width: 992px) {
    .fxg-dropdown__item--open>.fxg-link:first-child {
        color:#fff
    }

    [dir] .fxg-dropdown__item--open>.fxg-link:first-child {
        background-color: #4d148c
    }

    [dir] .fxg-global-nav .fxg-dropdown__item--open>.fxg-link:first-child {
        border-top: 1px solid rgba(216,216,216,0.33)
    }
}

[dir] .fxg-dropdown__sub-menu>.link:last-child .fxg-link {
    border-bottom: 0
}

.fxg-dropdown__sub-menu .fxg-link {
    position: relative;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    display: block
}

[dir] .fxg-dropdown__sub-menu .fxg-link {
    padding: 19px 13px 18px 13px;
    margin: 0;
    border-bottom: 1px solid rgba(182,182,182,0.5)
}

.fxg-dropdown__sub-menu .fxg-link__lock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 20px 0 0
}

.fxg-dropdown__sub-menu .fxg-link__lock_left {
    display: inline-block;
    top: 50%;
    padding: 0 10px 0 15px
}

.fxg-dropdown__sub-menu .fxg-link__lock svg {
    width: 1em;
    height: 1em;
    font-size: 16px
}

[dir=rtl] .fxg-dropdown__sub-menu .fxg-link__lock {
    padding: 0 0 0 20px;
    left: 0;
    right: auto
}

.fxg-dropdown__sub-menu .fxg-link.fxg-link-lock {
    margin-right: 40px;
    border-bottom: 0
}

[dir=rtl] .fxg-dropdown__sub-menu .fxg-link.fxg-link-lock {
    margin-right: 0;
    margin-left: 40px
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--none,.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--none {
    line-height: 0
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--small,.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--small {
    line-height: 1
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--medium,.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--medium {
    line-height: 1.3
}

.fxg-dropdown__sub-menu .fxg-link.cc-aem-u-line-height--large,.fxg-dropdown__sub-menu .fxg-link.fdx-u-line-height--large {
    line-height: 1.5
}

@media(max-width: 992px) {
    [dir] .fxg-dropdown__sub-menu .fxg-link {
        padding:22px 26px 13px;
        background: #fff
    }
}

.fxg-dropdown__sub-menu .fxg-link--blue {
    font-weight: 700;
    color: #007ab7;
    text-transform: uppercase
}

.fxg-dropdown__sub-menu .fxg-link__reward-points {
    font-size: 14px;
    color: #4d148c
}

[dir=ltr] .fxg-dropdown__sub-menu .fxg-link__reward-points {
    float: right
}

[dir=rtl] .fxg-dropdown__sub-menu .fxg-link__reward-points {
    float: left
}

@media(max-width: 992px) {
    .fxg-dropdown__sub-menu .fxg-link__reward-points {
        display:none
    }

    .fxg-dropdown__item--open .fxg-dropdown__sub-menu .fxg-link__reward-points {
        display: block
    }
}

@media(max-width: 767px) {
    [dir=ltr] .fxg-dropdown__sub-menu .fxg-link__reward-points {
        margin-left:35px
    }

    [dir=rtl] .fxg-dropdown__sub-menu .fxg-link__reward-points {
        margin-right: 35px
    }
}

.fxg-dropdown__sub-menu .fxg-link__detail {
    font-size: 10px;
    text-transform: uppercase;
    display: block
}

[dir] .fxg-dropdown__sub-menu .fxg-link__detail {
    margin-top: 10px
}

@media(max-width: 767px) {
    .fxg-dropdown__sub-menu .fxg-link__detail {
        font-size:13px
    }
}

.fxg-user-options__option .fxg-link {
    transition: .25s padding ease
}

[dir] .fxg-user-options__option .fxg-link {
    padding: 25px 16px 23px
}

@media(max-width: 992px) {
    [dir] .fxg-user-options__option .fxg-link {
        padding-bottom:23px
    }
}

@media(max-width: 767px) {
    [dir] .fxg-user-options__option .fxg-link {
        padding:17px 16px 16px
    }
}

[dir] .fxg-header--shrunk .fxg-user-options__option .fxg-link,[dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-user-options__option .fxg-link {
    padding: 12.5px 16px
}

@media(max-width: 992px) {
    [dir] .fxg-header--shrunk .fxg-user-options__option .fxg-link,[dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-user-options__option .fxg-link {
        padding:12.5px 16px 7px 16px
    }
}

[dir] .fxg-header--shrunk .fxg-link,[dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-link {
    padding: 19px 15px
}

@media(max-width: 992px) {
    [dir] .fxg-header--shrunk .fxg-link,[dir] .fxg-header--shrunk .fxg-dropdown__sub-menu .fxg-link {
        padding:17px 26px 10px
    }
}

.fxg-link.fxg-dropdown-js:after {
    content: " ";
    height: 10px;
    width: 12px;
    display: inline-block
}

[dir] .fxg-link.fxg-dropdown-js:after {
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/menu-sprite.png);
    background-size: 77px 56px;
    background-repeat: no-repeat
}

[dir=ltr] .fxg-link.fxg-dropdown-js:after {
    margin-left: 5px;
    background-position: 0 -4px
}

[dir=rtl] .fxg-link.fxg-dropdown-js:after {
    margin-right: 5px;
    background-position: 0 -4px
}

@media(max-width: 992px) {
    .fxg-link.fxg-dropdown-js:after {
        height:8px
    }

    [dir] .fxg-link.fxg-dropdown-js:after {
        margin-top: 4px
    }

    [dir=ltr] .fxg-link.fxg-dropdown-js:after {
        background-position: 0 -20px
    }

    [dir=rtl] .fxg-link.fxg-dropdown-js:after {
        background-position: 0 -20px
    }
}

.fxg-user-options__sign-in .fxg-link.fxg-dropdown-js:after {
    display: none
}

[dir=ltr] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
    background-position: 0 4px
}

[dir=rtl] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
    background-position: 0 4px
}

@media(max-width: 992px) {
    [dir=ltr] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
        background-position:0 -13px
    }

    [dir=rtl] .fxg-dropdown__item--open .fxg-link.fxg-dropdown-js:after {
        background-position: 0 -13px
    }
}

.fxg-link.fxg-dropdown-js.fxg-no-chevron:after {
    display: none
}

.fxg-dropdown__item--open>.fxg-link {
    display: block
}

.fxg-login-module .fxg-link {
    font-size: 12px;
    text-transform: uppercase
}

[dir] .fxg-login-module .fxg-link {
    padding: 0 !important
}

.fxg-form .fxg-link {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px
}

.fxg-tracking-app__watch-list .fxg-link {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px
}

.fxg-tracking-app__multi-tracking .fxg-link {
    color: #007ab7
}

.fxg-app__form-wrapper .fxg-link {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .fxg-app__form-wrapper .fxg-link {
        font-size:14px;
        color: #007ab7
    }
}

.fxg-app-container--open .fxg-app__form-wrapper .fxg-link,.fxg-app-container--error .fxg-app__form-wrapper .fxg-link {
    color: #007ab7 !important
}

.fxg-link .fxg-app-container--error .fxg-app__form-wrapper .fxg-link__separator {
    color: #007ab7 !important
}

.fxg-footer .fxg-link,.icon_link .fxg-link {
    color: #333;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 25px
}

@media(max-width: 767px) {
    .fxg-footer .fxg-link {
        font-size:16px
    }

    [dir] .fxg-footer .fxg-link {
        margin: 7px 0
    }
}

.fxg-footer__social .fxg-link {
    display: inline-block
}

[dir] .fxg-footer__social .fxg-link {
    margin: 0
}

.fxg-copyright .fxg-link {
    color: #fff;
    line-height: 12px;
    display: inline-block
}

[dir=ltr] .fxg-copyright .fxg-link {
    margin-right: 6px
}

[dir=rtl] .fxg-copyright .fxg-link {
    margin-left: 6px
}

@media(max-width: 767px) {
    .fxg-copyright .fxg-link {
        font-size:14px
    }

    [dir] .fxg-copyright .fxg-link {
        margin: 0;
        padding-bottom: 10px
    }
}

.fxg-copyright .fxg-link span {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px
}

@media(max-width: 767px) {
}

.fxg-secondary-menu .fxg-link {
    display: inline-block;
    color: #333
}

@media(max-width: 767px) {
    .fxg-secondary-menu .fxg-link {
        font-size:16px;
        line-height: 16px;
        font-weight: 400
    }

    [dir] .fxg-secondary-menu .fxg-link {
        padding: 22px 0 !important
    }
}

.fxg-secondary-menu__dropdown .fxg-link {
    display: block;
    color: #007ab7;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .82px
}

[dir] .fxg-secondary-menu__dropdown .fxg-link {
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .fxg-tooltip-modal-Class {
        display:none;
        width: 221px;
        height: 80px;
        left: 0;
        margin-top: 28px !important
    }

    .fxg-tooltipIcon-show-default .fxg-tooltip-modal-Class {
        margin-top: 7px !important;
        margin-left: 10px
    }
}

@media(max-width: 767px) {
    .fxg-secondary-menu__dropdown .fxg-link {
        line-height:41px
    }

    [dir] .fxg-secondary-menu__dropdown .fxg-link {
        margin-bottom: 0;
        padding: 0 !important
    }
}

[dir] .fxg-secondary-menu__footer-row .fxg-link {
    padding-top: 15px;
    border-top: 1px solid rgba(151,151,151,0.2)
}

.secondary-menu-item>.fxg-link {
    max-width: 192px;
    min-width: 100px;
    overflow: hidden;
    display: inline-block
}

[dir] .secondary-menu-item>.fxg-link {
    padding: 30px 0 28px
}

@media(max-width: 767px) {
    .fxg-app__form-wrapper .fxg-link,.fxg-app__form-wrapper .fxg-link .fxg-link__separator {
        color:#007ab7 !important
    }
}

.fxg-tracking-app__submitted .fxg-link,.fxg-tracking-app__multi-tracking .fxg-link,.fxg-tracking-app__submitted .fxg-link__separator {
    color: #007ab7 !important
}

@media(min-width: 767px) and (max-width:1370px) {
    .fxg-pods .fxg-link--md {
        width:175px;
        height: 65px
    }

    .fxg-pods .fxg-link--lg {
        width: 175px;
        height: 65px
    }
}

.fxg-tooltipIcon {
    margin-left: 8px
}

.link .fxg-tooltipIcon-button {
    position: relative;
    bottom: 17px
}

.link .fxg-tooltipIcon-link {
    position: relative;
    bottom: -3px
}

.fxg-tooltipIcon-show-default {
    margin-top: 2px
}

.fxg-tooltipIcon-show-default svg {
    width: 1rem;
    height: 1rem;
    font-size: 16px
}

.fxg-tooltip-modal-Class {
    position: absolute;
    border: 1px solid #333;
    background: #FFF;
    box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
    margin-top: 9px;
    display: none;
    width: 221px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999
}

.fxg-tooltip-modal-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-self: stretch;
    color: #333;
    font-size: 12px;
    font-family: FedEx Sans;
    line-height: 16px
}

.fxg-tooltip-text {
    text-align: left;
    text-transform: none;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: normal
}

.fxg-tooltip-close svg {
    display: inline-block;
    float: right
}

.fxg-tooltipIcon svg:hover path {
    stroke: #00689c
}

.fxg-tooltipIcon-show svg:hover circle {
    fill: #00689c
}

@media(min-width: 767px) {
    .fxg-link--align-center .fxg-tooltip-modal-Class {
        left:50%
    }

    .fxg-link--align-right .fxg-tooltip-modal-Class {
        left: -200px
    }
}

.fxg-exteranlIcon-large {
    display: inline-block
}

[dir] .fxg-exteranlIcon-large {
    padding: 0 10px
}

.fxg-exteranlIcon-large>svg {
    width: 1em;
    height: 1em;
    font-size: 16px
}

.fxg-exteranlIcon-small {
    display: inline-block
}

[dir] .fxg-exteranlIcon-small {
    padding: 0 5px
}

.fxg-exteranlIcon-small>svg {
    width: 1em;
    height: 1em
}

.fxg-exteranlIcon-medium {
    display: inline-block
}

[dir] .fxg-exteranlIcon-medium {
    padding: 0 10px
}

.fxg-exteranlIcon-medium>svg {
    width: 1em;
    height: 1em
}

.fxg-arrowIcon {
    padding: 0 10px;
    vertical-align: middle
}

[dir] .fxg-arrowIcon {
    display: inline-block
}

.fxg-arrowIcon>svg {
    font-size: 16px
}

.fxg-arrow-left>svg {
    width: 24px;
    height: 24px
}

[dir = rtl] .fxg-arrow-right {
    float: left;
    padding-left: 20px
}

[dir = ltr] .fxg-arrow-right {
    padding-right: 20px;
    float: right
}

.fxg-link__lock_left {
    display: inline-block;
    padding: 0 10px
}

.fxg-link__lock_left>svg {
    width: 24px;
    height: 24px
}

[dir=ltr] .fxg-lock-right {
    display: inline-block;
    float: right;
    padding-right: 20px
}

[dir=rtl] .fxg-lock-right {
    display: inline-block;
    float: left;
    padding-left: 20px
}

.fxg-lock-default {
    display: inline-block;
    padding: 0 10px
}

.fxg-externalIcon-auto-size {
    padding: 0 10px !important
}

.fxg-externalIcon-auto-size>svg {
    width: 24px !important;
    height: 24px !important
}

[dir=ltr] .fxg-externalIcon-right {
    float: right;
    padding-right: 20px;
    display: inline-block
}

[dir=rtl] .fxg-externalIcon-right {
    float: left;
    padding-left: 20px;
    display: inline-block
}

.fxg-exteranlIcon-manual-small {
    display: inline-block
}

[dir] .fxg-exteranlIcon-manual-small {
    padding: 0 10px
}

.fxg-exteranlIcon-manual-small>svg {
    width: 1em;
    height: 1em;
    font-size: 14px
}

.fxg-exteranlIcon-manual-footer {
    display: inline-block
}

[dir] .fxg-exteranlIcon-manual-footer {
    padding: 0 5px
}

.fxg-exteranlIcon-manual-footer>svg {
    width: 1em;
    height: 1em;
    font-size: 12px
}

@media print {
    a[href="#top"] {
        display: none
    }
}

.fxg-link--align-center .fxg-tooltip-modal-Class {
    left: 50%
}

.fxg-link--align-right .fxg-tooltip-modal-Class {
    left: -200px
}

[dir=rtl] .fxg-link--align-center .fxg-tooltip-modal-Class {
    left: 50%
}

[dir=rtl] .fxg-link--align-right .fxg-tooltip-modal-Class {
    right: -200px
}

@media(max-width: 767px) {
    [dir=rtl] .fxg-link--mobile-align-left .fxg-tooltipIcon-link .fxg-tooltip-modal-Class,.fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-button--orange+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-button--transparent+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-right .fxg-tooltip-modal-Class,.fxg-link--mobile-align-center .fxg-tooltip-modal-Class {
        left:-200px
    }

    [dir=rtl] .fxg-tooltipIcon-link .fxg-tooltip-modal-Class,.fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-left .fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class {
        left: -160px
    }
}

@media(max-width: 767px) {
    [dir=rtl] .fxg-link--mobile-align-right .fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,[dir=rtl] .fxg-button--orange+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,[dir=rtl] .fxg-button--transparent+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,.fxg-link--mobile-align-right .fxg-tooltip-modal-Class,[dir=rtl] .fxg-link--mobile-align-center .fxg-tooltip-modal-Class {
        right:-200px
    }

    [dir=rtl] .fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class,[dir=rtl] .fxg-link--mobile-align-left .fxg-button--round+.fxg-tooltipIcon-button .fxg-tooltip-modal-Class {
        right: -160px
    }
}

.link .fxg-image-right,.link .fxg-image-left {
    position: relative;
    bottom: -3px
}

.link .default .fxg-image-right,.link .default .fxg-image-left {
    position: relative;
    bottom: -1px
}

.fxg-tabs .fxg-form {
    margin: 0 auto
}

.fxg-form__row {
    margin: 0 0 3px 0
}

@media(max-width: 767px) {
    .fxg-form__row {
        margin-bottom:0
    }
}

.fxg-form__footer-row {
    padding-top: 7px;
    text-align: left
}

@media(max-width: 767px) {
    .fxg-form__footer-row {
        padding-top:10px
    }
}

.fxg-form__label {
    font-size: 20px;
    font-weight: 300;
    margin-top: 25px
}

.fxg-tracking-app__multi-tracking .fxg-form,.fxg-landing-tracking-app__multi-tracking .fxg-form {
    display: block !important;
    max-width: 475px;
    margin: 15px auto
}

.fxg-toggle .fxg-tracking-app__multi-tracking .fxg-form,.fxg-toggle .fxg-landing-tracking-app__multi-tracking .fxg-form {
    max-width: 100%;
    margin-top: 0
}

#trackingModuleTrackingNum,#NavLoginUserId,#NavLoginPassword,#HomeMultiTrackingApp .row .fxg-field .fxg-field__input-text--numbered {
    background: #f2f2f2
}

.fxg-field {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 415px;
    float: left;
    text-align: left
}

.fxg-field--small {
    width: 30%
}

.fxg-field--med {
    width: 40%
}

.fxg-field--large {
    width: 70%
}

.fxg-field--full {
    width: 100%
}

.fxg-login-module .fxg-field {
    width: 100%
}

.fxg-tracking-module .fxg-field {
    width: 100%;
    margin-bottom: 10px
}

.fxg-locations-module .fxg-field {
    width: 100%;
    margin-bottom: 10px
}

.fxg-app__single-tracking .fxg-field,.fxg-landing-tracking-app__single-tracking .fxg-field {
    width: 440px
}

@media(max-width: 767px) {
    .fxg-app__single-tracking .fxg-field,.fxg-landing-tracking-app__single-tracking .fxg-field {
        width:100%
    }
}

@media(max-width: 767px) {
    .fxg-field {
        width:100%;
        margin-bottom: 2px
    }
}

@media(max-width: 992px) {
    #HomepageRateShipApp .fxg-field {
        width:275px
    }
}

@media(max-width: 767px) {
    #HomepageRateShipApp .fxg-field {
        width:100%
    }
}

.fxg-field__input-text--reg {
    width: 100% !important
}

.fxg-field__input-text {
    background: #fafafa;
    font-size: 20px;
    font-weight: 300;
    width: calc(100% - 3px);
    padding: 27px 8px 10px 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.fxg-field__input-text:focus {
    border-left: 3px solid #4d148c;
    opacity: 1 !important
}

.fxg-field__input-text:focus ~ .fxg-field__floating-placeholder,.fxg-field__input-text:not(:focus):valid ~ .fxg-field__floating-placeholder {
    top: 12px;
    left: 15px;
    font-size: 10px;
    opacity: 1 !important;
    color: #4d148c;
    font-weight: bold
}

@media(max-width: 767px) {
    .fxg-field__input-text {
        width:100%
    }
}

.fxg-field__input-text--numbered {
    padding: 19px 10px 19px 65px
}

[dir] .fxg-login-module .fxg-link--blue {
    border-bottom: 0
}

.fxg-login-module .fxg-field__input-text {
    width: 100%;
    margin-bottom: 2px
}

.fxg-tracking-module .fxg-field__input-text {
    width: 100%;
    margin-bottom: 2px
}

.fxg-locations-module .fxg-field__input-text {
    width: 100%;
    margin-bottom: 2px
}

.fxg-cube .fxg-app .fxg-field__input-text {
    margin-right: 3px;
    opacity: .7;
    transition: .2s ease opacity
}

.fxg-cube .fxg-app .fxg-field__input-text:focus,.fxg-cube .fxg-app .fxg-field__input-text:not(:focus):valid {
    opacity: 1
}

.fxg-field__input-checkbox:not(:checked),.fxg-field__input-checkbox:checked {
    position: absolute;
    left: -9999px
}

.fxg-field__input-checkbox:not(:checked)+label,.fxg-field__input-checkbox:checked+label {
    margin: 10px 0;
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked)+label,html[dir=rtl] .fxg-field__input-checkbox:checked+label {
    padding-right: 1.95em
}

.fxg-field__input-checkbox:not(:checked)+label:before,.fxg-field__input-checkbox:checked+label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    background: transparent;
    display: none
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked)+label:before,html[dir=rtl] .fxg-field__input-checkbox:checked+label:before {
    left: auto;
    right: 3px
}

.fxg-field__input-checkbox:not(:checked)+label:after,.fxg-field__input-checkbox:checked+label:after {
    content: '';
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/check_mark.png);
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: .2em;
    font-size: 1.3em;
    line-height: .8;
    color: #333
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked)+label:after,html[dir=rtl] .fxg-field__input-checkbox:checked+label:after {
    left: auto;
    right: .2em
}

.fxg-field__input-checkbox:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.fxg-field__input-checkbox:checked+label:after {
    opacity: 0;
    transform: scale(1)
}

.fxg-field__input-checkbox:disabled:not(:checked)+label:before,.fxg-field__input-checkbox:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.fxg-field__input-checkbox:disabled:checked+label:after {
    color: #999
}

.fxg-field__input-checkbox:disabled+label {
    color: #aaa
}

.fxg-login-module .fxg-field__input-checkbox:not(:checked)+label {
    display: block;
    background: url('../../../etc.clientlibs/clientlibs/fedex/images/resources/check-box--unchecked.svg') no-repeat 0 0;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.fxg-login-module .fxg-field__input-checkbox:checked+label {
    background: url('../../../etc.clientlibs/clientlibs/fedex/images/resources/check-box--checked.svg') no-repeat 0 0;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.fxg-field__button {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 25px;
    height: 25px
}

@media(max-width: 767px) {
    .fxg-field__button {
        right:0
    }
}

.fxg-field__placeholder {
    position: absolute;
    left: 15px;
    top: 24px
}

.fxg-field__numbered-placeholder {
    font-size: 20px;
    font-weight: 700;
    top: 22px
}

.fxg-field__floating-placeholder {
    font-size: 14px;
    text-transform: uppercase;
    pointer-events: none;
    transition: .2s ease all;
    font-weight: bold
}

.fxg-field__input--error {
    border-left: 3px solid #de002e !important
}

.fxg-field__input--error:focus ~ .fxg-field__floating-placeholder,.fxg-field__input--error:not(:focus) ~ .fxg-field__floating-placeholder {
    color: #de002e !important
}

.fxg-field__validation {
    display: inline-block;
    color: #de002e;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 15px
}

.pac-item-query {
    font-size: 12px
}

.pac-item {
    line-height: 48px;
    padding-left: 16px;
    padding-top: 2px
}

.pac-icon.pac-icon-marker {
    margin-top: 14px;
    width: 14px;
    background-image: url(../../../etc.clientlibs/clientlibs/fedex/images/resources/common-icon-sprite.png);
    background-size: 114px 65px;
    background-position: -29px 0
}

.pac-container {
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17);
    box-shadow: 4px 4px 0 0 rgba(0,0,0,0.17);
    z-index: 13001
}

.pac-logo:after,.pac-logo:after {
    padding: 20px !important;
    position: relative;
    right: 15px
}

html[dir=rtl] .fxg-field {
    text-align: right;
    float: right
}

html[dir=rtl] .fxg-field__placeholder {
    right: 15px;
    left: inherit
}

html[dir=rtl] .fxg-field__input-text {
    padding: 27px 15px 10px 8px
}

html[dir=rtl] .fxg-field__input-text:focus {
    border-right: 3px solid #4d148c;
    border-left: 0
}

html[dir=rtl] .fxg-field__input-text:focus ~ .fxg-field__floating-placeholder {
    right: 15px;
    left: auto
}

html[dir=rtl] .fxg-field__input-text--numbered {
    padding: 19px 65px 19px 10px
}

html[dir=rtl] .fxg-field__input-text:not(:focus):valid ~ .fxg-field__floating-placeholder {
    right: 15px;
    left: auto
}

html[dir=rtl] .fxg-field__input--error {
    border-right: 3px solid #de002e !important;
    border-left: 0 !important
}

html[dir=rtl] .fxg-field__input-checkbox:not(:checked),html[dir=rtl] .fxg-field__input-checkbox :checked {
    right: -9999px;
    left: auto
}

html[dir=rtl] .fxg-field__button {
    left: 15px;
    right: auto
}

@media(max-width: 767px) {
    html[dir=rtl] .fxg-field__button {
        left:0;
        right: auto
    }
}

html[dir=rtl] .fxg-form__footer-row {
    text-align: right
}

html[dir=rtl] .fxg-cube .fxg-app .fxg-field__input-text {
    margin-left: 3px;
    margin-right: 0
}

html[dir=rtl] .pac-item {
    padding-right: 16px;
    padding-left: 0
}

html[dir=rtl] .pac-logo:after {
    right: auto;
    left: 15px
}

.fxg-tracking-app__submitted .fxg-field__input-text {
    background: #f2f2f2
}

.fxg-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: ''
}

.fxg-form select::-ms-expand {
    display: none
}

.fxg-caret__down:after {
    top: 25px;
    right: 20px;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    content: '';
    display: inline-block;
    margin-left: 5px;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -107px;
    width: 22px;
    height: 11px;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

@media(max-width: 992px) {
    .fxg-caret__down:after {
        right:16px
    }
}

.fxg-arrow-icon {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: 35px
}

.fxg-arrow-icon .fxg--chevron-down:after {
    content: "";
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -107px;
    width: 22px;
    height: 11px;
    right: 20px;
    top: 28px
}

.fxg-arrow-icon .fxg--chevron-up:after {
    content: "";
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -74px;
    width: 22px;
    height: 11px;
    right: 20px;
    top: 28px
}

.fxg-form-element__checkbox-label {
    position: relative;
    margin-top: 17px;
    margin-bottom: 5px;
    padding-left: 30px
}

.fxg-form-element__checkbox-label input[type="checkbox"] {
    opacity: 0
}

.fxg-form-element__checkbox-label input[type="checkbox"]:checked+label:after {
    content: ""
}

.fxg-form-element__checkbox-label input[type="checkbox"]:focus+label:before,.fxg-form-element__checkbox-label input[type="checkbox"]:focus+label:after {
    outline: 1px dashed #4d148c
}

.fxg-form-element__checkbox-label label {
    position: relative;
    display: inline-block
}

.fxg-form-element__checkbox-label label:before {
    content: "";
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -133px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    left: -31px
}

.fxg-form-element__checkbox-label label::after {
    content: none;
    display: inline-block;
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat -5px -165px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -2px;
    left: -31px
}

@media(max-width: 992px) {
    .fxg-form-element__checkbox-label {
        margin-top:11px;
        padding-left: 17px
    }
}

.fxg-form-element__checkbox--centered {
    margin-left: 27%;
    width: 60%;
    padding: 0;
    border: 0
}

@media(max-width: 992px) {
    .fxg-form-element__checkbox--centered {
        margin:auto;
        width: 95%;
        padding: 0;
        border: 0
    }
}

.fxg-form__checkbox--round {
    display: none
}

.fxg-form__checkbox--round:checked+label {
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat;
    height: 30px;
    background-position: 0 -226px
}

.fxg-form__checkbox--round:not(:checked)+label {
    background: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32.png") no-repeat;
    height: 30px;
    background-position: 0 -194px
}

.fxg-radio {
    line-height: 2.01;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 3px
}

.fxg-radio-group {
    vertical-align: middle;
    width: 100%
}

.fxg-radio-text {
    font-size: 15px !important;
    cursor: pointer;
    margin-left: 35px !important
}

.fxg-radio-wrapper {
    margin-left: 40px;
    width: 100%;
    max-width: 276px
}

.fxg-float-label {
    display: block;
    position: relative
}

.fxg-float-label *:focus {
    border-left: 3px solid #4d148c;
    opacity: 1 !important
}

.fxg-float-label label,.fxg-float-label>span {
    position: absolute;
    cursor: text;
    top: 12px;
    left: 15px;
    font-size: 10px;
    opacity: 1 !important;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fxg-float-label input,.fxg-float-label select {
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    padding: 27px 8px 10px 15px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width: 992px) {
    .fxg-float-label input,.fxg-float-label select {
        width:100%
    }
}

.fxg-float-label input::-webkit-input-placeholder,.fxg-float-label select::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fxg-float-label input:-ms-input-placeholder,.fxg-float-label select:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fxg-float-label input::-ms-input-placeholder,.fxg-float-label select::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fxg-float-label input::placeholder,.fxg-float-label select::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fxg-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,.fxg-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.fxg-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,.fxg-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0
}

.fxg-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,.fxg-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0
}

.fxg-float-label input:placeholder-shown:not(:focus)::placeholder,.fxg-float-label select:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.fxg-float-label input:placeholder-shown:not(:focus)+*,.fxg-float-label select:placeholder-shown:not(:focus)+* {
    font-size: 14px;
    top: 38%
}

.fxg-float-label input:focus ~ .fxg-field__floating-placeholder {
    color: #4d148c;
    font-weight: 700
}

.fxg-tooltip {
    display: inline-block;
    position: relative
}

.fxg-tooltip__icon {
    background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32_rev.png");
    background-repeat: no-repeat;
    background-size: 32px 384px;
    background-position: -6px -326px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 21px;
    width: 21px
}

@media(min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio: 2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .fxg-tooltip__icon {
        background-image:url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_64_rev.png");
        background-size: 32px 384px
    }
}

.fxg-tooltip__icon--close {
    background-position: -6px -358px
}

.fxg-tooltip__content {
    border-left: 2px solid rgba(0,0,0,0.1);
    border-bottom: 2px solid rgba(0,0,0,0.1);
    background-color: #fafafa;
    color: #424242;
    display: block;
    display: none;
    font-size: 12px;
    text-align: center;
    padding: 30px 20px 26px;
    position: absolute;
    line-height: 22px;
    top: 31px;
    left: -151px;
    width: 300px;
    z-index: 200
}

.fxg-tooltip__content--open {
    display: block
}

@media(max-width: 767px) {
    .fxg-tooltip__content {
        left:0;
        right: auto
    }
}

.fxg-tooltip__content--large {
    text-align: left
}

@media(max-width: 767px) {
    .fxg-tooltip__content--large {
        box-shadow:0 0 2px 2px rgba(0,0,0,0.1);
        border: 0;
        position: fixed;
        overflow-y: scroll;
        height: 100vh;
        width: calc(100vw - 40px);
        margin: 0;
        padding: 50px 20px 0;
        right: auto;
        top: 0;
        left: 0
    }
}

.fxg-tooltip__heading {
    color: #424242;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 18px 0
}

@media(max-width: 767px) {
    .fxg-tooltip__heading {
        margin:40px 0 40px 0
    }
}

.fxg-tooltip__title {
    color: #424242;
    font-weight: 300;
    font-size: 15px;
    margin: 0
}

.fxg-tooltip__paragraph {
    color: #424242;
    font-size: 12px;
    margin: 0 0 7px
}

.fxg-tooltip__paragraph:last-child {
    margin-bottom: 0
}

.fxg-tooltip__close {
    background-image: url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_32_rev.png");
    background-repeat: no-repeat;
    background-size: 32px 384px;
    background-position: -6px -294px;
    cursor: pointer;
    user-select: none;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 21px;
    width: 21px
}

@media(min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio: 2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .fxg-tooltip__close {
        background-image:url("../../../etc.clientlibs/clientlibs/fedex/images/resources/magic_icons_64_rev.png");
        background-size: 32px 384px
    }
}

.fxg-tooltip__content--large .fxg-tooltip__close {
    display: none
}

@media(max-width: 767px) {
    .fxg-tooltip__content--large .fxg-tooltip__close {
        display:block
    }
}

.demo-text {
    line-height: 1.5em
}

.fxg-help {
    margin-top: 5px
}

.fxg-help__title {
    cursor: pointer;
    line-height: 18px
}

.fxg-help__message {
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 15px;
    padding: 15px 100px 15px 15px;
    background-color: #fafafa
}

@media(max-width: 767px) {
    .fxg-help__message {
        padding-right:80px
    }
}

.fxg-help__message:before {
    content: " ";
    display: block;
    height: 15px;
    width: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fafafa;
    position: absolute;
    top: -7px;
    left: 3px
}

.fxg-help--open .fxg-help__message {
    display: block;
    position: relative
}

.fxg-help__message-close {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    -webkit-moz-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -webkit-transition-property: opacity,filter;
    -webkit-moz-property: opacity,filter;
    transition-property: opacity,filter;
    -webkit-transition-property: opacity,filter,-webkit-filter;
    -webkit-moz-property: opacity,filter,-webkit-filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    transition-duration: .15s;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0;
    z-index: 10;
    height: 30px
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-bottom: 21px;
    top: 7px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    text-indent: -99999px
}

.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    -webkit-moz-property: -webkit-transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    -webkit-moz-property: transform;
    transition-property: transform;
    -webkit-transition-property: transform,-webkit-transform;
    -webkit-moz-property: transform,-webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:before,.hamburger-inner:after {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--arrow.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1);
    transform: translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(0.7,1);
    transform: translate3d(-8px,0,0) rotate(45deg) scale(0.7,1)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .15s .4s ease
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: -webkit-transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .4s cubic-bezier(0.68,-0.55,0.265,1.55),-webkit-transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(135deg);
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: .1s
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0,-20px,0) rotate(-270deg);
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: .1s
}

.hamburger--elastic-r .hamburger-inner {
    top: 5px;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .15s .4s ease
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: -webkit-transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .4s cubic-bezier(0.68,-0.55,0.265,1.55),-webkit-transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(-135deg);
    transform: translate3d(0,10px,0) rotate(-135deg);
    transition-delay: .1s
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0,-20px,0) rotate(270deg);
    transform: translate3d(0,-20px,0) rotate(270deg);
    transition-delay: .1s
}

.hamburger--slider .hamburger-inner {
    top: 5px
}

.hamburger--slider .hamburger-inner:before {
    top: 9px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 18px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,9px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-18px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 9px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 18px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,9px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px,-6px,0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-18px,0) rotate(90deg)
}

.menu-back .hamburger-box {
    width: 39px
}

.menu-back .hamburger-inner {
    width: 39px
}

.menu-back .hamburger-inner:before {
    width: 39px;
    top: -10px
}

.menu-back .hamburger-inner:after {
    width: 39px;
    bottom: -10px
}

.fx-dt_content_highlighted {
    background: #4d148c !important;
    color: #fff
}

.fx-dt_tablefixer .fxg-table-wrapper th,.fx-dt_tablefixer .fxg-table-wrapper td {
    max-width: none
}

.fx-dt_tablefixer .fxg-table-wrapper {
    overflow-x: auto
}

.fxg-cube-container {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: .25s ease height;
    max-width: 475px;
    padding-inline-start:0}

.fxg-cube-container .fxg-cube__text {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .fxg-cube-container .fxg-cube__text {
        font-size:14px;
        letter-spacing: 1px
    }
}

.fxg-cube-container .fxg-cube {
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: left;
    cursor: pointer
}

.fxg-cube-container .fxg-cube:nth-child(2) .fxg-cube__content {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.fxg-cube-container .fxg-cube__content {
    width: 158px;
    height: 120px;
    background-color: #fafafa;
    padding: 25px 15px;
    transition: .25s ease background-color,.25s ease height;
    line-height: 14px
}

@media(max-width: 767px) {
    .fxg-cube-container .fxg-cube__content {
        box-sizing:border-box;
        width: calc((100vw - 40px) / 3);
        height: calc(((100vw - 40px) / 3) - 10px);
        max-width: 130px;
        max-height: 120px;
        padding: 20% 0
    }
}

.fxg-cube-container .fxg-cube__content svg {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px
}

.fxg-cube-container .fxg-cube__icon {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px
}

@media(max-width: 767px) {
    .fxg-cube-container .fxg-cube__icon {
        width:43%;
        height: 48%
    }
}

.fxg-cube-container .fxg-cube__icon-white {
    display: none
}

.fxg-cube-container .fxg-cube--active {
    position: static;
    margin-top: -10px
}

.fxg-cube-container .fxg-cube--active .fxg-cube__content {
    position: relative;
    z-index: 1;
    background-color: #4d148c;
    height: 140px;
    padding: 35px 15px 25px;
    border: 0 !important
}

@media(max-width: 767px) {
    .fxg-cube-container .fxg-cube--active .fxg-cube__content {
        margin-top:5px;
        height: calc(((100vw - 40px) / 3));
        max-height: 130px;
        padding: 20% 0
    }
}

.fxg-cube-container .fxg-cube--active .fxg-cube__content .fxg-cube__icon-grey {
    display: none
}

.fxg-cube-container .fxg-cube--active .fxg-cube__content .fxg-cube__icon-white {
    display: block
}

.fxg-cube-container .fxg-cube--active .fxg-cube__text {
    color: #fff
}

html[dir=rtl] .fxg-cube-container .fxg-cube {
    float: right
}

.fxg-cube-container:before {
    display: table;
    content: " "
}

.fxg-cube-container:after {
    display: table;
    content: " "
}

.fxg-cube-container .fxg-cube__content {
    border: 0
}

.fxg-cube-vertical {
    display: inline-flex;
    flex-direction: column;
    padding-left: 10px
}

.fxg-cube-container.fxg-cube-vertical .fxg-cube__content {
    border: 1px solid #e5e5e5
}

.cube-vertical .cube-wrap {
    width: 25%;
    float: left
}

.cube-vertical .body-wrapper {
    width: 75%;
    float: left
}

html[dir=rtl] cube-vertical .cube-wrap {
    width: 25%;
    float: right
}

html[dir=rtl] cube-vertical .body-wrapper {
    width: 25%;
    float: right
}

.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
    float: none;
    width: 970px;
    clear: both
}

@media(max-width: 992px) {
    .container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
        width:738px;
        padding: 0 15px
    }
}

@media(max-width: 767px) {
    .container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 {
        width:auto;
        min-width: 290px
    }
}

.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 .container.fxg-wrapper:before {
    content: none
}

.container.fxg-wrapper.aem-GridColumn.aem-GridColumn--default--12 .container.fxg-wrapper:after {
    content: none
}

.root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12>.xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
    float: none;
    width: 970px;
    clear: both
}

@media(max-width: 992px) {
    .root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12>.xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
        width:738px;
        padding: 0 15px
    }
}

@media(max-width: 767px) {
    .root .experiencefragment.aem-GridColumn.aem-GridColumn--default--12>.xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
        width:auto;
        min-width: 290px
    }
}

@media(max-width: 992px) {
    .root .cmp-wrapper .experiencefragment.aem-GridColumn.aem-GridColumn--default--12>.xf-content-height .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
        padding:0
    }
}

.fxg-cookie-modal {
    position: relative;
    color: #333
}

.fxg-cookie-modal__title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.fxg-cookie-modal__description {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px
}

.fxg-cookie-modal__settings {
    padding: 20px;
    background-color: #f2f2f2;
    margin-bottom: 30px
}

.fxg-cookie-modal__settings__title {
    font-size: 25px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px
}

.fxg-cookie-modal__cookie {
    margin-bottom: 15px
}

.fxg-cookie-modal__cookie label {
    display: block !important;
    margin-bottom: 0 !important;
    cursor: pointer
}

.fxg-cookie-modal__cookie:last-child {
    margin-bottom: 0
}

.fxg-cookie-modal__cookie:last-child .fxg-cookie-modal__cookie__description {
    margin-bottom: 0
}

.fxg-cookie-modal__cookie__name {
    display: inline-block;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 24px;
    margin-left: 35px
}

.fxg-cookie-modal__cookie__description {
    display: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    margin-left: 35px;
    margin-bottom: 20px;
    text-transform: none
}

.fxg-cookie-modal__cookie__description.is-selected {
    display: block
}

.fxg-cookie-modal__footer {
    text-align: center
}

.fxg-cookie-modal__actions {
    display: inline-block
}

.fxg-cookie-modal__save {
    margin-bottom: 20px
}

.fxg-cookie-modal__link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

@media screen and (max-width: 768px) {
    .fxg-cookie-modal__title {
        font-size:30px;
        margin-bottom: 10px
    }

    .fxg-cookie-modal__settings {
        padding: 15px
    }

    .fxg-cookie-modal__description {
        margin-bottom: 20px
    }

    .fxg-cookie-modal__settings__title {
        margin-bottom: 15px
    }
}

html[dir=rtl] .fxg-cookie-modal_cookie__description {
    margin-left: 0;
    margin-right: 35px;
    text-align: right
}

html[dir=rtl] .fxg-cookie-modal__settings__title {
    text-align: right
}

html[dir=rtl] .fxg-cookie-modal__cookie label {
    background-position-x: 100% !important
}

html[dir=rtl] .fxg-cookie-modal__cookie__name {
    margin-left: 0;
    margin-right: 35px
}

.fxg-cookie-consent {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    padding: 0;
    color: #333;
    z-index: 1;
    background-color: #f2f2f2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fxg-cookie-consent.is-active {
    display: block
}

.fxg-cookie-consent__wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0 0;
    width: auto;
    max-height: calc(100% - 60px);
    color: #333;
    box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    -o-box-shadow: 0 -1px 8px rgba(0,0,0,0.2);
    background-color: #f2f2f2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fxg-cookie-consent__text {
    margin-bottom: 15px;
    margin-left: 30px
}

.fxg-cookie-consent__text p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 400;
    margin: 0 0 10px
}

.fxg-cookie-consent__settings {
    margin-left: 30px
}

.fxg-cookie-consent__settings .fxg-form-element__checkbox-label {
    display: inline-block;
    margin: 0 30px 15px;
    padding-left: 0;
    padding-right: 0
}

.fxg-cookie-consent__settings input[type=checkbox] {
    position: absolute
}

.fxg-cookie-consent__settings label {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 300
}

.fxg-cookie-consent__actions {
    margin-left: 30px
}

.fxg-cookie-consent__actions button.fxg-button {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px
}

.fxg-cookie-consent__title {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 30px
}

.fxg-cookie-consent__icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 6px
}

.fxg-cookie-consent .fxg-button--orange {
    line-height: 1;
    margin-bottom: 15px
}

.fxg-cookie-consent .fxg-button--orange-secondary {
    background-color: transparent;
    border: 2px solid #ff6200;
    color: #ff6200;
    padding: 22px 40px;
    margin-right: 20px
}

.fxg-cookie-consent .fxg-form-element__checkbox-label.is-disabled label::before,.fxg-cookie-consent .fxg-form-element__checkbox-label.is-disabled label::after {
    opacity: .5
}

.fxg-cookie-consent input[type=checkbox]+label {
    margin-bottom: 0
}

.fxg-cookie-consent input[type=checkbox]:disabled+label {
    color: #aaa
}

@media(max-width: 767px) {
    .fxg-cookie-consent__settings .fxg-form-element__checkbox-label {
        display:block
    }

    .fxg-cookie-consent__accept {
        margin-bottom: 20px
    }

    .fxg-cookie-consent__actions {
        margin-right: auto;
        margin-left: auto
    }
}

html[dir=rtl] .fxg-cookie-consent__text,html[dir=rtl] .fxg-cookie-consent__actions,html[dir=rtl] .fxg-cookie-consent__settings {
    margin-right: 30px;
    margin-left: auto
}

html[dir=rtl] .fxg-cookie-consent .fxg-button--orange-secondary {
    margin-right: auto;
    margin-left: 20px
}

html[dir=rtl] .fxg-cookie-consent__title {
    margin-right: 30px;
    margin-left: 20px
}

html[dir=rtl] .fxg-cookie-consent__icon {
    margin-right: auto;
    margin-left: 10px;
    float: right
}

html[dir=rtl] .fxg-cookie-consent .fxg-form-element__checkbox-label label::after,html[dir=rtl] .fxg-cookie-consent .fxg-form-element__checkbox-label label::before {
    right: -31px;
    left: auto
}

.fxg-code-snippet {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    border-left: 4px solid #4d148c;
    background: #fafafa
}

.fxg-code-snippet pre {
    border: 0;
    background: 0;
    padding: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.fxg-code-snippet pre p {
    margin: 0;
    font-family: inherit
}

.fxg-code-snippet-expand-collapse {
    position: absolute;
    padding: 8px 10px;
    background: #4d148c;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    right: 0
}

@-webkit-keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@keyframes slidein-bottom {
    from {
        bottom: -100%
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-0-1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fxg-button {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.11px;
    line-height: 12px;
    display: inline-block
}

[dir] .fxg-button {
    padding: 24px 40px;
    border: 0
}

.fxg-button:hover,.fxg-button:focus {
    transition: .16s;
    -webkit-transform: scale(1.02,1.06)
}

[dir] .fxg-button:hover,[dir] .fxg-button:focus {
    -webkit-transition: .16s;
    transform: scale(1.02,1.06)
}

@media(max-width: 663px) {
    .fxg-button {
        width:100%
    }
}

.fxg-button--orange {
    font-size: 19px;
    color: #fff;
    text-decoration: none
}

[dir] .fxg-button--orange {
    background-color: #ff6200;
    border-radius: 0
}

.fxg-button--outline {
    -webkit-box-shadow: inset 0 0 0 2px #ff6200,0 0 0 2px #fff;
    color: #ff6200;
    font-size: 19px;
    transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s;
    transition: box-shadow cubic-bezier(0.23,1,0.32,1) .3s,-webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s
}

[dir] .fxg-button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ff6200,0 0 0 2px #fff;
    border: 0;
    -webkit-transition: -webkit-box-shadow cubic-bezier(0.23,1,0.32,1) .3s
}

.fxg-button--outline[disabled] {
    color: #8e8e8e
}

[dir=ltr] .fxg-button--float-right {
    float: right
}

[dir=rtl] .fxg-button--float-right {
    float: left
}

@media(max-width: 663px) {
    [dir] .fxg-button--float-right {
        float:none
    }
}

@media(max-width: 663px) {
    [dir] .fxg-form .fxg-button {
        margin-top:2px;
        margin-bottom: 20px
    }
}

.fxg-login-module .fxg-button {
    width: 100%
}

[dir] .fxg-login-module .fxg-button {
    margin-bottom: 20px
}

.fxg-tracking-module .fxg-button {
    width: 100%
}

.fxg-locations-module .fxg-button {
    width: 100%
}

.fxg-landing-hero .fxg-button {
    display: inline-block
}

[dir] .fxg-landing-hero .fxg-button {
    text-align: center;
    margin-top: 15px
}

html[dir=rtl] .fxg-button--float-right {
    float: left
}

[dir] .link .fxg-img.fxg-img-icon {
    padding: 16px !important
}

[dir] .link .fxg-img.fxg-img-left {
    padding: 16px 24px !important
}

[dir] .link .fxg-img.fxg-img-right {
    padding: 16px 24px !important
}

[dir] .link .fxg-img.fxg-img-noIcon {
    padding: 16px 20px !important
}

.link .fxg-link.default {
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.18px
}

.link .fxg-link--blue,.link .fxg-link--blue-override {
    font-size: .875rem !important;
    font-weight: 700;
    line-height: 1.3
}

.link .fxg-link--blue:hover,.link .fxg-link--blue-override:hover {
    color: #00689c !important
}

.link .fxg-link--blue-override {
    color: #007ab7
}

.link .fxg-button--round {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3 !important
}

.link .fxg-link--rounded_button:hover {
    color: #00689c !important
}

.link .fxg-button--orange {
    font-size: 1.1875rem !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 1px
}

[dir] .link .fxg-button--orange:hover {
    background-color: #e45528 !important
}

.link .fxg-button--transparent {
    font-size: 1.1875rem !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 1px
}

.link .fxg-button--transparent:hover {
    color: #e45528 !important
}

[dir] .link .fxg-button--transparent:hover {
    border: 2px solid #e45528
}

[dir=ltr] .fxg-link .fxg-image-right {
    margin-left: 8px
}

[dir=rtl] .fxg-link .fxg-image-right {
    margin-right: 8px
}

[dir=ltr] .fxg-link .fxg-image-left {
    margin-right: 8px
}

[dir=rtl] .fxg-link .fxg-image-left {
    margin-left: 8px
}

.fxg-link .fxg-img-other svg,.fxg-link .fxg-img-other #cdnSVG {
    width: 24px;
    height: 24px
}

.fxg-link .fxg-img-default svg,.fxg-link .fxg-img-default #cdnSVG {
    width: 16px;
    height: 16px
}

.fxg-img .fxg-image-left {
    position: relative;
    bottom: -5px
}

.fxg-img .fxg-image-right {
    position: relative;
    bottom: -5px
}

.fxg-img-icon.fxg-button--orange {
    min-width: 0
}

.fxg-img-icon.fxg-button--transparent {
    min-width: 0
}

.fxg-pill {
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #007ab7;
    border: 1.5px solid #007ab7;
    border-radius: 50px;
    min-width: 165px;
    margin: 0;
    letter-spacing: 1px;
    overflow: hidden;
    max-height: 54px;
    background-color: #fff
}

.fxg-pill:hover {
    height: 53px;
    padding: 2px 32px;
    transform: translateY(-2px);
    padding-top: 2px;
    padding-bottom: 2px;
    max-height: 58px
}

@media(max-width: 767px) {
    .fxg-pill {
        max-width:300px
    }
}

.fxg-fullwidth {
    width: 100% !important
}

@media(max-width: 767px) {
    genericAppContainer appBaseComponent section {
        margin-top:-12px
    }
}

[dir] .fxg-app-container {
    cursor: default
}

.fxg-cube .fxg-app-container {
    display: none
}

.fxg-cube--active .fxg-app-container {
    width: 100%;
    min-height: 125px;
    display: block
}

[dir=ltr] .fxg-cube--active .fxg-app-container {
    left: 0
}

[dir=rtl] .fxg-cube--active .fxg-app-container {
    right: 0
}

.fxg-app-container--open,.fxg-app-container--error {
    min-height: 235px;
    width: 100%
}

[dir] .fxg-app-container--open,[dir] .fxg-app-container--error {
    background: #fff
}

[dir] .fxg-app-container--error {
    padding-bottom: 35px
}

.fxg-app-container--error .fxg-app__wrapper {
    min-height: 100px
}

[dir] .fxg-app-container .fxg-app {
    cursor: default
}

.fxg-app-container .fxg-app__wrapper {
    min-height: auto !important
}

[dir] .fxg-app-container .fxg-app__wrapper {
    margin-top: 35px
}

@media(max-width: 767px) {
    [dir] .fxg-app-container .fxg-app__wrapper {
        margin-top:15px
    }
}

.fxg-cube--active .fxg-app-container .fxg-app__wrapper form {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

@media(max-width: 767px) {
    .fxg-cube--active .fxg-app-container .fxg-app__wrapper form {
        display:block
    }
}

.fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    display: inline-block
}

[dir] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    margin: 0 auto
}

[dir=ltr] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    text-align: left
}

[dir=rtl] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
    text-align: right
}

@media(max-width: 767px) {
    .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
        width:100%
    }

    [dir] .fxg-app-container .fxg-app__wrapper .fxg-app__form-wrapper {
        margin-bottom: 0
    }
}

.cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    display: inline-block
}

[dir] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    margin: 0 auto
}

[dir=ltr] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    text-align: left
}

[dir=rtl] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
    text-align: right
}

@media(max-width: 767px) {
    .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
        width:100%
    }

    [dir] .cubes_v1 .body-wrapper .fxg-app__wrapper .fxg-app__form-wrapper {
        margin-bottom: 0
    }
}

.fx-pv-hidden {
    display: none
}

.fx-pv-hidden_editmode {
    opacity: .8
}

[dir] .fx-pv-hidden_editmode {
    border: 1px dashed #ff6200
}

.fx-pv-hidden_editmode:before {
    content: "This field is hidden";
    color: #ff6200
}

.fx-av_fields {
    overflow: hidden
}

[dir] .fx-av_fields .fxg-field__input-text {
    background-color: #f2f2f2
}

[dir] .fx-av_submit_wrap {
    padding-top: 40px
}

.fx-av_submit_wrap button {
    position: relative
}

[dir=ltr] .fx-av_submit_wrap button {
    left: 50%;
    transform: translateX(-50%) scale(1,1)
}

[dir=rtl] .fx-av_submit_wrap button {
    right: 50%;
    transform: translateX(50%) scale(1,1)
}

.fx-av_submit_wrap button:hover,.fx-av_submit_wrap button:focus {
    transition: .16s
}

[dir=ltr] .fx-av_submit_wrap button:hover,[dir=ltr] .fx-av_submit_wrap button:focus {
    transform: translateX(-50%) scale(1.02,1.06)
}

[dir=rtl] .fx-av_submit_wrap button:hover,[dir=rtl] .fx-av_submit_wrap button:focus {
    transform: translateX(50%) scale(1.02,1.06)
}

@media(max-width: 767px) {
    [dir] .fx-av_submit_wrap {
        padding-top:35px
    }
}

.fxg-alert {
    display: none;
    position: relative;
    height: auto;
    font-size: 14px
}

[dir] .fxg-alert {
    padding: 30px
}

@media(max-width: 767px) {
    [dir] .fxg-alert {
        padding:20px 0
    }
}

.fxg-alert p {
    font-size: 14px;
    line-height: 14px
}

[dir=ltr] .fxg-alert p {
    padding-right: 80px
}

[dir=rtl] .fxg-alert p {
    padding-left: 80px
}

@media(max-width: 767px) {
    .fxg-alert p {
        line-height:18px
    }

    [dir] .fxg-alert p {
        margin-bottom: 20px
    }

    [dir=ltr] .fxg-alert p {
        padding-right: 30px
    }

    [dir=rtl] .fxg-alert p {
        padding-left: 30px
    }
}

.fxg-alert__footer {
    position: fixed;
    bottom: 0;
    width: 100%
}

[dir=ltr] .fxg-alert__footer {
    left: 0
}

[dir=rtl] .fxg-alert__footer {
    right: 0
}

[dir] .fxg-alert.fxg-alert-no-details p {
    padding-top: 10px
}

.fxg-alert__icon {
    width: 35px;
    height: 35px
}

[dir=ltr] .fxg-alert__icon {
    float: left;
    margin-right: 20px
}

[dir=rtl] .fxg-alert__icon {
    float: right;
    margin-left: 20px
}

[dir=ltr] .fxg-alert__details-icon-spacer {
    margin-left: 55px
}

[dir=rtl] .fxg-alert__details-icon-spacer {
    margin-right: 55px
}

.fxg-alert__close-btn {
    position: absolute;
    top: 0
}

[dir] .fxg-alert__close-btn {
    cursor: pointer
}

[dir=ltr] .fxg-alert__close-btn {
    right: 20px
}

[dir=rtl] .fxg-alert__close-btn {
    left: 20px
}

.fxg-alert__details-info {
    display: none;
    font-size: 14px;
    color: #fff
}

@media(max-width: 767px) {
    .fxg-alert__details-info {
        line-height:18px
    }

    [dir] .fxg-alert__details-info {
        margin-bottom: 20px
    }
}

.fxg-alert__details-info a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline
}

@media(max-width: 767px) {
    .fxg-alert__details-info a {
        font-weight:700
    }
}

.fxg-alert__details--show .fxg-alert__details-info {
    display: block
}

.fxg-alert__details-btn {
    font-weight: 700;
    width: auto
}

.fxg-alert__details-btn svg {
    display: inline-block;
    width: 17px;
    transition: .25s
}

[dir] .fxg-alert__details-btn svg {
    margin: 0 5px;
    cursor: pointer
}

[dir=ltr] .fxg-alert__details-btn svg {
    transform: rotate(180deg)
}

[dir=rtl] .fxg-alert__details-btn svg {
    transform: rotate(-180deg)
}

[dir] .fxg-alert__details--show .fxg-alert__details-btn svg {
    transform: rotate(0)
}

[dir=ltr] .fxg-alert__text-spacer {
    margin-left: 55px;
    margin-right: 22px
}

[dir=ltr] .fxg-alert__text-spacer p {
    padding-left: 0;
    padding-right: 60px
}

[dir=rtl] .fxg-alert__text-spacer p {
    padding-left: 60px;
    padding-right: 0
}

@media(max-width: 767px) {
    [dir=ltr] .fxg-alert__text-spacer p {
        padding-left:0;
        padding-right: 10px
    }

    [dir=rtl] .fxg-alert__text-spacer p {
        padding-left: 10px;
        padding-right: 0
    }
}

[dir=rtl] .fxg-alert__text-spacer {
    margin-left: 22px;
    margin-right: 55px
}

.fxg-alert__text a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline
}

.fxg-alert.fxg-alert--show {
    display: block
}

.fxg-alert.fxg-alert--red {
    color: #fff
}

[dir] .fxg-alert.fxg-alert--red {
    background: #de002e
}

.fxg-alert.fxg-alert--red p,.fxg-alert.fxg-alert--red ol,.fxg-alert.fxg-alert--red ul {
    color: #fff
}

.fxg-alert.fxg-alert--red ol,.fxg-alert.fxg-alert--red ul {
    font-size: 12px
}

[dir] .fxg-alert.fxg-alert--yellow {
    background: #ffffe0
}

.fxg-alert.fxg-alert--green {
    color: #fff
}

[dir] .fxg-alert.fxg-alert--green {
    background: #8fbc8f
}

.fxg-alert.fxg-alert--blue {
    color: #fff
}

[dir] .fxg-alert.fxg-alert--blue {
    background: #87cefa
}

.fxg-alert.fxg-alert--gray {
    color: #333
}

[dir] .fxg-alert.fxg-alert--gray {
    background: #f2f2f2
}

.fxg-alert.fxg-alert--gray p {
    color: #333
}

.fxg-alert.fxg-alert--gray a {
    color: #333
}

.fxg-alert.fxg-alert--gray g {
    stroke: #333 !important
}

.fxg-alert.fxg-alert--gray ul,.fxg-alert.fxg-alert--gray ol {
    color: #333;
    font-size: 12px
}

.fxg-toast {
    display: inline-block;
    position: fixed;
    width: 252px;
    bottom: 15px;
    transition: transform .56s cubic-bezier(0.23,1,0.32,1)
}

[dir] .fxg-toast {
    background-color: #f2f2f2
}

[dir=ltr] .fxg-toast {
    left: 15px;
    padding: 24.5px 22.2px 20px 26px
}

[dir=rtl] .fxg-toast {
    right: 15px;
    padding: 24.5px 26px 20px 22.2px
}

@media(max-width: 767px) {
    .fxg-toast {
        width:calc(100vw - 78px)
    }

    [dir=ltr] .fxg-toast {
        padding: 24.5px 22.2px 20px 26px
    }

    [dir=rtl] .fxg-toast {
        padding: 24.5px 26px 20px 22.2px
    }
}

.fxg-toast .fxg-toast__text {
    color: #4a4a4a;
    font-size: 10px;
    font-size: 9px;
    max-width: 220px;
    opacity: 0
}

[dir] .fxg-toast .fxg-toast__text {
    margin-top: 50px
}

.fxg-toast .fxg-toast__status-icon {
    position: absolute;
    top: 11px;
    width: 50px;
    opacity: 0;
    height: 50px
}

[dir] .fxg-toast .fxg-toast__status-icon {
    transform: scale(0.6);
    background-image: url(../../clientlibs/fedex/components/alert_old/css/images/FX_calendar_sprite_64.png)
}

[dir=ltr] .fxg-toast .fxg-toast__status-icon {
    left: 15px
}

[dir=rtl] .fxg-toast .fxg-toast__status-icon {
    right: 15px
}

[dir] .fxg-toast .fxg-toast__status-icon--error {
    background-position: -7px 57px
}

[dir] .fxg-toast .fxg-toast__status-icon--info {
    background-position: -7px 121px
}

[dir] .fxg-toast .fxg-toast__status-icon--success {
    background-position: -7px 185px
}

.fxg-toast .fxg-toast__close-icon {
    width: 18px;
    top: -2px;
    position: absolute;
    opacity: 0
}

[dir] .fxg-toast .fxg-toast__close-icon {
    background-size: cover;
    transform: scale(0.6);
    background-position: -10px 390px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    background-image: url(../../clientlibs/fedex/components/alert_old/css/images/FX_calendar_sprite_64.png)
}

[dir=ltr] .fxg-toast .fxg-toast__close-icon {
    padding: 33px 30px 17px 17px;
    right: -9px
}

[dir=rtl] .fxg-toast .fxg-toast__close-icon {
    padding: 33px 17px 17px 30px;
    left: -9px
}

.fxg-toast .fxg-toast__close-icon:focus {
    outline: #007ab7 2px solid
}

.fxg-toast .fxg-toast__status-icon--hide {
    display: none
}

@media(max-width: 767px) {
    .fxg-toast--read-only .fxg-toast__status-icon {
        display:none
    }
}

@media(max-width: 767px) {
    [dir] .fxg-toast--read-only .fxg-toast__text {
        margin-top:0
    }
}

.fxg-wrapper a.fxg-toast__link,.fxg-wrapper .fxg-toast__link {
    display: inline-block;
    color: #007ab7;
    text-transform: uppercase;
    font-size: 8px;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 1px
}

.fxg-wrapper a.fxg-toast__link:hover,.fxg-wrapper a.fxg-toast__link:focus,.fxg-wrapper a.fxg-toast__link:active,.fxg-wrapper .fxg-toast__link:hover,.fxg-wrapper .fxg-toast__link:focus,.fxg-wrapper .fxg-toast__link:active {
    color: #007ab7
}

[dir] .fxg-wrapper a.fxg-toast__link:hover,[dir] .fxg-wrapper a.fxg-toast__link:focus,[dir] .fxg-wrapper a.fxg-toast__link:active,[dir] .fxg-wrapper .fxg-toast__link:hover,[dir] .fxg-wrapper .fxg-toast__link:focus,[dir] .fxg-wrapper .fxg-toast__link:active {
    border-bottom: 1px solid #007ab7
}

.fxg-wrapper .fxg-toast__text+a.fxg-toast__link,.fxg-wrapper .fxg-toast__text+.fxg-toast__link {
    opacity: 0;
    font-weight: 600
}

[dir] .fxg-wrapper .fxg-toast__text+a.fxg-toast__link,[dir] .fxg-wrapper .fxg-toast__text+.fxg-toast__link {
    margin-top: 50px
}

[dir=ltr] .fxg-toast__fadeInUp {
    -webkit-animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23,1,0.32,1) 1.08s;
    animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23,1,0.32,1) 1.08s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .58s;
    animation-delay: .58s
}

[dir=rtl] .fxg-toast__fadeInUp {
    -webkit-animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23,1,0.32,1) 1.08s;
    animation: fxg-toast__fadeInUp 3s cubic-bezier(0.23,1,0.32,1) 1.08s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .58s;
    animation-delay: .58s
}

[dir=ltr] .fxg-toast__fadeOutDown {
    -webkit-animation-name: fxg-toast__fadeOutDown;
    animation-name: fxg-toast__fadeOutDown;
    -webkit-animation: slide 3s cubic-bezier(0.23,1,0.32,1);
    animation: slide 3s cubic-bezier(0.23,1,0.32,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

[dir=rtl] .fxg-toast__fadeOutDown {
    -webkit-animation-name: fxg-toast__fadeOutDown;
    animation-name: fxg-toast__fadeOutDown;
    -webkit-animation: slide 3s cubic-bezier(0.23,1,0.32,1);
    animation: slide 3s cubic-bezier(0.23,1,0.32,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

[dir=ltr] .fxg-toast-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[dir=rtl] .fxg-toast-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[dir] .fxg-toast--preload {
    transform: translateY(calc(100% + 40px))
}

[dir=ltr] .fxg-toast__animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

[dir=rtl] .fxg-toast__animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

[dir=ltr] .fxg-toast__alert {
    -webkit-animation-name: slide;
    animation-name: slide
}

[dir=rtl] .fxg-toast__alert {
    -webkit-animation-name: slide;
    animation-name: slide
}

.fxg-toast.fxg-toast--reverse {
    transition: all .56s cubic-bezier(0.23,1,0.32,1)
}

[dir] .fxg-toast.fxg-toast--reverse {
    transform: translateY(115%);
    transform: translateY(calc(100% + 40px))
}

@-webkit-keyframes fxg-toast__fadeInUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fxg-toast__fadeInUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slide {
    0 {
        transform: translateY(115%);
        transform: translateY(calc(100% + 40px))
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide {
    0 {
        transform: translateY(115%);
        transform: translateY(calc(100% + 40px))
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes reverse-slide {
    0 {
        transform: translateY(0)
    }

    100% {
        transform: translateY(115%);
        transform: translateY(calc(100% + 40px))
    }
}

@keyframes reverse-slide {
    0 {
        transform: translateY(0)
    }

    100% {
        transform: translateY(115%);
        transform: translateY(calc(100% + 40px))
    }
}

.fxg-toast__list-item a {
    color: blue !important
}
