
/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./fonts/slick.eot);
    src: url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./fonts/slick.eot#iefix) format("embedded-opentype"),url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./fonts/slick.woff) format("woff"),url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./fonts/slick.ttf) format("truetype"),url(/profiles/custom/friso_starter/themes/friso/libraries/slick/slick/./fonts/slick.svg#slick) format("svg");
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

@-webkit-keyframes rotating {
    0% {
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -ms-transform: translateY(-50%) rotate(1turn);
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -ms-transform: translateY(-50%) rotate(1turn);
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

.flatpickr-calendar.inline,.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
    animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0,0,0,.9);
    fill: rgba(0,0,0,.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0,0,0,.9);
    fill: rgba(0,0,0,.9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    -o-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57,57,57,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0,0,0,.1)
}

.numInputWrapper span:active {
    background: rgba(0,0,0,.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57,57,57,.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57,57,57,.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0,0,0,.5)
}

.numInputWrapper:hover {
    background: rgba(0,0,0,.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0,0,0,.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0,0,0,.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0,0,0,.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0,0,0,.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0,0,0,.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay {
    color: rgba(57,57,57,.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57,57,57,.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flatpickr-innerContainer,.flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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
}

[hidden],template {
    display: none
}

[data-margin-top="-18"] {
    margin-top: -18rem
}

[data-margin-top="-17"] {
    margin-top: -17rem
}

[data-margin-top="-16"] {
    margin-top: -16rem
}

[data-margin-top="-15"] {
    margin-top: -15rem
}

[data-margin-top="-14"] {
    margin-top: -14rem
}

[data-margin-top="-13"] {
    margin-top: -13rem
}

[data-margin-top="-12"] {
    margin-top: -12rem
}

[data-margin-top="-11"] {
    margin-top: -11rem
}

[data-margin-top="-10"] {
    margin-top: -10rem
}

[data-margin-top="-9"] {
    margin-top: -9rem
}

[data-margin-top="-8"] {
    margin-top: -8rem
}

[data-margin-top="-7"] {
    margin-top: -7rem
}

[data-margin-top="-6"] {
    margin-top: -6rem
}

[data-margin-top="-5"] {
    margin-top: -5rem
}

[data-margin-top="-4"] {
    margin-top: -4rem
}

[data-margin-top="-3"] {
    margin-top: -3rem
}

[data-margin-top="-2"] {
    margin-top: -2rem
}

[data-margin-top="-1"] {
    margin-top: -1rem
}

[data-margin-top="0"] {
    margin-top: 0
}

[data-margin-top="1"] {
    margin-top: 1rem
}

[data-margin-top="2"] {
    margin-top: 2rem
}

[data-margin-top="3"] {
    margin-top: 3rem
}

[data-margin-top="4"] {
    margin-top: 4rem
}

[data-margin-top="5"] {
    margin-top: 5rem
}

[data-margin-top="6"] {
    margin-top: 6rem
}

[data-margin-top="7"] {
    margin-top: 7rem
}

[data-margin-top="8"] {
    margin-top: 8rem
}

[data-margin-top="9"] {
    margin-top: 9rem
}

[data-margin-top="10"] {
    margin-top: 10rem
}

[data-margin-top="11"] {
    margin-top: 11rem
}

[data-margin-top="12"] {
    margin-top: 12rem
}

[data-margin-top="13"] {
    margin-top: 13rem
}

[data-margin-top="14"] {
    margin-top: 14rem
}

[data-margin-top="15"] {
    margin-top: 15rem
}

[data-margin-top="16"] {
    margin-top: 16rem
}

[data-margin-top="17"] {
    margin-top: 17rem
}

[data-margin-top="18"] {
    margin-top: 18rem
}

@media (min-width: 1025px) {
    [data-margin-top-desktop="-18"] {
        margin-top:-18rem
    }

    [data-margin-top-desktop="-17"] {
        margin-top: -17rem
    }

    [data-margin-top-desktop="-16"] {
        margin-top: -16rem
    }

    [data-margin-top-desktop="-15"] {
        margin-top: -15rem
    }

    [data-margin-top-desktop="-14"] {
        margin-top: -14rem
    }

    [data-margin-top-desktop="-13"] {
        margin-top: -13rem
    }

    [data-margin-top-desktop="-12"] {
        margin-top: -12rem
    }

    [data-margin-top-desktop="-11"] {
        margin-top: -11rem
    }

    [data-margin-top-desktop="-10"] {
        margin-top: -10rem
    }

    [data-margin-top-desktop="-9"] {
        margin-top: -9rem
    }

    [data-margin-top-desktop="-8"] {
        margin-top: -8rem
    }

    [data-margin-top-desktop="-7"] {
        margin-top: -7rem
    }

    [data-margin-top-desktop="-6"] {
        margin-top: -6rem
    }

    [data-margin-top-desktop="-5"] {
        margin-top: -5rem
    }

    [data-margin-top-desktop="-4"] {
        margin-top: -4rem
    }

    [data-margin-top-desktop="-3"] {
        margin-top: -3rem
    }

    [data-margin-top-desktop="-2"] {
        margin-top: -2rem
    }

    [data-margin-top-desktop="-1"] {
        margin-top: -1rem
    }

    [data-margin-top-desktop="0"] {
        margin-top: 0
    }

    [data-margin-top-desktop="1"] {
        margin-top: 1rem
    }

    [data-margin-top-desktop="2"] {
        margin-top: 2rem
    }

    [data-margin-top-desktop="3"] {
        margin-top: 3rem
    }

    [data-margin-top-desktop="4"] {
        margin-top: 4rem
    }

    [data-margin-top-desktop="5"] {
        margin-top: 5rem
    }

    [data-margin-top-desktop="6"] {
        margin-top: 6rem
    }

    [data-margin-top-desktop="7"] {
        margin-top: 7rem
    }

    [data-margin-top-desktop="8"] {
        margin-top: 8rem
    }

    [data-margin-top-desktop="9"] {
        margin-top: 9rem
    }

    [data-margin-top-desktop="10"] {
        margin-top: 10rem
    }

    [data-margin-top-desktop="11"] {
        margin-top: 11rem
    }

    [data-margin-top-desktop="12"] {
        margin-top: 12rem
    }

    [data-margin-top-desktop="13"] {
        margin-top: 13rem
    }

    [data-margin-top-desktop="14"] {
        margin-top: 14rem
    }

    [data-margin-top-desktop="15"] {
        margin-top: 15rem
    }

    [data-margin-top-desktop="16"] {
        margin-top: 16rem
    }

    [data-margin-top-desktop="17"] {
        margin-top: 17rem
    }

    [data-margin-top-desktop="18"] {
        margin-top: 18rem
    }
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.abs-fill,.fit-contain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.fit-cover {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute
}

.bg-cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    font-size: 0;
    width: 100%
}

.row.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.align-left-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row.align-right-grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row.flow-wrap {
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.row [class^=col] {
    display: inline-block;
    min-height: .125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.col-1 {
    width: calc(16.667% - 2rem)
}

.col-2 {
    width: calc(33.333% - 2rem)
}

.col-3 {
    width: calc(50% - 2rem)
}

.col-4 {
    width: calc(66.667% - 2rem)
}

.col-5 {
    width: calc(83.333% - 2rem)
}

.col-6 {
    width: calc(100% - 2rem);
    width: 100%
}

.desktop {
    display: none
}

@media (min-width: 1025px) {
    .ratio16to9 {
        width:calc(73.667% - 3rem)
    }
}

@media (min-width: 767px) {
    .wrapper {
        padding:0 7.3rem
    }

    .col-1-sm {
        width: calc(16.667% - 2rem)
    }

    .col-2-sm {
        width: calc(33.333% - 2rem)
    }

    .col-3-sm {
        width: calc(50% - 2rem)
    }

    .col-4-sm {
        width: calc(66.667% - 2rem)
    }

    .col-5-sm {
        width: calc(83.333% - 2rem)
    }

    .col-6-sm {
        width: calc(100% - 2rem)
    }
}

@media (min-width: 1025px) {
    .wrapper {
        max-width:144rem;
        padding: 0 12rem
    }

    .row.flow-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
        flex-flow: inherit
    }

    .text-left-desktop {
        text-align: left
    }

    .text-right-desktop {
        text-align: right
    }

    .desktop {
        display: block
    }

    .mobile {
        display: none
    }

    .col-1-md {
        width: calc(8.333% - 3rem)
    }

    .col-2-md {
        width: calc(16.667% - 3rem)
    }

    .col-3-md {
        width: calc(25% - 3rem)
    }

    .col-4-md {
        width: calc(33.333% - 3rem)
    }

    .col-5-md {
        width: calc(41.667% - 3rem)
    }

    .col-6-md {
        width: calc(50% - 3rem)
    }

    .col-7-md {
        width: calc(58.333% - 3rem)
    }

    .col-8-md {
        width: calc(66.667% - 3rem)
    }

    .col-9-md {
        width: calc(75% - 3rem)
    }

    .col-10-md {
        width: calc(83.333% - 3rem)
    }

    .col-11-md {
        width: calc(91.667% - 3rem)
    }

    .col-12-md {
        width: calc(100% - 3rem)
    }
}

:lang(ar) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.background-texture {
    background: url(/profiles/custom/friso_starter/themes/friso/asset/image/bg-mobile.c71116b.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

.background-texture-position-center {
    background-position: 0 20rem
}

@media (min-width: 1025px) {
    .background-texture {
        background:url(/profiles/custom/friso_starter/themes/friso/asset/image/bg.bc30687.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top
    }

    .background-texture-position-center {
        background-position: 0 35rem
    }
}

.secondary-background-texture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.secondary-background-texture.background-texture-position-center {
    background-position: 50%!important
}

.gradient-edges {
    position: relative;
    width: 100%;
    display: inline-block
}

.gradient-edges:after,.gradient-edges:before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background-size: auto 100%;
    background-position: 50%;
    pointer-events: none
}

.gradient-edges[data-top=true] {
    margin-top: 8rem
}

.gradient-edges[data-top=true]:before {
    top: -8rem;
    height: 8rem
}

.gradient-edges[data-top=true][data-theme=primary] {
    background: #9ac9f7
}

.gradient-edges[data-top=true][data-theme=primary]:before {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#9ac9f7),to(transparent));
    background-image: -o-linear-gradient(bottom,#9ac9f7,transparent);
    background-image: linear-gradient(0deg,#9ac9f7,transparent)
}

.gradient-edges[data-top=true][data-theme=secondary] {
    background: rgba(196,226,74,.15)
}

.gradient-edges[data-top=true][data-theme=secondary]:before {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(196,226,74,.15)),to(transparent));
    background-image: -o-linear-gradient(bottom,rgba(196,226,74,.15),transparent);
    background-image: linear-gradient(0deg,rgba(196,226,74,.15),transparent)
}

.gradient-edges[data-bottom=true] {
    margin-bottom: 8rem
}

.gradient-edges[data-bottom=true]:after {
    bottom: -8rem;
    height: 8rem
}

.gradient-edges[data-bottom=true][data-theme=primary] {
    background: #9ac9f7
}

.gradient-edges[data-bottom=true][data-theme=primary]:after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9ac9f7),to(transparent));
    background-image: -o-linear-gradient(top,#9ac9f7,transparent);
    background-image: linear-gradient(180deg,#9ac9f7,transparent)
}

.gradient-edges[data-bottom=true][data-theme=secondary] {
    background: rgba(196,226,74,.15)
}

.gradient-edges[data-bottom=true][data-theme=secondary]:after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(196,226,74,.15)),to(transparent));
    background-image: -o-linear-gradient(top,rgba(196,226,74,.15),transparent);
    background-image: linear-gradient(180deg,rgba(196,226,74,.15),transparent)
}

.smile-edges {
    position: relative
}

.smile-edges:after,.smile-edges:before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background-size: auto 100%;
    background-position: 50%;
    pointer-events: none
}

.smile-edges[data-top=true] {
    padding-top: 7rem;
    background: #003087;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(2%,#003087));
    background: -o-linear-gradient(top,#fff 0,#003087 2%);
    background: linear-gradient(180deg,#fff 0,#003087 2%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#003087",GradientType=0)
}

.smile-edges[data-top=true]:before {
    top: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 10rem;
    width: 102vw;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #fff
}

.smile-edges[data-bottom=true] {
    padding-bottom: 7rem;
    background: #003087
}

.smile-edges[data-bottom=true]:after {
    bottom: 0;
    height: 7rem;
    -webkit-clip-path: ellipse(55% 100% at 50% 100%);
    clip-path: ellipse(55% 100% at 50% 100%);
    background: #fff
}

@media (min-width: 1025px) {
    .smile-edges[data-top=true] {
        top:0;
        padding-top: 10rem
    }

    .smile-edges[data-top=true]:before {
        top: -2px;
        width: 100.2vw;
        height: 10rem;
        -webkit-clip-path: ellipse(55% 100% at 50% 0);
        clip-path: ellipse(55% 100% at 50% 0)
    }

    .smile-edges[data-bottom=true] {
        padding-bottom: 10rem
    }

    .smile-edges[data-bottom=true]:after {
        height: 10rem;
        -webkit-clip-path: ellipse(55% 100% at 50% 100%);
        clip-path: ellipse(55% 100% at 50% 100%)
    }
}

@media (max-width: 1025px) {
    .fb_dialog {
        bottom:70px!important;
        right: 12px!important
    }

    #fb-root .fb-customerchat span iframe {
        height: 100%!important
    }

    #fb-root .fb-customerchat span iframe.fb_customer_chat_bounce_in_v2 {
        bottom: 130px!important;
        right: 0!important
    }
}

@font-face {
    font-family: FSAlberta;
    font-display: swap;
    src: url(./../font/FSAlbertaRegular.woff) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/FSAlbertRegular.98eb7d2.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FSAlberta;
    font-display: swap;
    src: url(./../font/FSAlbertaBold.woff) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/FSAlbertBold.514ba27.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: MarydaleBold;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/MarydaleBold.3bc4097.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/MarydaleBold.e04a71b.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: MarydaleRegular;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/MarydaleRegular.0fca87c.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/MarydaleRegular.cc80ac4.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.398de30.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.12e3219.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.fea1050.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.a70be19.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoMedium.672cba9.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoMedium.14ce9cb.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoThin.925eed1.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoThin.7383f4e.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    :lang(hk) {
        font-family: Roboto;
        font-display: swap;
        src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.398de30.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.12e3219.woff) format("woff");
        font-weight: 400;
        font-style: normal;
        src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.fea1050.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.a70be19.woff) format("woff");
        font-weight: 700
    }
}

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0
}

.heading-01,.heading-02,.heading-03,.heading-04,.heading-05,.sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-title {
    font-weight: 400
}

.heading-01 {
    font-size: 3.4rem
}

.heading-02 {
    font-size: 3.1rem;
    line-height: 3.4rem
}

.heading-03,.sitemap .sitemap-title {
    font-size: 2.5rem;
    line-height: 3rem
}

.heading-04,.sitemap .sitemap-item div>ul>li>a {
    font-size: 2rem;
    line-height: 2.6rem
}

.heading-05 {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.heading-06 {
    font-size: 2.2rem;
    line-height: 2.8rem
}

.heading-01.handwritten,.heading-02.handwritten,.heading-03.handwritten,.heading-04.handwritten,.sitemap .handwritten.sitemap-title,.sitemap .sitemap-item div>ul>li>a.handwritten {
    font-family: MarydaleBold,Arial,sans-serif
}

.handwritten {
    font-family: MarydaleRegular,Arial,sans-serif
}

.heading-04-liquid {
    font-size: calc(16px + 4*(100vw - 375px)/1545)
}

@media (min-width: 1025px) {
    .heading-01 {
        font-size:5.4rem;
        letter-spacing: -.14rem
    }

    .heading-02 {
        font-size: 4.5rem;
        line-height: 4.7rem;
        letter-spacing: -.07rem
    }

    .heading-03,.sitemap .sitemap-title {
        font-size: 3.2rem;
        line-height: 3.4rem;
        letter-spacing: -.07rem
    }

    .heading-04,.sitemap .sitemap-item div>ul>li>a {
        font-size: 2.3rem;
        line-height: 2.6rem
    }

    .heading-05 {
        font-size: 2rem;
        line-height: 2.4rem
    }

    .heading-06 {
        font-size: 2.7rem;
        line-height: 3.2rem
    }

    .heading-04-liquid {
        font-size: calc(11px + 7*(100vw - 375px)/1545)
    }
}

.sitemap .sitemap-item :lang(ar) div>ul>li>a,.sitemap :lang(ar) .sitemap-title,:lang(ar) .heading-01,:lang(ar) .heading-02,:lang(ar) .heading-03,:lang(ar) .heading-04,:lang(ar) .heading-05,:lang(ar) .sitemap .sitemap-item div>ul>li>a,:lang(ar) .sitemap .sitemap-title {
    text-align: right
}

.sitemap .sitemap-item :lang(ar) .text-center div>ul>li>a,.sitemap :lang(ar) .text-center .sitemap-title,:lang(ar) .text-center .heading-01,:lang(ar) .text-center .heading-02,:lang(ar) .text-center .heading-03,:lang(ar) .text-center .heading-04,:lang(ar) .text-center .heading-05,:lang(ar) .text-center .sitemap .sitemap-item div>ul>li>a,:lang(ar) .text-center .sitemap .sitemap-title {
    text-align: center
}

.copy-01 {
    font-size: 1.6rem;
    line-height: 2.2rem
}

.copy-01 strong {
    font-weight: 700
}

.copy-02 {
    font-size: 1.2rem;
    line-height: 1.7rem
}

.copy-02 strong {
    font-weight: 900
}

@media (min-width: 1025px) {
    .copy-02 {
        font-size:1.4rem;
        line-height: 2.2rem
    }
}

.copy-03 {
    font-size: 1.8rem;
    line-height: 2.8rem
}

.copy-03 strong,.copy-04 {
    font-weight: 700
}

.copy-04 {
    font-size: 1.6rem;
    line-height: 2.2rem
}

@media (min-width: 1025px) {
    .copy-04 {
        font-size:2.3rem
    }
}

:lang(ar) .copy-01,:lang(ar) .copy-02,:lang(ar) .copy-03 {
    text-align: right
}

:lang(ar) .text-center .copy-01,:lang(ar) .text-center .copy-02,:lang(ar) .text-center .copy-03 {
    text-align: center
}

:lang(vi) .c22a-paragraph .copy-03 .text-align-center {
    font-size: 28px
}

:lang(id) .article-card .content {
    min-height: 335px
}

:lang(id) .wForm .tt-caret-down {
    position: absolute;
    top: 30px;
    right: 18px;
    cursor: pointer;
    width: 0;
    height: 0;
    font-size: 0;
    border: 5px solid transparent;
    border-top-color: #000
}

:lang(id) .oneField.field-container-D {
    width: 100%!important
}

:lang(id) .wFormContainer .inputWrapper input[type=password],:lang(id) .wFormContainer .inputWrapper input[type=text] {
    width: 100%!important;
    border-radius: 4rem!important;
    font-size: 1.6rem!important;
    padding: 1.7rem!important;
    border: .2rem solid #1a80e3!important
}

:lang(id) .wFormContainer .wForm .font-friso {
    font-family: FSAlberta,Arial,sans-serif!important
}

:lang(id) .twitter-typeahead {
    width: 100%!important
}

:lang(id) #tfa_79,:lang(id) #tfa_97,:lang(id) #tfa_99 {
    width: 289px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

:lang(id) #tfa_84 {
    border: none!important;
    width: 289px!important
}

:lang(zh-hant) .c01-language-selector .language-selector-button .language-selected {
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center
}

:lang(zh-hant) .c09-order-free-sample .sample-container .form-input .select {
    max-width: 246px;
    height: 55px
}

:lang(zh-hant) .c22a-paragraph .copy-03 table {
    margin-top: 10px
}

:lang(zh-hant) .c22a-paragraph .copy-03 .align-right {
    float: none
}

@media (min-width: 1025px) {
    :lang(zh-hant) .c22a-paragraph .copy-03 .align-right {
        float:right
    }
}

:lang(zh-hant) .c33-benefits-card .btn-wrapper .primary-button:first-of-type {
    margin-right: 10px
}

:lang(zh-hant) .c33-benefits-card .flow-wrap .copy-01 h2 {
    line-height: 3rem
}

:lang(zh-hant) .copy-01 {
    line-height: 3.2rem
}

@media (min-width: 767px) {
    :lang(zh-hant) .copy-01 {
        line-height:2.2rem
    }
}

:lang(zh-hant) .c03-hero .background-container .abs-fill {
    height: 115%
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    :lang(zh-hant) .c03-hero .hero-background picture img {
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(.1)!important;
        -ms-transform: translate(-50%,-50%) scale(.1)!important;
        transform: translate(-50%,-50%) scale(.1)!important
    }
}

:lang(zh-hant) .oneField.field-container-D {
    width: 100%!important
}

:lang(zh-hant) .inputWrapper input[type=password],:lang(zh-hant) .inputWrapper input[type=text] {
    width: 100%!important;
    border-radius: 4rem!important;
    font-size: 1.6rem!important;
    padding: 1.7rem!important;
    border: .2rem solid #1a80e3!important
}

:lang(zh-hant) #tfa_12-D,:lang(zh-hant) #tfa_14-D {
    width: 100%!important
}

:lang(zh-hant) .wFormContainer .wForm {
    padding: 1em!important
}

:lang(zh-hant) .wFormContainer .wForm .wFormThankYou h4 {
    background: none!important
}

:lang(zh-hant) .wFormContainer .wForm .htmlSection {
    font-size: 14.4px!important
}

:lang(zh-hant) .MsoNormal {
    line-height: 21px
}

:lang(zh-hant) .tab-container .tab-button .copy-01 {
    line-height: 1.8rem
}

:lang(zh-hant) .kalendae .k-days span.k-in-month.k-active {
    background-color: #ccc
}

:lang(zh-hant) .n02-footer .footer-bottom .wrapper {
    margin-top: 0!important
}

:lang(zh-hant) .n02-footer .footer-bottom .copyright-content .copy-01:nth-of-type(2) {
    margin-left: 50px
}

:lang(zh-hant) .n02-footer .footer-bottom .copyright-content .copy-01 img {
    width: auto;
    max-height: 110px
}

:lang(az) .c26-breadcrumbs .add-margin-top,:lang(ka) .c26-breadcrumbs .add-margin-top {
    margin-top: 0!important
}

@media (min-width: 1025px) {
    :lang(az) .c26-breadcrumbs .add-margin-top,:lang(ka) .c26-breadcrumbs .add-margin-top {
        margin-top:8rem!important
    }
}

:lang(ar) .n01-header .logo {
    right: 0
}

:lang(ar) .n01-header .main-nav-items,:lang(ar) .n01-header .sub-nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

:lang(ar) .n01-header .align-right-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

:lang(ar) .n01-header .search .search-selector-button {
    text-align: center
}

:lang(ar) .n01-header .search .search-selector-button .icon {
    left: 27%
}

:lang(ar) .n01-header .button .copy-01 {
    margin-left: 0
}

:lang(ar) .n01-header .navigation {
    left: 0
}

:lang(ar) .n01-header .nav-bar .nav-buttons,:lang(ar) .n01-header .nav-bar .nav-buttons .sub-nav-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

:lang(ar) .n01-header .nav-bar .nav-buttons .sub-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

:lang(ar) .n01-header .nav-bar.mobile .nav-buttons.menu-to-right .sub-nav-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

:lang(ar) .n01-header .nav-bar.mobile .nav-buttons.menu-to-right .icon-button {
    margin-right: 0
}

:lang(ar) .n01-header .search .search-selector {
    right: auto;
    left: 0
}

:lang(ar) .n01-header .search .search-selector:before {
    right: auto;
    left: .9rem
}

:lang(ar) .n01-header .search .search-selector:after {
    right: auto;
    left: 1.2rem
}

:lang(ar) .n01-header .search-mobile .search-input {
    padding: 0 2rem 0 5rem
}

:lang(ar) .n01-header .search-mobile .search-icon {
    right: auto;
    left: 6.5rem
}

:lang(ar) .carousel-grid .link,:lang(ar) .grid .link {
    text-align: left
}

:lang(ar) .carousel-grid .link .arrow-icon,:lang(ar) .grid .link .arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

:lang(ar) .carousel-grid .article-card .media,:lang(ar) .grid .article-card .media {
    width: 100%;
    left: 0
}

:lang(ar) .c10a-product-hero .flow-wrap,:lang(ar) .grid .flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

:lang(ar) .c10c-video-highlight .image,:lang(ar) .c10c-video-highlight .medias,:lang(ar) .c10d-text-guide-hero .image,:lang(ar) .c10d-text-guide-hero .medias {
    left: auto;
    right: -2rem
}

@media (min-width: 767px) {
    :lang(ar) .c10c-video-highlight .image,:lang(ar) .c10c-video-highlight .medias,:lang(ar) .c10d-text-guide-hero .image,:lang(ar) .c10d-text-guide-hero .medias {
        left:auto;
        right: -8rem;
        width: calc(100% + 16rem)
    }
}

:lang(ar) .c12a-testimonials .navigation {
    left: 30px
}

.sitemap .sitemap-item :lang(ar) .c15-image-cards div>ul>li>a,:lang(ar) .c15-image-cards .heading-02,:lang(ar) .c15-image-cards .heading-04,:lang(ar) .c15-image-cards .sitemap .sitemap-item div>ul>li>a {
    text-align: center
}

:lang(ar) .c20a-nutritional-ingredients .nutritional-card .space-center,:lang(ar) .c22a-paragraph .flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sitemap .sitemap-item :lang(ar) .c22a-paragraph div>ul>li>a,:lang(ar) .c22a-paragraph .heading-04,:lang(ar) .c22a-paragraph .sitemap .sitemap-item div>ul>li>a {
    text-align: center
}

:lang(ar) .c26-breadcrumbs .breadcrumb-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    transform-origin: 50% 40%
}

:lang(ar) .c29a-product-header .hero-background .bg,:lang(ar) .c29a-product-header .hero-background .bg .responsive-image {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

:lang(ar) .c32-share .menu {
    right: auto;
    left: 1rem
}

@media (min-width: 1025px) {
    :lang(ar) .c32-share .menu {
        left:12rem
    }
}

:lang(ar) .c33-benefits-card .flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

:lang(ar) .c34-sticky-bottom-notification .flow-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

:lang(ar) .c03-hero .hero-content .align-left-grid,:lang(ar) .c29b-campaign-hero .hero-content .align-left-grid,:lang(ar) .c30-article-listing .hero-content .align-left-grid,:lang(ar) .c34-sticky-bottom-notification .flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

:lang(ar) .c03-hero .hero-background,:lang(ar) .c29b-campaign-hero .hero-background,:lang(ar) .c30-article-listing .hero-background {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

:lang(ar) .c04-search .search-input {
    margin-right: 0;
    padding: 1.7rem 1.7rem 1.7rem 4.7rem
}

:lang(ar) .c04-search .search .icon {
    right: auto;
    left: 2.5rem
}

:lang(ar) .c05b-tips-carousel .navigation,:lang(ar) .c08-story .navigation,:lang(ar) .c12a-testimonials .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

:lang(ar) .c05b-tips-carousel .navigation .navigation-index,:lang(ar) .c08-story .navigation .navigation-index,:lang(ar) .c12a-testimonials .navigation .navigation-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

:lang(ar) .c05b-tips-carousel .navigation .navigation-index .current-index,:lang(ar) .c08-story .navigation .navigation-index .current-index,:lang(ar) .c12a-testimonials .navigation .navigation-index .current-index {
    margin-right: 5px
}

:lang(ar) .c05b-tips-carousel .navigation .navigation-index .number-items,:lang(ar) .c08-story .navigation .navigation-index .number-items,:lang(ar) .c12a-testimonials .navigation .navigation-index .number-items {
    margin-left: 5px
}

:lang(ar) .c08-story .flow-wrap,:lang(ar) .c13-video-highlight .flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

:lang(ar) .author .avatar,:lang(ar) .buttons-container .buttons a:first-child,:lang(ar) .c12b-testimonials .first,:lang(ar) .tip-card .flag {
    margin-right: 0;
    margin-left: 1rem
}

:lang(ar) .center-buttons .main a {
    margin-right: 0!important;
    margin-left: .4rem
}

:lang(ar) .center-buttons .main a:nth-child(2) {
    margin-left: 0;
    margin-right: .4rem
}

:lang(ar) .icon-button {
    margin-right: 1rem
}

:lang(ar) .number {
    margin-left: 1rem
}

:lang(ar) .select:after {
    right: auto;
    left: 2rem
}

:lang(ar) .share-container ul li {
    margin-right: 2rem!important
}

:lang(ar) .share-container ul li:first-of-type {
    margin-right: 0!important
}

:lang(ar) .pagination-wrapper .after-page a,:lang(ar) .pagination-wrapper .before-page a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

:lang(ar) .n02-footer .footer-top .social-container .copy-01 {
    margin-left: 10px
}

:lang(ar) .n02-footer .footer-top nav a:first-child {
    margin-left: 3rem
}

:lang(ar) .n02-footer .footer-top .col-4-md {
    margin-right: 0
}

:lang(ar) .n02-footer .footer-top .buttons .primary-button {
    margin-right: 0;
    margin-left: 1rem
}

:lang(ar) .n02-footer .footer-top .social-container ul li:last-child {
    margin-left: 0
}

:lang(ar) .n02-footer .footer-top .social-container ul li:first-child {
    margin-left: 2rem
}

@media (min-width: 1025px) {
    :lang(ar) .n02-footer .footer-top .social-container ul li:first-child {
        margin-left:1rem
    }
}

:lang(ar) .n02-footer .footer-bottom .copyright-content {
    margin-right: 0;
    margin-left: auto
}

:lang(ar) .n02-footer .align-left-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body.toolbar-horizontal {
    padding-top: 39px
}

body.toolbar-horizontal.toolbar-tray-open {
    padding-top: 79px
}

body.csWidgetModal-open {
    padding-right: 0!important
}

body a.optanon-toggle-display {
    cursor: pointer
}

#admin-nav ul,.admin-messages,[role=contentinfo].system-messages ul {
    max-width: 1200px;
    width: 100%;
    list-style: none;
    margin: 0 auto
}

#admin-nav {
    width: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#99cf63),to(#1caa5c));
    background: -o-linear-gradient(right,#99cf63,#1caa5c);
    background: linear-gradient(270deg,#99cf63,#1caa5c);
    color: #fff;
    margin: 0;
    padding: 0
}

#admin-nav ul {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#admin-nav ul li a {
    height: 5rem;
    line-height: 5rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

#admin-nav ul li a:hover {
    opacity: .8
}

#admin-nav ul li a.is-active {
    font-weight: 700
}

#admin-nav ul li a.is-active:hover {
    opacity: 1
}

[role=contentinfo].system-messages {
    background: -webkit-gradient(linear,right top,left top,from(#99cf63),to(#1caa5c));
    background: -o-linear-gradient(right,#99cf63,#1caa5c);
    background: linear-gradient(270deg,#99cf63,#1caa5c);
    color: #fff
}

[role=contentinfo].system-messages ul {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #fff;
    list-style: initial
}

.maintenance-page header .logo {
    max-width: 9rem
}

@media (min-width: 1025px) {
    .maintenance-page header .logo {
        max-width:16rem
    }
}

.maintenance-page header .logo img {
    width: 100%
}

.maintenance-page footer {
    margin-top: 10rem
}

.slick-initialized .slick-disabled {
    display: none!important
}

.slick-initialized .slick-list .slick-track .slick-slide {
    outline: none
}

.slick-initialized .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjMUE4MEUzIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) no-repeat 50%;
    width: 2rem;
    height: 2.5rem;
    z-index: 1
}

.slick-initialized .slick-arrow:before {
    content: ""
}

.slick-initialized .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    z-index: 1;
    left: 0
}

.slick-initialized .slick-arrow.slick-next {
    right: 0
}

.slick-initialized .slick-dots {
    margin: 0 3px
}

.slick-initialized .slick-dots li {
    width: 30px!important
}

.slick-initialized .slick-dots li button:before {
    font-size: 10px
}

.slick-initialized .slick-dots li.slick-active {
    opacity: 1;
    color: #202020
}

.slick-initialized .slick-dots li:only-child {
    display: none
}

@media (min-width: 1025px) {
    .slick-initialized .slick-dots li {
        width:55px!important
    }

    .slick-initialized .slick-dots li button {
        height: 2px
    }
}

.strong {
    font-weight: bolder
}

.primary-button[data-theme=primary],.primary-button[data-theme=primary]:hover {
    color: #fff
}

.primary-button[data-theme=light],.primary-button[data-theme=primary-border],.primary-button[data-theme=tertiary] {
    color: #1a80e3;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.primary-button[data-theme=light-primary-dark] {
    color: #003087
}

.text-button[data-theme=primary] {
    color: #1a80e3;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.text-button[data-theme=primary]:hover {
    color: #9ac9f7
}

.link button.cswidget {
    -webkit-appearance: unset;
    border: none;
    background: none;
    cursor: pointer;
    color: #1a80e3;
    font-weight: 700;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.link button.cswidget:hover {
    color: #9ac9f7
}

.persona-dock {
    position: absolute
}

.persona-dock .personas {
    opacity: 0
}

.persona-dock .personas.slick-initialized {
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.persona-dock .slick-list {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.persona-dock .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.persona-dock .slick-list .slick-track .slick-slide {
    opacity: .6;
    padding: .8rem 0;
    color: #646464;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 4rem;
    cursor: pointer;
    outline: none;
    padding: 1rem 2rem!important;
    opacity: 1!important
}

.persona-dock .slick-list .slick-track .slick-slide.active-persona {
    opacity: 1;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    background: #fff;
    padding: .8rem
}

.persona-dock.docked {
    position: fixed;
    top: 0!important;
    z-index: 1;
    background-color: hsla(0,0%,100%,.9);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.node--type-product .rating-summary-widget div[data-bv-show=rating_summary] {
    line-height: 2.2rem!important;
    text-align: center!important
}

.node--type-product .rating-summary-widget .read-all-reviews,.node--type-product .rating-summary-widget .write-a-review {
    margin-top: .5rem;
    text-decoration: underline
}

@media (min-width: 1025px) {
    .node--type-product .rating-summary-widget {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }

    .node--type-product .rating-summary-widget div[data-bv-show=rating_summary] {
        text-align: left!important
    }
}

@media (min-width: 1280px) {
    .node--type-product .rating-summary-widget .read-all-reviews,.node--type-product .rating-summary-widget .write-a-review {
        margin-top:0
    }
}

.add-to-cart-popup {
    display: none
}

.add-to-cart-popup.show {
    display: block
}

.add-to-cart-btn {
    cursor: pointer
}

.add-to-cart.ui-dialog {
    padding: 1rem;
    height: auto!important;
    max-height: 70vh;
    width: auto!important;
    max-width: 80vw;
    overflow-y: scroll;
    left: 0!important;
    right: 0!important;
    margin-left: auto;
    margin-right: auto;
    position: fixed!important;
    top: 10%!important;
    background-color: #fff;
    z-index: 101
}

.add-to-cart.ui-dialog .ui-dialog-titlebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    border: none;
    background: none;
    padding-bottom: 3rem;
    text-align: right
}

.add-to-cart.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: none
}

.add-to-cart.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    border: none;
    background: none;
    outline: none;
    padding: .5rem 0 0;
    font-size: 0
}

.add-to-cart.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzFBODBFMyI+PHBhdGggZD0iTS41NTcgMTMuODMxTDE0LjI1Mi4xMzZsMS4xOTEgMS4xOUwxLjc0OCAxNS4wMjN6Ii8+PHBhdGggZD0iTTEuNzQ4LjEzNkwxNS40NDMgMTMuODNsLTEuMTkgMS4xOTFMLjU1NiAxLjMyN3oiLz48L2c+PC9zdmc+) no-repeat 50%;
    background-position: unset;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px
}

.add-to-cart.ui-dialog .ui-dialog-content {
    border: none
}

.popup.ui-dialog.add-to-cart {
    max-width: 70vw;
    max-height: 70vh!important
}

.related-links .related-links-description {
    color: #1a80e3
}

@media (min-width: 767px) {
    .related-links .link-article {
        padding-right:2rem
    }
}

#user-login-form,#user-pass {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 3rem;
    border-radius: 1rem;
    border: 1px solid #ebebeb;
    background: #fff
}

#user-login-form label,#user-pass label {
    font-weight: 700;
    font-size: 1.6rem;
    display: block
}

#user-login-form input,#user-pass input {
    border: .2rem solid #1a80e3;
    font-size: 1.6rem;
    border-radius: 4rem;
    padding: 1.7rem;
    width: calc(100% - .4rem);
    margin: .5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#user-login-form input:invalid,#user-pass input:invalid {
    border: .2rem solid red
}

#user-login-form .js-form-item,#user-pass .js-form-item {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#user-login-form .js-form-item label,#user-pass .js-form-item label {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

#user-login-form .js-form-item div,#user-pass .js-form-item div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #646464;
    font-size: 1.2rem
}

#user-login-form .js-form-item input,#user-pass .js-form-item input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#user-login-form .button,#user-pass .button {
    margin-top: 2rem;
    border: 0;
    background: -webkit-gradient(linear,left top,right top,from(#1a80e3),color-stop(20%,#1a80e3),color-stop(80%,#6fb3f6),to(#6fb3f6));
    background: -o-linear-gradient(left,#1a80e3 0,#1a80e3 20%,#6fb3f6 80%,#6fb3f6 100%);
    background: linear-gradient(90deg,#1a80e3 0,#1a80e3 20%,#6fb3f6 80%,#6fb3f6);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#user-login-form .button:hover,#user-pass .button:hover {
    background-position: 100%;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.wFormContainer {
    font-size: 1.6rem!important;
    color: #000!important
}

.wFormContainer,.wFormContainer .wForm {
    background: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.wFormContainer .htmlSection {
    font-size: 1.2rem!important;
    color: #646464!important;
    line-height: 2.2rem!important
}

.wFormContainer label {
    margin-bottom: .7rem!important
}

.wFormContainer legend {
    color: #646464!important
}

.wFormContainer h1,.wFormContainer h2,.wFormContainer h3,.wFormContainer h4,.wFormContainer h5 {
    font-weight: 700!important
}

.wFormContainer select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    display: inline-block!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative!important;
    background: #fff!important;
    -webkit-transition: all .2s!important;
    -o-transition: all .2s!important;
    transition: all .2s!important;
    outline: 0!important;
    cursor: pointer!important
}

.wFormContainer input[type=text],.wFormContainer select,.wFormContainer textarea {
    border-radius: 4rem!important;
    font-size: 1.6rem!important;
    padding: 1.7rem!important;
    border: .2rem solid #1a80e3!important
}

.wFormContainer input[type=text],.wFormContainer textarea {
    margin: .5rem 0!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.wFormContainer input[type=text],.wFormContainer select,.wFormContainer textarea {
    height: auto!important
}

.wFormContainer input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative!important;
    cursor: pointer!important;
    border: 0!important;
    border-radius: 4rem!important;
    -webkit-transition: all .2s!important;
    -o-transition: all .2s!important;
    transition: all .2s!important;
    min-width: 15rem!important;
    padding: 1.5rem 3rem 1.4rem!important;
    color: #fff!important;
    font-weight: 700!important;
    background: -webkit-gradient(linear,left top,right top,from(#1a80e3),color-stop(20%,#1a80e3),color-stop(80%,#6fb3f6),to(#6fb3f6))!important;
    background: -o-linear-gradient(left,#1a80e3 0,#1a80e3 20%,#6fb3f6 80%,#6fb3f6 100%)!important;
    background: linear-gradient(90deg,#1a80e3 0,#1a80e3 20%,#6fb3f6 80%,#6fb3f6)!important;
    background-size: 110%!important;
    background-repeat: no-repeat!important;
    background-position: 0!important
}

.wFormContainer input[type=submit]:hover {
    background-position: 100%!important;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.wFormContainer fieldset {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #ebebeb!important
}

.wFormContainer a {
    color: #1a80e3;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.wFormContainer a:hover {
    color: #9ac9f7
}

.k-floating {
    font-size: 1.8rem
}

body.node--type-homepage-alt-bg {
    background-color: #fff;
    background-image: none
}

body.node--type-homepage-alt-bg #app .field--item>section {
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 5rem
}

body.node--type-homepage-alt-bg #app .field--item.stripe {
    background: #f6fae6
}

body.node--type-homepage-alt-bg #app .field--item.last>section {
    padding-bottom: 0
}

body.node--type-homepage-alt-bg #app .field--item section.c03-hero,body.node--type-homepage-alt-bg #app .field--item section.c03a-hero {
    padding-top: 0;
    padding-bottom: 0
}

body.node--type-homepage-alt-bg #app .field--item section.c07a-product-carousel {
    padding-bottom: 10rem
}

body.node--type-homepage-alt-bg #app .home-footer-top {
    margin-top: 0;
    color: #fff;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 1.5rem 1rem #fff;
    box-shadow: 0 0 1.5rem 1rem #fff;
    overflow: hidden
}

body.node--type-homepage-alt-bg #app .home-footer-top.smile-edges.stripe {
    color: #f6fae6;
    -webkit-box-shadow: 0 0 1.5rem 1rem #f6fae6;
    box-shadow: 0 0 1.5rem 1rem #f6fae6
}

body.node--type-homepage-alt-bg #app .home-footer-top.smile-edges.stripe[data-top=true]:before {
    background: #f6fae6
}

body.node--type-homepage-alt-bg #app .n02-footer {
    margin-top: 0
}

body.node--type-homepage-alt-bg #app .n02-footer .smile-edges[data-top=true] {
    background: #003087;
    padding-top: 0
}

body.node--type-homepage-alt-bg #app .n02-footer .smile-edges[data-top=true]:before {
    display: none
}

body.node--type-homepage-alt-bg #app .n02-footer .footer-top {
    -webkit-box-shadow: none;
    box-shadow: none
}

.left0 {
    left: 0!important
}

.left1170 {
    left: 1170px!important
}

.left2340 {
    left: 2340px!important
}

.left3510 {
    left: 3510px!important
}

.left4680 {
    left: 4680px!important
}

.left5850 {
    left: 5850px!important
}

body.node--type-article--not-testimonial-promotion .n02-footer {
    margin-top: 0
}

body.node--type-article--not-testimonial-promotion .n02-footer .footer-top {
    -webkit-box-shadow: none;
    box-shadow: none
}

body.node--type-article--not-testimonial-promotion .smile-edges[data-top=true]:before {
    background: #f6fae6
}

body.node--type-article {
    background: url(/profiles/custom/friso_starter/themes/friso/asset/image/mobile-bg.e234b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

@media (min-width: 1025px) {
    body.node--type-article {
        background:url(/profiles/custom/friso_starter/themes/friso/asset/image/bg.52ccas23.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top
    }
}

body.node--type-article b,body.node--type-article strong {
    font-weight: 700
}

.related-links {
    background-color: #f7f6f6;
    display: none;
    margin-bottom: -6rem;
    padding: 96px 0
}

.related-links .slick-list {
    padding: 0 10% 0 0
}

@media (min-width: 767px) {
    .related-links .slick-list {
        padding-right:0
    }
}

.related-links .slick-slide {
    padding-right: 2rem
}

.related-link-img-container {
    height: 320px;
    width: 100%
}

@media (min-width: 767px) {
    .related-link-img-container {
        height:auto
    }
}

.related-link-img-container picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.related-link-img-container img {
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%
}

.related-links-description {
    color: #004f96;
    font-family: FSAlberta, "Open Sans", Arial;
    font-size: 3.2rem
}

@media (min-width: 1025px) {
    .related-links-description {
        font-size:3.6rem
    }
}

.related-link-type {
    color: #b5b5b5;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.6rem
}

@media (min-width: 1025px) {
    .related-link-type {
        color:#4e4e4e;
        margin-top: 2rem
    }
}

.related-link-title {
    color: #4e4e4e;
    font-size: 2rem;
    font-weight: 700;
    margin-top: .4rem
}

@media (min-width: 1025px) {
    .related-link-title {
        font-size:2.8rem
    }
}

.related-link-read-more {
    margin-top: .4rem
}

@media (min-width: 1025px) {
    .related-link-read-more {
        font-size:1.8rem;
        margin-top: 1rem
    }
}

.article-section__content {
    margin-top: 6rem;
    color: #4e4e4e
}

.article-section__content .cookie-overlay {
    z-index: 10
}

.article-section__content .article-banner .wrapper {
    padding: 0 2rem
}

.article-section__content .heading-01 {
    font-size: 3.2rem;
    line-height: 4rem
}

@media (min-width: 1025px) {
    .article-section__content .heading-01 {
        font-size:4rem;
        line-height: 5rem
    }
}

.article-section__content .heading-02 {
    line-height: 2.8rem;
    font-size: 2.4rem;
    font-weight: 700
}

@media (min-width: 1025px) {
    .article-section__content .heading-02 {
        font-size:3.2rem
    }
}

.article-section__content .heading-03,.article-section__content .sitemap .sitemap-title,.sitemap .article-section__content .sitemap-title {
    color: #004f96;
    font-size: 2.4rem;
    line-height: 2.8rem
}

.article-section__content .heading-04,.article-section__content .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content div>ul>li>a {
    color: #004f96;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .article-section__content .heading-04,.article-section__content .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content div>ul>li>a {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.article-section__content p {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .article-section__content p {
        font-size:1.8rem;
        line-height: 2rem
    }
}

.article-section__content .article-compoenents {
    position: relative
}

.article-section__content .article-compoenents .c22a-paragraph .copy-03 {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .article-section__content .article-compoenents .c22a-paragraph .copy-03 {
        font-size:1.8rem;
        line-height: 2rem
    }
}

@media (min-width: 1025px) {
    .article-section__content .article-compoenents .wrapper {
        min-width:0;
        max-width: none;
        padding: 0 9.5rem;
        width: 100rem
    }
}

.article-section__content .c26-breadcrumbs {
    margin-bottom: 1rem
}

.article-section__content .c26-breadcrumbs.mobile-nav .wrapper {
    padding: 0
}

@media (min-width: 1025px) {
    .article-section__content .c26-breadcrumbs .row {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.article-section__content .c26-breadcrumbs .item,.article-section__content .c26-breadcrumbs .title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.6rem
}

.article-section__content .c26-breadcrumbs .icon {
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent;
    border-left: .4rem solid #1a80e3;
    height: 0;
    margin: 0 .8rem;
    padding: 0;
    vertical-align: super;
    width: 0
}

.article-section__content .c10d-text-guide-hero .text-hero {
    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: 1025px) {
    .article-section__content .c10d-text-guide-hero .text-hero {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.article-section__content .c10d-text-guide-hero .image {
    display: block;
    width: 100%
}

@media (min-width: 1025px) {
    .article-section__content .c10d-text-guide-hero .image {
        -webkit-box-flex:1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-right: 3rem
    }

    html[dir=rtl] .article-section__content .c10d-text-guide-hero .image {
        margin-right: 0;
        margin-left: 3rem
    }
}

.article-section__content .c10d-text-guide-hero .image picture {
    display: block
}

@media (min-width: 1025px) {
    .article-section__content .c10d-text-guide-hero .image picture {
        border-radius:.5rem;
        width: 55.5rem;
        height: 31.2rem
    }
}

.article-section__content .c10d-text-guide-hero .image img {
    display: block
}

.article-section__content .c10d-text-guide-hero .overview {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media (min-width: 1025px) {
    .article-section__content .c10d-text-guide-hero .overview {
        -webkit-box-flex:1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.article-section__content .c10d-text-guide-hero .labels {
    color: #004f96;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0
}

.article-section__content .c10d-text-guide-hero .labels li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-section__content .c10d-text-guide-hero .labels li:last-child:after {
    display: none
}

.article-section__content .c10d-text-guide-hero .labels li:after {
    background: #004f96;
    content: "";
    display: block;
    height: .9rem;
    margin: -.3rem 1.3rem 0;
    width: .1rem
}

@media (min-width: 1024px) and (max-width:1090px) {
    .article-section__content .c10d-text-guide-hero .labels li:after {
        margin:0 .5rem
    }
}

.article-section__content .c10d-text-guide-hero .description,.article-section__content .c10d-text-guide-hero .title {
    text-align: left
}

.article-section__content .c10d-text-guide-hero .description {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .article-section__content .c10d-text-guide-hero .description {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.article-section__content .image-row {
    text-align: left
}

.article-section__content .c22a-paragraph.article-page h3.heading-02 {
    margin-bottom: 1.5rem
}

.article-section__content .c22a-paragraph p {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .article-section__content .c22a-paragraph p {
        font-size:1.8rem;
        line-height: 2rem
    }
}

@media (min-width: 1025px) {
    .article-section__content .c22a-paragraph .row {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1025px) {
    .article-section__content .c22a-paragraph .two-col>div {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }
}

@media (min-width: 1025px) {
    .article-section__content .c22a-paragraph .two-col>div:first-child {
        margin-right:3.5rem
    }
}

.article-section__content .c10c-video-highlight .video-wrapper {
    width: 100%
}

.article-section__content .c45c-related-articles.article .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.article-section__content .c45c-related-articles.article .related-articles a:before {
    padding-left: 0
}

.article-section__content .c15-image-cards .responsive-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.article-section__content .c15-image-cards .card-description {
    text-align: center
}

.article-section__content .component--c05a_content_cards .heading .heading-04,.article-section__content .component--c05a_content_cards .heading .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content .component--c05a_content_cards .heading div>ul>li>a {
    color: #4e4e4e;
    font-size: 2rem
}

.article-section__content .component--c05a_content_cards .flow-wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-section__content .component--c05a_content_cards .article-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto
}

.article-section__content .component--c05a_content_cards .article-card .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-section__content .component--c05a_content_cards .article-card .head .heading-04,.article-section__content .component--c05a_content_cards .article-card .head .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content .component--c05a_content_cards .article-card .head div>ul>li>a {
    color: #000
}

.article-section__content .component--c05d_content_cards .heading .heading-04,.article-section__content .component--c05d_content_cards .heading .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content .component--c05d_content_cards .heading div>ul>li>a {
    color: 0;
    font-size: 2rem
}

.article-section__content .component--c05d_content_cards .flow-wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-section__content .component--c05d_content_cards .article-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto
}

.article-section__content .component--c05d_content_cards .article-card .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-section__content .component--c05d_content_cards .article-card .head .heading-04,.article-section__content .component--c05d_content_cards .article-card .head .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .article-section__content .component--c05d_content_cards .article-card .head div>ul>li>a {
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000
}

.article-section__content .c33-benefits-card .heading-03,.article-section__content .c33-benefits-card .heading-04,.article-section__content .c33-benefits-card .sitemap .sitemap-item div>ul>li>a,.article-section__content .c33-benefits-card .sitemap .sitemap-title,.sitemap .article-section__content .c33-benefits-card .sitemap-title,.sitemap .sitemap-item .article-section__content .c33-benefits-card div>ul>li>a {
    color: 0
}

.node--type-product .c13c-testimonials .quote-card {
    padding-right: 3rem
}

.node--type-product .c13c-testimonials .quote-card.slick-slide {
    opacity: .4;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.node--type-product .c13c-testimonials .quote-card.slick-slide.slick-current {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.node--type-product .c13c-testimonials .quote-card .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

@media (min-width: 767px) {
    .node--type-product .c13c-testimonials .quote-card {
        padding:3rem
    }

    .node--type-product .c13c-testimonials .quote-card:nth-child(2n) {
        padding-top: 10rem
    }

    .node--type-product .c13c-testimonials .quote-card.slick-slide {
        opacity: .4;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .node--type-product .c13c-testimonials .quote-card.slick-slide.slick-active {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .node--type-product .c13c-testimonials .quote-card .quote-container {
        text-align: center
    }

    .node--type-product .c13c-testimonials .slick-prev {
        left: -35px
    }

    .node--type-product .c13c-testimonials .slick-next {
        right: -35px
    }
}

@media (max-width: 1025px) {
    .promotion-details {
        margin-top:8rem
    }
}

.sitemap .sitemap-title {
    padding-bottom: .5em
}

.sitemap .sitemap-item div ul {
    list-style: none;
    padding: 0
}

.sitemap .sitemap-item div ul li>ul li>ul {
    padding-left: 2rem
}

.sitemap .sitemap-item div ul a,.sitemap .sitemap-item div ul span {
    display: block;
    padding-bottom: .5em
}

.sitemap .sitemap-item div ul a:focus,.sitemap .sitemap-item div ul a:hover {
    text-decoration: underline
}

.sitemap .sitemap-item div>ul>li {
    margin-bottom: 1em
}

.sitemap .sitemap-item div>ul>li>a {
    color: #003087;
    display: block;
    font-weight: 700
}

.sitemap .sitemap-item div>ul>li>ul>li>a,.sitemap .sitemap-item div>ul>li>ul>li span {
    font-weight: 700
}

@media (min-width: 1025px) {
    .sitemap .sitemap-item div>ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sitemap .sitemap-item div>ul>li {
        margin-bottom: 0;
        padding-right: 3em
    }
}

@media (min-width: 1025px) {
    .sitemap .sitemap-item--menu-main,.sitemap .sitemap-item--menu-sitemap-menu {
        padding-bottom:1em;
        border-bottom: 1px solid #8a8a8a;
        margin-bottom: 2em
    }

    .sitemap .sitemap-item--menu-footer div ul li {
        margin-bottom: 0
    }

    .sitemap .sitemap-item--menu-footer div ul li a.sitemap-hide {
        display: none
    }
}

#products-listing-page {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2rem #fff;
    box-shadow: 0 0 0 2rem #fff
}

#products-listing-page .block-hero .hero {
    position: relative;
    height: 35vh;
    overflow: hidden
}

#products-listing-page .block-hero .hero .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3)
}

#products-listing-page .block-hero .hero .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%
}

#products-listing-page .block-hero .hero .copy .heading-02 {
    line-height: 2.7rem
}

#products-listing-page .block-hero .hero .copy .heading-02 strong {
    font-weight: 400;
    font-size: 24px
}

#products-listing-page .block-hero .hero .copy .heading-03,#products-listing-page .block-hero .hero .copy .sitemap .sitemap-title,.sitemap #products-listing-page .block-hero .hero .copy .sitemap-title {
    line-height: 3rem;
    margin-top: 0;
    font-weight: 600;
    font-size: 28px
}

#products-listing-page .block-hero .hero .responsive-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1025px) {
    #products-listing-page .block-hero .hero {
        height:30vh
    }

    #products-listing-page .block-hero .hero .copy .heading-02 strong {
        font-size: 28px
    }

    #products-listing-page .block-hero .hero .copy .heading-03,#products-listing-page .block-hero .hero .copy .sitemap .sitemap-title,.sitemap #products-listing-page .block-hero .hero .copy .sitemap-title {
        line-height: 5.4rem;
        font-size: 40px
    }
}

#products-listing-page .products-listing-filter {
    border-bottom: 2px solid #ebebeb;
    height: 55px;
    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;
    position: relative
}

#products-listing-page .products-listing-filter.persona-filter a {
    font-size: 1.6rem;
    display: block;
    padding: .5rem 2rem
}

#products-listing-page .products-listing-filter.persona-filter a.is-active {
    background-color: #1a80e3;
    color: #fff;
    border-radius: 6px
}

@media (max-width: 1025px) {
    #products-listing-page .products-listing-filter.persona-filter a:first-child {
        margin-left:1rem
    }
}

#products-listing-page .products-listing-filter.product-range-filter select {
    color: #d3d3d3;
    border-radius: .75rem;
    display: none
}

#products-listing-page .products-listing-filter.product-range-filter .select-selected {
    position: relative;
    background: #fff;
    border-radius: .75rem
}

#products-listing-page .products-listing-filter.product-range-filter .select-selected:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAAXNSR0IArs4c6QAAAXpJREFUKBWVkL1LA0EQxWcuEYkGRMTm9qIggqTxDzAIKiJGgmJhYSNIwK/CSrCJMcmpKJaWFlpYpBAhoJVoVLARbOyCFuLdxUKxEUJCvB13Axc0REkeHLM7b95vbxdASNWtYVnrFdPNIZlRNN0YA5ufs7iZqAfCEmaEbLoQoFApp8aMffGRmrBWagGJuSU5Lw4+JCJUZGhuXZtHwCRwvitOWPgP5Itb08BpDxBSfX4WRkRCJzCQJvfjjXVCACEFacaM+o4cz6la3AgKPwWEtw2dLPg8i3nplf5ELq4G8cvTyqYE9ZJzPNDi2UnZd9SRsAKc8JgAH7yexnEHIP0yRG6elrHQ1uSeEKA7Ijvp07Mjsq9tGr0256eIYHibldHMavun7DsqX8dpyNq1/dFSKOTSRNAjXm2ROO2IuxfJhYFshBk/Z+W6KkQa3Vuv7bmifQ1EfkB8AwX7s2ssI71K/QmRg9rGOyM7f+ZCJfwSVe8rwzXvY0S/3q1a8BtIP4kxskix+QAAAABJRU5ErkJggg==);
    position: absolute;
    top: 52%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    pointer-events: none
}

#products-listing-page .products-listing-filter.product-range-filter .select-selected.select-arrow-active:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAAHuJ1aRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMjdUMTE6Mjk6NDgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0yN1QxMToyOTo0OCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TS25OAAAAVxJREFUKJGdkr1KA0EQx/+zOU2MWCgiuJuIlcHGxhdQEUFiY2Eh+ABWYiEoomH3YiNaayXaCalEHyBYpPEBREEs3L0gphCxMcLdWJ14YE5wqvn8zczuAAA0swAAMDMhXcYOm4MAMHHw3Ns5S2n7qrRtAwCkthwHpLbJFrIalBBGd/lub+hhe7iVwIyeck4Z+5koMC6aqrP3x5z/FWncizTu9qdPxIoy7k54PJsRYl1p10hUKu3qBWPnY7vg2xVl3CUAkDLujIlumhV1lGjnBxuIohJU1c10nKkazKb+y4jfnAw5OqFMrux2BoNOeb9C5F5QpJAbzNxFgjY5wjER7rPZ/PTj1sBbKqS03+p7/2jXwRj3BM09VdT3qxRMczHiqEaE655+VX5Yo3aCtFTjjDT2QmoXFk2wnLai8t2q1JaVdufxvZKqugUO+YoE7QaVwl4aIAEzzmfmXZFB+QvqzYqoyNSo6QAAAABJRU5ErkJggg==)
}

#products-listing-page .products-listing-filter.product-range-filter .select-items div,#products-listing-page .products-listing-filter.product-range-filter .select-selected {
    padding: 15px;
    cursor: pointer;
    font-size: 1.6rem
}

#products-listing-page .products-listing-filter.product-range-filter .select-selected {
    padding: 15px;
    width: 100%;
    max-width: 500px;
    text-align: left;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

#products-listing-page .products-listing-filter.product-range-filter .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 0 3px #d3d3d3;
    box-shadow: 0 0 3px #d3d3d3
}

#products-listing-page .products-listing-filter.product-range-filter p {
    margin: 0
}

#products-listing-page .products-listing-filter.product-range-filter .select-hide {
    display: none
}

#products-listing-page .products-listing-filter.product-range-filter .same-as-selected,#products-listing-page .products-listing-filter.product-range-filter .select-items div:hover {
    background-color: #e7f2fc;
    color: #1a80e3
}

#products-listing-page .products-listing-filter.product-range-filter:after {
    content: ""
}

@media (min-width: 1025px) {
    #products-listing-page .products-listing-filter.product-range-filter .select-items,#products-listing-page .products-listing-filter.product-range-filter .select-selected {
        max-width:250px
    }
}

#products-listing-page .products-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 7rem;
    padding-bottom: 6rem
}

#products-listing-page .products-listing .views-row {
    width: 100%
}

#products-listing-page .products-listing .product-content-card {
    margin: 2rem auto
}

#products-listing-page .products-listing .product-content-card .arrow-icon {
    height: 1rem;
    width: 1rem;
    position: relative;
    top: -1px
}

@media (min-width: 1025px) {
    #products-listing-page .products-listing .views-row {
        width:33%
    }

    #products-listing-page .products-listing .product-content-card {
        margin: 3rem 1rem .2rem
    }
}

#products-listing-page .products-listing-wrapper .pager ul {
    list-style: none;
    text-align: center;
    padding-left: 0
}

#products-listing-page .products-listing-wrapper .pager ul li {
    display: inline-block;
    margin-right: 4rem
}

#products-listing-page .products-listing-wrapper .pager ul li a {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700
}

#products-listing-page .products-listing-wrapper .pager ul li.is-active a {
    color: #1a80e3
}

#products-listing-page .products-listing-wrapper .pager ul li:last-child {
    margin-right: 0
}

#products-listing-page .products-listing-wrapper .pager ul li:last-child a span:last-child {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAnCAYAAADgpQMwAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFaADAAQAAAABAAAAJwAAAADwMtvSAAACf0lEQVRIDdWWXU7bQBDHZ63wAALVfahEUEDcoOkJGm5QTlBzg3AC9gjhBDgnIJwgOQI5QT8SNZF4IKgIHqi8nVl78a496w+kPnQfsrMz49/+92PsAPyDJgzzg1z2O6AuAFQffZOVPDo3sba9hhJwC5IpgAhzgIp/yaOzfNzcCigVFY5cIHlFdCB/XpHVtmkoPnTMP/g2sIbiHsQ8lLwi2pfLyB8vR/SekrsrFzMcfC6npJ4ExNla9mJf3Pab5cMz7H7BwNwO2nYA6qqp4lelBAjlfbgDjzM0P9K43NTmBYKTO9m7Lcdyz6tScm3k+00CHVSsHvIU2xIhXT26gra3aDtKTTC7tzM8pHfG5/YKJ9/6tJbd764/HTlKTQItD5c5qFIcwJ9r2i7zjN2zUErI9i2ykwt2H/d/yoG9UAJgmU7oKhVg9lCDbQfZlVBKoLtZBy6Wcy3UgBXAJdl8c8u5EZRAK3k4xIMb81DyigircqQtfxIfwaXGCPjKR8mrThsrNZAn2EPF/nLGCS9aQ6nqUM2tmYTpRWto3fIViLgV9EAuZM1+jleyN2Jrn1kS0GuPXn9cLPWpMRZLRHYjpfVAmGcHqPm1SvflYoAzT3U2/4PA3UF6gGlCpVJ6BeKSr3mW9paA5PVC+f8CNl49vICIbIUmyi4//az8/oYnHZpEtydgMPB9VkpKs+8U7uHbgDS5A82B0HeV5aMEgqFPoclyoNvwOMFABbDZt79j6Gn5+f9MYPmdt/oz0ZXLYZPyMwLq+mz5CqG+lpefL6Po11C8V5tigMYK1I2pZy7u82loAsApnT/DXuR7sMqvoWt5OEPwiQL4QcnYXxbruQry/8b+Ahw34jkTHiumAAAAAElFTkSuQmCC);
    height: 16px;
    position: relative;
    top: 2px
}

#products-listing-page .products-listing-wrapper .slick-prev.slick-arrow {
    -webkit-transform: translate(10px,10px);
    -ms-transform: translate(10px,10px);
    transform: translate(10px,10px);
    left: 4.5rem;
    bottom: -1.1rem;
    top: auto;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAOdJREFUOE+11D1KQ0EUxfFfarFQC3EFWgUtJWoEK23jItySK9DWNMHCjy0oGCwsbBKwEUsLCxm4Azq8PBx4Tn/+zDn33NtT9w5xiScc/ZT2Kjj7mGApNL+0fwXt4hrLATnHWe2PdnCDlRBe4RRfNaDtgKyG6A4n+CwjabPWxy3WQvSAFPZHU66LQFu4x3qIXrCHt0XDaQJtIlnYCNEsIK9tE24CPSPB0nvHQfSmtSn/CiqtzTFAtbVkoZOwcxbl+B8xrB1/hpWFTJU4ri1khpUrMsaodkUyrJOlzbBOzkiGpV27wLQ8bN8drC4TBCQ47gAAAABJRU5ErkJggg==);
    height: 16px
}

@media (min-width: 768px) {
    #products-listing-page .products-listing-wrapper .slick-prev.slick-arrow {
        left:14.5rem
    }
}

@media (min-width: 1024px) {
    #products-listing-page .products-listing-wrapper .slick-prev.slick-arrow {
        left:25.5rem
    }
}

@media (min-width: 1280px) {
    #products-listing-page .products-listing-wrapper .slick-prev.slick-arrow {
        left:33.5rem
    }
}

@media (min-width: 1439px) {
    #products-listing-page .products-listing-wrapper .slick-prev.slick-arrow {
        left:44.5rem
    }
}

#products-listing-page .products-listing-wrapper .slick-next.slick-arrow {
    right: 4.5rem;
    bottom: -3rem;
    top: auto;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAnCAYAAADgpQMwAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFaADAAQAAAABAAAAJwAAAADwMtvSAAACf0lEQVRIDdWWXU7bQBDHZ63wAALVfahEUEDcoOkJGm5QTlBzg3AC9gjhBDgnIJwgOQI5QT8SNZF4IKgIHqi8nVl78a496w+kPnQfsrMz49/+92PsAPyDJgzzg1z2O6AuAFQffZOVPDo3sba9hhJwC5IpgAhzgIp/yaOzfNzcCigVFY5cIHlFdCB/XpHVtmkoPnTMP/g2sIbiHsQ8lLwi2pfLyB8vR/SekrsrFzMcfC6npJ4ExNla9mJf3Pab5cMz7H7BwNwO2nYA6qqp4lelBAjlfbgDjzM0P9K43NTmBYKTO9m7Lcdyz6tScm3k+00CHVSsHvIU2xIhXT26gra3aDtKTTC7tzM8pHfG5/YKJ9/6tJbd764/HTlKTQItD5c5qFIcwJ9r2i7zjN2zUErI9i2ykwt2H/d/yoG9UAJgmU7oKhVg9lCDbQfZlVBKoLtZBy6Wcy3UgBXAJdl8c8u5EZRAK3k4xIMb81DyigircqQtfxIfwaXGCPjKR8mrThsrNZAn2EPF/nLGCS9aQ6nqUM2tmYTpRWto3fIViLgV9EAuZM1+jleyN2Jrn1kS0GuPXn9cLPWpMRZLRHYjpfVAmGcHqPm1SvflYoAzT3U2/4PA3UF6gGlCpVJ6BeKSr3mW9paA5PVC+f8CNl49vICIbIUmyi4//az8/oYnHZpEtydgMPB9VkpKs+8U7uHbgDS5A82B0HeV5aMEgqFPoclyoNvwOMFABbDZt79j6Gn5+f9MYPmdt/oz0ZXLYZPyMwLq+mz5CqG+lpefL6Po11C8V5tigMYK1I2pZy7u82loAsApnT/DXuR7sMqvoWt5OEPwiQL4QcnYXxbruQry/8b+Ahw34jkTHiumAAAAAElFTkSuQmCC);
    height: 16px
}

@media (min-width: 768px) {
    #products-listing-page .products-listing-wrapper .slick-next.slick-arrow {
        right:14.5rem
    }
}

@media (min-width: 1024px) {
    #products-listing-page .products-listing-wrapper .slick-next.slick-arrow {
        right:25.5rem
    }
}

@media (min-width: 1280px) {
    #products-listing-page .products-listing-wrapper .slick-next.slick-arrow {
        right:35.5rem
    }
}

@media (min-width: 1439px) {
    #products-listing-page .products-listing-wrapper .slick-next.slick-arrow {
        right:44.5rem
    }
}

#products-listing-page .products-listing-wrapper ul.slick-dots {
    list-style: none;
    text-align: center;
    padding-left: 0
}

#products-listing-page .products-listing-wrapper ul.slick-dots li {
    display: inline-block;
    margin-right: 4rem;
    height: auto
}

#products-listing-page .products-listing-wrapper ul.slick-dots li button {
    height: auto;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
    background: none;
    opacity: 1;
    color: #000
}

#products-listing-page .products-listing-wrapper ul.slick-dots li.slick-active button {
    color: #1a80e3
}

#products-listing-page .products-listing-wrapper ul.slick-dots li:last-child {
    margin-right: 0
}

#products-listing-page .products-listing-wrapper ul.slick-dots li:last-child a span:last-child {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAnCAYAAADgpQMwAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFaADAAQAAAABAAAAJwAAAADwMtvSAAACf0lEQVRIDdWWXU7bQBDHZ63wAALVfahEUEDcoOkJGm5QTlBzg3AC9gjhBDgnIJwgOQI5QT8SNZF4IKgIHqi8nVl78a496w+kPnQfsrMz49/+92PsAPyDJgzzg1z2O6AuAFQffZOVPDo3sba9hhJwC5IpgAhzgIp/yaOzfNzcCigVFY5cIHlFdCB/XpHVtmkoPnTMP/g2sIbiHsQ8lLwi2pfLyB8vR/SekrsrFzMcfC6npJ4ExNla9mJf3Pab5cMz7H7BwNwO2nYA6qqp4lelBAjlfbgDjzM0P9K43NTmBYKTO9m7Lcdyz6tScm3k+00CHVSsHvIU2xIhXT26gra3aDtKTTC7tzM8pHfG5/YKJ9/6tJbd764/HTlKTQItD5c5qFIcwJ9r2i7zjN2zUErI9i2ykwt2H/d/yoG9UAJgmU7oKhVg9lCDbQfZlVBKoLtZBy6Wcy3UgBXAJdl8c8u5EZRAK3k4xIMb81DyigircqQtfxIfwaXGCPjKR8mrThsrNZAn2EPF/nLGCS9aQ6nqUM2tmYTpRWto3fIViLgV9EAuZM1+jleyN2Jrn1kS0GuPXn9cLPWpMRZLRHYjpfVAmGcHqPm1SvflYoAzT3U2/4PA3UF6gGlCpVJ6BeKSr3mW9paA5PVC+f8CNl49vICIbIUmyi4//az8/oYnHZpEtydgMPB9VkpKs+8U7uHbgDS5A82B0HeV5aMEgqFPoclyoNvwOMFABbDZt79j6Gn5+f9MYPmdt/oz0ZXLYZPyMwLq+mz5CqG+lpefL6Po11C8V5tigMYK1I2pZy7u82loAsApnT/DXuR7sMqvoWt5OEPwiQL4QcnYXxbruQry/8b+Ahw34jkTHiumAAAAAElFTkSuQmCC);
    height: 16px;
    position: relative;
    top: 2px
}

.card-box-shadow,.contact-card,.newsletter-card,.product-benefits-card,.product-preparation-card,.tools-content-card,.trackeasy-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2)
}

.carousel-see-all-container .carousel-see-all span,.cn-content-card-cta .link a span,.cta-arrow-icon,.newsletter-card .cta .link a span,.product-benefits-card .cta .link a span,.product-preparation-card .cta .link a span,.trackeasy-card .cta .link a span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEKADAAQAAAABAAAAFAAAAADiHfUIAAABYklEQVQ4Eb2UMUvDUBDH/5cUOzgICrZNGxDc/AiO3ZzcpF+gDg5u4qL2VYTq4OLkNxBHP0A7iXsHFQdFjEmtQ0dBaXregz6bWhtSBY+Eu/fu/j/uXXgB/mgExVNZ8leJMddShdNJeeSopzOASn1hA7a1Eezm75KCLClciRQXEYZNR3kKJ5yO7I8NBUAzw1nSworT8a4z6rk4nBtd6Q7GGC3a4Lo+onPgu2OKEAMwEipxt3frVL1tGXjK7BqfACCHBKbBOMzBa84rf9mItU8EMAICLdnoXcqQq2ZvIoAWSTfyYC+rWgt6PTFAi6L2K0APOHpRuUcNGplqlP49ZvBNCLv8qvJXJpcIwMAbEfZb7B5DUdeItU8A4HNK2VvBTt6LCk0cA+D7ENZ6W7kNU/yTFwC/y5eJXBz+kHUtmHVr2CTJxZvu4ELetX5ZI0S63FaZh3jZIPv1Q5FBddqVQn2Q+qfoEwExX6S3dO2vAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    margin-left: .35rem;
    display: inline-block;
    vertical-align: middle
}

.cn-content-card-cta,.newsletter-card .cta,.product-benefits-card .cta,.product-preparation-card .cta,.trackeasy-card .cta {
    border-top: 1px solid #ebebeb
}

.handwritten {
    color: #003087
}

.conversation-navigation-form {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #f1f1f1;
    position: relative
}

.conversation-navigation-form .wrapper {
    overflow: hidden;
    height: 100%;
    margin-top: 0
}

.conversation-navigation-form .wrapper:after,.conversation-navigation-form .wrapper:before {
    height: 3rem;
    width: 100%;
    background: #eee
}

.conversation-navigation-form .intro-message {
    width: 100%;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s
}

.conversation-navigation-form .intro-message.copy-01 {
    font-size: 2.3rem
}

.conversation-navigation-form .button-container {
    max-width: 100%;
    text-align: center;
    margin-top: 8rem;
    opacity: 0;
    -webkit-transition: margin-top .5s,opacity .5s;
    -o-transition: margin-top .5s,opacity .5s;
    transition: margin-top .5s,opacity .5s
}

@media (min-width: 1025px) {
    .conversation-navigation-form .button-container {
        max-width:35rem
    }
}

.conversation-navigation-form .primary-button {
    -webkit-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
    margin-top: 2rem;
    margin-bottom: 2rem;
    float: right;
    margin-left: 0;
    border-color: transparent!important
}

.conversation-navigation-form .primary-button.inactive {
    background: #d3d3d3
}

.conversation-navigation-form .primary-button p {
    margin: 0;
    padding: 0
}

.conversation-navigation-form .primary-button[data-theme=primary-border] {
    margin-left: 0;
    float: none
}

@media (min-width: 1025px) {
    .conversation-navigation-form .primary-button[data-theme=primary-border] {
        float:left
    }
}

.conversation-navigation-form .select {
    max-width: 100%;
    display: block;
    margin-top: 8rem;
    opacity: 0;
    -webkit-transition: margin-top .7s,opacity .7s;
    -o-transition: margin-top .7s,opacity .7s;
    transition: margin-top .7s,opacity .7s
}

@media (min-width: 1025px) {
    .conversation-navigation-form .select {
        max-width:35rem
    }
}

.conversation-navigation-form .select select {
    color: #d3d3d3;
    border-radius: .75rem;
    display: none
}

.conversation-navigation-form .select .select-selected {
    background: #fff;
    border-radius: .75rem;
    -webkit-box-shadow: 0 0 3px #d3d3d3;
    box-shadow: 0 0 3px #d3d3d3
}

.conversation-navigation-form .select .select-selected:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAAXNSR0IArs4c6QAAAXpJREFUKBWVkL1LA0EQxWcuEYkGRMTm9qIggqTxDzAIKiJGgmJhYSNIwK/CSrCJMcmpKJaWFlpYpBAhoJVoVLARbOyCFuLdxUKxEUJCvB13Axc0REkeHLM7b95vbxdASNWtYVnrFdPNIZlRNN0YA5ufs7iZqAfCEmaEbLoQoFApp8aMffGRmrBWagGJuSU5Lw4+JCJUZGhuXZtHwCRwvitOWPgP5Itb08BpDxBSfX4WRkRCJzCQJvfjjXVCACEFacaM+o4cz6la3AgKPwWEtw2dLPg8i3nplf5ELq4G8cvTyqYE9ZJzPNDi2UnZd9SRsAKc8JgAH7yexnEHIP0yRG6elrHQ1uSeEKA7Ijvp07Mjsq9tGr0256eIYHibldHMavun7DsqX8dpyNq1/dFSKOTSRNAjXm2ROO2IuxfJhYFshBk/Z+W6KkQa3Vuv7bmifQ1EfkB8AwX7s2ssI71K/QmRg9rGOyM7f+ZCJfwSVe8rwzXvY0S/3q1a8BtIP4kxskix+QAAAABJRU5ErkJggg==);
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    pointer-events: none
}

.conversation-navigation-form .select .select-selected.select-arrow-active:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAAHuJ1aRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMjdUMTE6Mjk6NDgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0yN1QxMToyOTo0OCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TS25OAAAAVxJREFUKJGdkr1KA0EQx/+zOU2MWCgiuJuIlcHGxhdQEUFiY2Eh+ABWYiEoomH3YiNaayXaCalEHyBYpPEBREEs3L0gphCxMcLdWJ14YE5wqvn8zczuAAA0swAAMDMhXcYOm4MAMHHw3Ns5S2n7qrRtAwCkthwHpLbJFrIalBBGd/lub+hhe7iVwIyeck4Z+5koMC6aqrP3x5z/FWncizTu9qdPxIoy7k54PJsRYl1p10hUKu3qBWPnY7vg2xVl3CUAkDLujIlumhV1lGjnBxuIohJU1c10nKkazKb+y4jfnAw5OqFMrux2BoNOeb9C5F5QpJAbzNxFgjY5wjER7rPZ/PTj1sBbKqS03+p7/2jXwRj3BM09VdT3qxRMczHiqEaE655+VX5Yo3aCtFTjjDT2QmoXFk2wnLai8t2q1JaVdufxvZKqugUO+YoE7QaVwl4aIAEzzmfmXZFB+QvqzYqoyNSo6QAAAABJRU5ErkJggg==)
}

.conversation-navigation-form .select .select-items div,.conversation-navigation-form .select .select-selected {
    padding: 15px;
    cursor: pointer;
    font-size: 1.4rem
}

.conversation-navigation-form .select .select-selected {
    padding: 15px;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.conversation-navigation-form .select .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px #d3d3d3;
    box-shadow: 0 0 3px #d3d3d3;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.conversation-navigation-form .select p {
    margin: 0
}

.conversation-navigation-form .select .select-hide {
    display: none
}

.conversation-navigation-form .select .same-as-selected,.conversation-navigation-form .select .select-items div:hover {
    background-color: #e7f2fc;
    color: #1a80e3
}

.conversation-navigation-form .select:after {
    content: ""
}

.conversation-navigation-form .copy-01 {
    font-size: 1.75rem
}

.conversation-navigation-form .block-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    .conversation-navigation-form .block-parent {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.conversation-navigation-form .block-parent .block-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 1025px) {
    .conversation-navigation-form .block-parent .block-left {
        -ms-flex-preferred-size:65%;
        flex-basis: 65%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.conversation-navigation-form #form-header,.conversation-navigation-form #form-header p,.conversation-navigation-form .block-parent,.conversation-navigation-form .block-parent .block-left .intro-message {
    -webkit-transition: opacity 1s,margin 1s;
    -o-transition: opacity 1s,margin 1s;
    transition: opacity 1s,margin 1s
}

.conversation-navigation-form .block-top {
    position: relative;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 4rem;
    -webkit-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s;
    background-color: #f3f3f4
}

@media (min-width: 1025px) {
    .conversation-navigation-form .block-top {
        top:1rem
    }
}

.conversation-navigation-form .block-top a {
    font-size: 1.25rem;
    position: absolute
}

.conversation-navigation-form .block-top .browse-next-section {
    bottom: 0;
    right: 0;
    color: #b5b5b5;
    text-decoration: none;
    border-bottom: 1px solid #b5b5b5
}

@media (min-width: 1025px) {
    .conversation-navigation-form .block-top .browse-next-section {
        right:1rem
    }
}

.conversation-navigation-form .block-top .goto-previous-section {
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    color: #1a80e3;
    text-decoration: none
}

.conversation-navigation-form .block-top .goto-previous-section img {
    width: 15px;
    position: relative;
    margin-right: 5px;
    top: 2px
}

.conversation-navigation-form #conversation-navigation-form {
    margin-top: 2rem;
    min-height: 84vh;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative
}

.conversation-navigation-form #conversation-navigation-form::-webkit-scrollbar {
    width: .5rem
}

.conversation-navigation-form #conversation-navigation-form::-webkit-scrollbar-track {
    background: #fff
}

.conversation-navigation-form #conversation-navigation-form::-webkit-scrollbar-thumb:hover {
    background: #555
}

.conversation-navigation-form #conversation-navigation-form::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 1.5rem
}

@media (min-width: 1025px) {
    .conversation-navigation-form #conversation-navigation-form {
        margin-top:4rem;
        min-height: 70vh;
        max-height: 80vh
    }

    .conversation-navigation-form #conversation-navigation-form::-webkit-scrollbar {
        width: 1rem
    }
}

.conversation-navigation-form #form-header {
    max-width: 800px;
    width: 100%
}

.conversation-navigation-form #form-header p {
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: 0
}

.conversation-navigation-form #content-product-list .slick-track {
    margin-left: 0
}

.conversation-navigation-form #content-product-list .slick-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFqADAAQAAAABAAAAKAAAAAAh+BeHAAADsUlEQVRIDcVWWWhTQRS9k9dNqdTilqRJcQHBIviloAhKXaoIVXEBP8SKfvilFEFxn7oXRbQ/QsENxQ/9cUekWgUt6J8ggiAKTfpiXUrFJWlNMp5JeK+TyWSpIg55zF3OPXNzZ+68R/SPBpO81cf7qkbEvp+BuEIQ62KWp9neV/Pmb9b0yODy2I9DRGwDniqstJQSyWfjD3VP+RtiRm2i3NcX/g7CEpVIkHifKC2f/XHPhF7VXqzsoa1sAOAbegAjNsn6NdAxtvXTKN1XjJ4qRZxoF8B9egDIp5dGY7eJizLdV0hPEX/iwbdxD6sXRD/1AJRonp9C10Gewur+XLoL/rg/8BLEy4jEYDaYNfoo3J5tz21xiSXkAw8+TpBnFRZI6iHIfJOfh1p0ey4d+Ozh5eEmD4kL2R5YGG22DwTPGX2KMSNjx/6BBy4KxnY7ujoLQe1+3tOo2kyyMWMH6OOh0wBsc/ShWe5DyQKb+58O2TKlvMQSCvKrAK3LDMMWE31LkpjTy2tf6T6pG0uhAiN1gfXQ76g2KWOxUQju8HO7VvdJvSAxrWUJmwKrgO3SCdBAE4jij8Yf6cWcOQoTSzxng4MjKpZAepkZLjU2xdT6xREj/PPOcd9YGVuAy+mdTp5u/eg9tfWLJpZkPbsDX1iJNR9bZxvI56qtPyxiSWbvrQklqXQRyL/q5ChLo5eFmqW94HHLDk5bvDw0C8GdeEZqmB5s9sRhZzxEwuoMpDjfYoDqaHhXoUPqbQmvYSTOO7o6M7Ka5RHNeB2pgFwySjCfCSG7Eb/MgWy3R3jNLWkdVim8B7tngu0uHlNCJyO89pSzVNaqjkOfx/Lw1DJKPkeio3Uf7o0rER6Ure8O08qu0xH8h3uCFE905iC9j/ukycE6c8FS1BwNjxHxxGOQ+p0gZ0amLyIUXyk3y7E5c96M5atfRGMP0bKTnQBlfhOlygbi1THF5oq5ifn7irJo7D6QM1y0KwgbN319P6/ud02aYC7FNWH5yLoJ7BwND1X0k2XVf+a1WfeFis0mFoL5Xocv4+8vVoFpWcSSxBqK+WC09GAf23QWpBt1OzYKG8SW4xPhie4z6RkZ+1q694B0iwkIWxPOqqx5UcNtkHzfEulWHeqqYphTxPhOWCgo+QCKu5ASfMLmwR2KXpSYKoWgxDETKep65U9I5coewnlFotMMadw1taoBZzSBeBI6R7SpXtmqNsVXm1pVxeWTU6WIVVS2gvxS+j0mrg3QyEXpBfOF/iffb2YhHLdeUkiHAAAAAElFTkSuQmCC)
}

.conversation-navigation-form #content-product-list .trackeasy-card {
    width: 100%;
    padding: 3rem 0
}

@media (min-width: 1025px) {
    .conversation-navigation-form #content-product-list .trackeasy-card {
        max-height:35rem;
        padding: 1rem
    }
}

.conversation-navigation-form #content-product-list .trackeasy-card div.copy {
    padding: 2rem
}

@media (min-width: 1025px) {
    .conversation-navigation-form #content-product-list .trackeasy-card div.copy {
        padding:2rem 0
    }
}

@media (min-width: 1025px) {
    .conversation-navigation-form #content-product-list .trackeasy-card .row.flow-wrap {
        padding-bottom:2rem
    }
}

.conversation-navigation-form #content-product-list .trackeasy-card img {
    width: auto;
    height: auto;
    max-height: 25rem
}

.conversation-navigation-form .underscore {
    -webkit-animation: blinkText .5s infinite;
    animation: blinkText .5s infinite
}

.carousel-see-all-container {
    position: relative;
    top: 0;
    right: 0;
    height: 300px;
    background-color: #d9d9d9;
    border-radius: 1rem
}

.carousel-see-all-container .carousel-see-all {
    color: #1a80e3;
    position: absolute;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    margin-left: 0;
    text-align: center;
    text-decoration: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.slick-initialized .slick-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABECAYAAADp9JfCAAAABHNCSVQICAgIfAhkiAAABcBJREFUaEPNml2ME1UUx8+ddiusYlD2o51tm0gMJvLAC4uhazYQXTQCQUMgARMDDxKMifHFgAS3t6su4ZEX8eNBXlwSDEYjMQFMQBJRPnwQhQceMNl2291lCRiQxW471//tftDdbefMtDONTZpM954559dz79z/Pacr6H/2EuU8ZjIbJ2HtUaSWYuBCVsZko3lngCJysBvBvxckHi+DOFN8tGnjyHvhfxoFVgJqlemng6R+mwNTYlBEJ3My9nJDgUyZ6UPoD6oFBdTxXDK6hYTApb+vUoYiMv05Lt60DyU+ycro2/7iEE0CpdKv4bt/wwWzhOodTsY/5OzqGS9b1OkBfNjGOVOCduWSsS84u1rHHz72UoVMypyBo4SdMywiyyKxaURGT9Qa1O6+WftQy8Gbi5rGx3/B07bcPpjKA+qlYRk76zXULCDtvF0OtwVo4jIuY0ym7hcNkRjtjf7uJdQ8oEmokaUG5ZEparMNpuhWUYRWjcj2G15BVQTSzsN9ueXCKmioRUywdJGaVo7I8KgXUFWBtPM2OZQIUhELXYTsp09dHadFz9+RT9ypF8oWaHL6MhsMUt/CMGALpehSThS6ST71oB4oFkg7N1OD20iJAS4QTgmncs/GXqGtosjZVht3BFSCSqb3Yl8/wAXCPnUUYryds6sbSDvAEeUw9qjdXDBAHQLUu5xdpXHHGSrdrJSIpDJfOZEYZHNvNhk76BbKHZD2fkwFItfSPyBT69hgQm3PJuNHWbsyA/dA+mb514KICp4TgjrttwMqQmJedaN7tQGBYrG8vbiZ7l3A5TL7DKh8gQJrR2XHeSeZqhlIO2+Rg2aIxK+45HTvrjKCq4d7I1c5qLqAtHOtewGVv4hFvISZvlERNFZm93ek7ezqBtLO2/oyKwKWOg9nzfZQ6oZFodV2uucJkIYIy/QaODuNd5CBujqxcOHqsT2td+vfh5gFgLP5ZtRNxwBlMKbnsxRdS1Lk59p5lqFpx2GZ2QEx/pJbvBg/AahNgLLKbT0H0s7NVDqJTEkeSh3JyvhO34FKUHIQWRI7OCicEA7kZHzftJ0vGSo5l8qIUEavp808lHgrJ6Ofajv/gKYocEI4Bd3r4aCwkNajioFG+vwyZbZZUeEnQK1ktoMRTF3YdyAN0dGfWaLy6mdcPsNAdTYEyOkReIIeifgOhKdtnSKh14Z9kUA0gFPm674CmX1DXWQVf8Szs4CZqmsPFjyWuL33yb99A3JeaKos9KNzTMazvj325kdDMVWwLuPbsqV4XojEmIxe921j1M2Kyb6AWGo/TVSxWeHplDlt56BMKuDdU6md4x2Qi4YX9GErunDHK2XQGyDoFrpv3yHABm7jRxWyc1hGj1Sz8wTIqbIjMxLFY8oOum4giGc/FvD7XGZQ9s47+3g+ZRGZ2S1IHeZgSo13im6dezr0FEjrE0p9XefbZhkwZwHTA5gCB17zxuhUnxAADdFAIivN+05gagIK9w12Ghad4/QJzq+LkEgM7YvecgrjGqhFZpaFyEI9LxbbB5mtT74AaX2iQhF1vDAZmDt5Mp4r1yfPgfSJz8pbFzl9wqP9wDKoe7g3fskNRLktuw/pMzFRUbdSVjBiWcAWsB511qlaYfg1BH1CKXMS1GsYGBwKaUs1fXIDWD1DLvQJNDN1lZvgrjZGp/qEyvNjlC/76wWZvr9ihkyZ1gLYywdxpk+8n4cW84Cc6hNcVOxeuAnOTtlUf+drTp/gqGp/xzMgUw69iF8vTztweAUFXddN2XbPga1rk9KUtcrRcJD+/QMfWuwfb3XDCBmr3OqTG6oSkJNFjGOEoy6qm+BV1xD3owpg7lmk0D2N/1lvQO7+UobaU5kXAkqh5K38KpDR5bQTzwXkxmcee/y7xWf4sGvuDUUSG938VsEF5MZn7UOAOoQ/vDN105WCId7w+mdwV0DaONyfa1X5ifZGrBd2Y+ToGzH+H2hFDan8HWH1AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem
}

a.more-link.detail {
    color: #1a80e3;
    text-decoration: underline;
    margin-left: .5rem
}

.slick-dots {
    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
}

.slick-dots li {
    height: 3px;
    width: 30px!important
}

.slick-dots li button {
    height: 3px;
    width: 100%;
    padding: 0;
    background: #646464;
    opacity: .4
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active button {
    background: #1a80e3;
    opacity: 1
}

#block-conversationnavigation .persona-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: #f3f3f4
}

#block-conversationnavigation .persona-container .video-container {
    z-index: 0;
    width: 100vw;
    height: 100%;
    cursor: default;
    position: relative
}

#block-conversationnavigation .persona-container .video-container .ocean {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: margin-top .7s;
    -o-transition: margin-top .7s;
    transition: margin-top .7s;
    overflow: hidden
}

#block-conversationnavigation .persona-container .video-container .ocean .wave {
    position: absolute;
    background: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/wave-d.png) repeat-x;
    top: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    width: 7680px;
    height: 141px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    -webkit-animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
    animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite
}

#block-conversationnavigation .persona-container .video-container div.video {
    height: 100vh;
    -webkit-mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-desktop.png);
    mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-desktop.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    opacity: 1
}

#block-conversationnavigation .persona-container .video-container div.video video {
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    mix-blend-mode: multiply
}

@media (max-width: 768px) {
    #block-conversationnavigation .persona-container .video-container div.video {
        -webkit-mask-image:url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-mobile-2.png);
        mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-mobile-2.png)
    }
}

@media (min-width: 1025px) {
    #block-conversationnavigation .persona-container {
        width:100%;
        overflow: hidden
    }
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0
    }

    to {
        margin-left: -1920px
    }
}

@keyframes wave {
    0% {
        margin-left: 0
    }

    to {
        margin-left: -1920px
    }
}

.contact-card {
    width: calc(92% - 3rem);
    padding: 3rem
}

@media (min-width: 1025px) {
    .contact-card {
        width:calc(66.667% - 3rem)
    }
}

.contact-card .contact-row {
    padding: 2rem 0;
    border-bottom: 1px solid #ebebeb
}

.contact-card .contact-row:last-child {
    border: none
}

.contact-card .contact-row .header {
    padding-bottom: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-card .contact-row .header img {
    padding-right: 1rem;
    position: relative;
    top: -2px
}

.contact-card .contact-row .header .heading-05 {
    font-size: 1.8rem
}

.contact-card .contact-row p {
    margin: 0
}

.contact-card .contact-row a {
    text-decoration: underline;
    color: #1a80e3
}

.product-content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: .2rem 2rem 1rem .2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px
}

.product-content-card:last-child {
    margin-right: 0
}

.product-content-card .image {
    height: 194px;
    position: relative;
    width: 100%
}

.product-content-card .image .background {
    opacity: .15;
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 70%;
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.product-content-card .image img {
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.product-content-card .copy {
    background-color: #fff;
    padding: 2rem;
    margin-top: -10px;
    height: 14.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2)
}

.product-content-card .copy .link button>span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEKADAAQAAAABAAAAFAAAAADiHfUIAAABYklEQVQ4Eb2UMUvDUBDH/5cUOzgICrZNGxDc/AiO3ZzcpF+gDg5u4qL2VYTq4OLkNxBHP0A7iXsHFQdFjEmtQ0dBaXregz6bWhtSBY+Eu/fu/j/uXXgB/mgExVNZ8leJMddShdNJeeSopzOASn1hA7a1Eezm75KCLClciRQXEYZNR3kKJ5yO7I8NBUAzw1nSworT8a4z6rk4nBtd6Q7GGC3a4Lo+onPgu2OKEAMwEipxt3frVL1tGXjK7BqfACCHBKbBOMzBa84rf9mItU8EMAICLdnoXcqQq2ZvIoAWSTfyYC+rWgt6PTFAi6L2K0APOHpRuUcNGplqlP49ZvBNCLv8qvJXJpcIwMAbEfZb7B5DUdeItU8A4HNK2VvBTt6LCk0cA+D7ENZ6W7kNU/yTFwC/y5eJXBz+kHUtmHVr2CTJxZvu4ELetX5ZI0S63FaZh3jZIPv1Q5FBddqVQn2Q+qfoEwExX6S3dO2vAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 1rem;
    width: 1rem
}

.product-content-card .slick-slide {
    cursor: pointer;
    max-width: 100%
}

.product-benefits-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 6rem 0 3rem;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-benefits-card .title {
    width: 50%;
    margin-left: calc(48% - 1rem)
}

.product-benefits-card .product-benefit-attributes {
    padding: 4rem 0
}

.product-benefits-card .image {
    position: absolute;
    top: -5rem;
    left: 5%;
    height: 100%;
    width: 100%;
    max-height: 160px;
    max-width: 150px;
    text-align: center
}

.product-benefits-card .image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1025px) {
    .product-benefits-card .image img {
        max-width:150px;
        max-height: 160px
    }
}

@media (min-width: 1025px) {
    .product-benefits-card {
        margin:3rem 0 1rem
    }

    .product-benefits-card .image {
        top: auto;
        bottom: 9rem;
        right: 10%;
        left: auto;
        max-height: 300px;
        max-width: 200px
    }

    .product-benefits-card .image img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .product-benefits-card .title {
        width: 100%;
        margin-left: 0
    }

    .product-benefits-card .product-benefit-attributes {
        padding-top: 0
    }
}

.product-preparation-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-preparation-card table {
    width: 100%!important;
    max-width: 100%
}

.product-content-card:hover {
    cursor: pointer
}

.product-content-card.active {
    -webkit-box-shadow: 0 0 5px #1a80e3;
    box-shadow: 0 0 5px #1a80e3;
    border-radius: 1rem
}

.trackeasy-card div.copy {
    padding: 2rem 0
}

.article-content-card,.promotion-content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: .2rem 2rem 1rem .2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px
}

.article-content-card img,.promotion-content-card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem
}

@media screen and (max-width: 1024px) {
    .article-content-card img,.promotion-content-card img {
        width:100%
    }
}

.article-content-card .copy h2.copy-03,.promotion-content-card .copy h2.copy-03 {
    line-height: 2.4rem
}

.content-promotions #content-product-list .slick-arrow {
    top: 15rem;
    z-index: 2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABGCAYAAAHXztZiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDgtMTdUMTc6NDE6NDcrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA4LTE3VDE3OjQ3OjI2KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA4LTE3VDE3OjQ3OjI2KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmJkMzQ4ZDU5LWQzMDEtNDFkYy1hNDY2LWY2ZTViMGJjYTRlNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpiZDM0OGQ1OS1kMzAxLTQxZGMtYTQ2Ni1mNmU1YjBiY2E0ZTQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiZDM0OGQ1OS1kMzAxLTQxZGMtYTQ2Ni1mNmU1YjBiY2E0ZTQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmJkMzQ4ZDU5LWQzMDEtNDFkYy1hNDY2LWY2ZTViMGJjYTRlNCIgc3RFdnQ6d2hlbj0iMjAyMS0wOC0xN1QxNzo0MTo0NyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+08PXNwAACepJREFUaIGtWm9sFVkV/92Z99rX1z+vUFqKINpNWIgIUUGjm7DGTTarqXxgo4aNURNcsyI2GvlAgl/QxGw2mE1MGkPcD+iCISGxggprUVtEsitqk61tFoLWthj+7MOW177Xvr75c48f5t55d+6705miJ5m86Z0zv/nde84958yZ2gjEgiYWERGAVgC2HGQAWsWFdvVCBkBBXGhTYbLj4+PPEBExZZAREeecPwhHSAiAHiYHAIAx1gOgZomnywEHwLItBqPkFaxmeRcAZImIfN+/rV5gAFqIiMbHxz8NoCmcP4C8gFknH8DFkwGgWQIzIuKCFmfKwAahsGSJgfXigcsAaqGmmFUzABLP4OI8FAtAE9XFEwZoFkYIJ8nEQA5Ah9Qul8uvITCMvAHqDRkALQcOHOiRNwwMDGwB0KoaTaWSEXTKAHDnzp1vmxTDyYkJ9srHxSl0C3QfgCOXpwIgLxQ2CAVCYAYHgGsBYI7jvMoYa2eMdQlAB8ASxGID8JnyePlL0BeaiDgR8Vu3bvWKmdrisXXui4uLTypu1gagBUAWmi9mKpXKtxTFgphMRNEGkHNd901FsVNXtMQfrUS0qCG2AMjI2Ul7huYRa9cpF1VOX7XjoqJYiJgoTlGdpvRaD4BHRI+wilic86vKBDbpCsz3/a8rCt0AeiMKtVptp1TYvHlzF4AeoRgoTE9P56TCpUuXPiQudiNY2ICHVLh///43FYV1kP4mFRzH+aOm0Aogy2SMAvCIMfakWC8fde/0LMZYxnXd1xljfWKtPFVBjIERUV4+slQq9SHwDPWwUHdE046rLxEZ5NixYwUEkSGHINJlEfVuI6gFwC6VSs+aQAF0INgBeQThRQdtBBNPb6nVaj/VATnnJWGn9iRQ1TubhXK77/v/0kGFCSVoi9CXm9sI2CQU2xCkNk8HvXv37gCCHSgDQJO4FyqgDMmSpQraIBcvXvywAG0VhmoQydIW6xJO/cyZM9tNoIVCYZ0wVKzooDnBoGN2dvYrOmClUvnZamDq1EMDcc5vGwzzdwAbk8BChr7vnzLMsIogSPQC6F1tazAAcF332UwmM9xwMUgxqkvwhsJITq1cLncTEdeBjhw5slVJZkA9OLrGKZksdvPmzf0AuhDEHBneuhDdGREQXwdZWlr6SQyIdAfpY1mZbm8A+KhKkXM+bdv2XkT3HiEIdOohKxeeEYpqZvVFapabWILwVYBITk/91c8lkOm8QSwxzXMUpPlrqDuq6rCmhzYKER3Q1nwWQRSQ0VWvH2IBLc55jza2lXM+AnMOSAYkojndJWq12usIzJ5HPQ+ogdAIaAPIEJGrA87NzX0HgUO2IhoEYxmGccvk+VNTU8+jnlQSASNB0AR45cqVvah7+6qAauzP9/f3rzMBnjx5sg/R7WMEbIimg4OD7zMB7tixo0sDbEh3eqprAdB+/fr1j5sAYdjgCmB8Apmenj6YAJjXAGECDJPH3Nzc9wx4NZgzPBIBV1ZWfqmjcc7fNQBGwFTAJhXQdd2/6YCu674DQ6Q1AWY0wALn/J4OuLKyclkAtulgcYBqmbCkA87Pz78CoBC3+/VCX05d7uN5aNuIMdYVqVwUIdTDuQzZDAAbHR19vw4kxJQ2GxiGFh4aGurRp0hEtH///j4EmSsRjAGwBwYGjFFlcHDwIwjKg/RgJqCRkZHnUK81UoEZM/zs7OxLCCqfXvHbnQaoIQIvLCz8SNy8URw9ALpWcw1GRHNQ3oYAwHXd3zc1Nb2AaFDkEO/OcUD/APCEeoFz/o5t20+jHr+k6/gmMAn0JwBPqReIaN6yrG2oZyfVB30AnqUBwff9n+tAABwBpNYeev0RFnsS6LhlWQcb5s3YJqChGmooZMJF9Dyv37btXxuAutIAhcwcx9ltAtq+fXs3otlH7SRJwHpZRUTGV0SR2mTFKA+97Iy+kBHRyzrQtWvXPiZu3JAaCGAYHR3NqEAzMzMHEGQfCbYhFZAQ+/Llyx2e5/12ZmbmUwhS2DoA6wXIeg3ImHyhnIQDRPRJAHs9z/tzNpt9U7OJ6uSmkjTtWCphRGQR0RsmoxLRf4rF4jYEuSWDYIZZ5W9Z/8U1GhIbDqsReyWGVCic84mhoaEuBHZUD72UVstpE8n0xIrFYhsR/TOJHBGR53nDu3fvllVzHkF2lp0USVSt9/WaPzXBMFuXSqU9RFRJQ7BSqbyKwInbxCFr3bUQTCQm2xhZAE3lcvkgBa9RiRZ+8ODBiwjaGh2ovy7IlTQRTG3eBmICsGV5ebkhMMVIdWxs7BkEoUASlD2txyaoFl6SXLMwSb67u7utVqtdSsOOc37v9OnTOwTBgraCcSaOJcgMxMJVE8Btx48f3+S67ngagq7rjh86dOg92gqulWBDpW4ilxem6bhw4cIHOOfvpiG4vLx8AUHklwRNmyRugzT0B2yFoCSXE+RaxewLk5OTzxFRLQ3B+fn5HwiChRiCph0ME7k0q9cOoHDv3r2vpSFHRP7U1NQLmv+ttkEistrqSYI5KL4nVqBQLpdfS8OOc16+evXqJ1IQNEoSQWleSbAdQMfOnTvXO47zu1TL5/v/PnXq1DbE7+BYSWte3f86Tpw4sdX3/Yamq0kcx3lr37598hOJuoMTZa0EQ/8bGRnZwzkvpSFYqVTOILqDU8vjbJAOAIXbt28/n4YcEdHExMRnBcE1SxJBY3gZGxvbxzlfTCJWrVZ/g6DafWwxbZCG3Ts8PNzHOZ9Js1rVanUY2ne7/zu5s2fPdnDO/5qGkOd500ePHt2B+vt44sv9YxHjnP8iDSHOeencuXNPCUKbsIauQ1piFoJPKt9PQ4iIvImJiS+g3rVQj/9pxSIrVavVPkfpCksqFovfRfBO2IN6B6QX0W7Ihrje1mqEwnPHcfZks9lrSIjUAFCtVs/n8/lvKBNSRf6/Q9h+SGyUKYTCd9Dl5eUtRHQ/m83+JYmU53lv9ff3b9JIqR0HtReiNgtSEWIArIcPH7YT0WRKx74jcqHeH+hBtPEgX/Vl1Jd5M5EQO3/+vE1Ewykdu3Ljxo19CNoBssdgIiUJybZBpNKIa5KF577v/9iyrJeSlhYAn5mZ+WJfX98VNJpM9neAqPn0/x4KfyMk1HPP875s2/bpFISwsLDwcmdn5w8fg1Dsr95UYa7rPi0+qMYWa1JqtdqFXC731TUSilulyHlY+K+srDxBRA8zmcxoEinP894+fPjwllwu9yLMX+l0UuqOU79++to1lTyY53mfT7nT7g8NDX0Q9X6X6thpdlrqVzj5zTcp0K5MTk5+ZteuXW8bVkeV1D5kONSVDvMce/To0Xs7Ozv/AK1dXSwWv7Rx48ZfqbqI+pIKaPKXNRGS5/rDTEVgnE4EaBVCJlLQznVy+C+XN0vgHIPBiwAAAABJRU5ErkJggg==)
}

.content-promotions #content-product-list .slick-arrow[aria-disabled=true]+.dropshadow {
    display: none
}

.content-promotions #content-product-list .dropshadow {
    position: absolute;
    top: 2px;
    height: 300px;
    width: 40px;
    z-index: 1
}

.content-promotions #content-product-list .dropshadow.right {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.3)));
    background-image: -o-linear-gradient(left,hsla(0,0%,100%,0),rgba(0,0,0,.3));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),rgba(0,0,0,.3))
}

.content-promotions #content-product-list .dropshadow.left {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.3)));
    background-image: -o-linear-gradient(right,hsla(0,0%,100%,0),rgba(0,0,0,.3));
    background-image: linear-gradient(270deg,hsla(0,0%,100%,0),rgba(0,0,0,.3))
}

@media (min-width: 1025px) {
    .content-promotions #content-product-list .dropshadow {
        width:50px
    }
}

.article-content-card .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article-content-card .image .details.copy-02 {
    color: #003087
}

.content-articles-list #content-product-list .slick-arrow {
    top: 15rem;
    z-index: 2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABGCAYAAAHXztZiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDgtMTdUMTc6NDE6NDcrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA4LTE3VDE3OjQ3OjI2KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA4LTE3VDE3OjQ3OjI2KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmJkMzQ4ZDU5LWQzMDEtNDFkYy1hNDY2LWY2ZTViMGJjYTRlNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpiZDM0OGQ1OS1kMzAxLTQxZGMtYTQ2Ni1mNmU1YjBiY2E0ZTQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiZDM0OGQ1OS1kMzAxLTQxZGMtYTQ2Ni1mNmU1YjBiY2E0ZTQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmJkMzQ4ZDU5LWQzMDEtNDFkYy1hNDY2LWY2ZTViMGJjYTRlNCIgc3RFdnQ6d2hlbj0iMjAyMS0wOC0xN1QxNzo0MTo0NyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+08PXNwAACepJREFUaIGtWm9sFVkV/92Z99rX1z+vUFqKINpNWIgIUUGjm7DGTTarqXxgo4aNURNcsyI2GvlAgl/QxGw2mE1MGkPcD+iCISGxggprUVtEsitqk61tFoLWthj+7MOW177Xvr75c48f5t55d+6705miJ5m86Z0zv/nde84958yZ2gjEgiYWERGAVgC2HGQAWsWFdvVCBkBBXGhTYbLj4+PPEBExZZAREeecPwhHSAiAHiYHAIAx1gOgZomnywEHwLItBqPkFaxmeRcAZImIfN+/rV5gAFqIiMbHxz8NoCmcP4C8gFknH8DFkwGgWQIzIuKCFmfKwAahsGSJgfXigcsAaqGmmFUzABLP4OI8FAtAE9XFEwZoFkYIJ8nEQA5Ah9Qul8uvITCMvAHqDRkALQcOHOiRNwwMDGwB0KoaTaWSEXTKAHDnzp1vmxTDyYkJ9srHxSl0C3QfgCOXpwIgLxQ2CAVCYAYHgGsBYI7jvMoYa2eMdQlAB8ASxGID8JnyePlL0BeaiDgR8Vu3bvWKmdrisXXui4uLTypu1gagBUAWmi9mKpXKtxTFgphMRNEGkHNd901FsVNXtMQfrUS0qCG2AMjI2Ul7huYRa9cpF1VOX7XjoqJYiJgoTlGdpvRaD4BHRI+wilic86vKBDbpCsz3/a8rCt0AeiMKtVptp1TYvHlzF4AeoRgoTE9P56TCpUuXPiQudiNY2ICHVLh///43FYV1kP4mFRzH+aOm0Aogy2SMAvCIMfakWC8fde/0LMZYxnXd1xljfWKtPFVBjIERUV4+slQq9SHwDPWwUHdE046rLxEZ5NixYwUEkSGHINJlEfVuI6gFwC6VSs+aQAF0INgBeQThRQdtBBNPb6nVaj/VATnnJWGn9iRQ1TubhXK77/v/0kGFCSVoi9CXm9sI2CQU2xCkNk8HvXv37gCCHSgDQJO4FyqgDMmSpQraIBcvXvywAG0VhmoQydIW6xJO/cyZM9tNoIVCYZ0wVKzooDnBoGN2dvYrOmClUvnZamDq1EMDcc5vGwzzdwAbk8BChr7vnzLMsIogSPQC6F1tazAAcF332UwmM9xwMUgxqkvwhsJITq1cLncTEdeBjhw5slVJZkA9OLrGKZksdvPmzf0AuhDEHBneuhDdGREQXwdZWlr6SQyIdAfpY1mZbm8A+KhKkXM+bdv2XkT3HiEIdOohKxeeEYpqZvVFapabWILwVYBITk/91c8lkOm8QSwxzXMUpPlrqDuq6rCmhzYKER3Q1nwWQRSQ0VWvH2IBLc55jza2lXM+AnMOSAYkojndJWq12usIzJ5HPQ+ogdAIaAPIEJGrA87NzX0HgUO2IhoEYxmGccvk+VNTU8+jnlQSASNB0AR45cqVvah7+6qAauzP9/f3rzMBnjx5sg/R7WMEbIimg4OD7zMB7tixo0sDbEh3eqprAdB+/fr1j5sAYdjgCmB8Apmenj6YAJjXAGECDJPH3Nzc9wx4NZgzPBIBV1ZWfqmjcc7fNQBGwFTAJhXQdd2/6YCu674DQ6Q1AWY0wALn/J4OuLKyclkAtulgcYBqmbCkA87Pz78CoBC3+/VCX05d7uN5aNuIMdYVqVwUIdTDuQzZDAAbHR19vw4kxJQ2GxiGFh4aGurRp0hEtH///j4EmSsRjAGwBwYGjFFlcHDwIwjKg/RgJqCRkZHnUK81UoEZM/zs7OxLCCqfXvHbnQaoIQIvLCz8SNy8URw9ALpWcw1GRHNQ3oYAwHXd3zc1Nb2AaFDkEO/OcUD/APCEeoFz/o5t20+jHr+k6/gmMAn0JwBPqReIaN6yrG2oZyfVB30AnqUBwff9n+tAABwBpNYeev0RFnsS6LhlWQcb5s3YJqChGmooZMJF9Dyv37btXxuAutIAhcwcx9ltAtq+fXs3otlH7SRJwHpZRUTGV0SR2mTFKA+97Iy+kBHRyzrQtWvXPiZu3JAaCGAYHR3NqEAzMzMHEGQfCbYhFZAQ+/Llyx2e5/12ZmbmUwhS2DoA6wXIeg3ImHyhnIQDRPRJAHs9z/tzNpt9U7OJ6uSmkjTtWCphRGQR0RsmoxLRf4rF4jYEuSWDYIZZ5W9Z/8U1GhIbDqsReyWGVCic84mhoaEuBHZUD72UVstpE8n0xIrFYhsR/TOJHBGR53nDu3fvllVzHkF2lp0USVSt9/WaPzXBMFuXSqU9RFRJQ7BSqbyKwInbxCFr3bUQTCQm2xhZAE3lcvkgBa9RiRZ+8ODBiwjaGh2ovy7IlTQRTG3eBmICsGV5ebkhMMVIdWxs7BkEoUASlD2txyaoFl6SXLMwSb67u7utVqtdSsOOc37v9OnTOwTBgraCcSaOJcgMxMJVE8Btx48f3+S67ngagq7rjh86dOg92gqulWBDpW4ilxem6bhw4cIHOOfvpiG4vLx8AUHklwRNmyRugzT0B2yFoCSXE+RaxewLk5OTzxFRLQ3B+fn5HwiChRiCph0ME7k0q9cOoHDv3r2vpSFHRP7U1NQLmv+ttkEistrqSYI5KL4nVqBQLpdfS8OOc16+evXqJ1IQNEoSQWleSbAdQMfOnTvXO47zu1TL5/v/PnXq1DbE7+BYSWte3f86Tpw4sdX3/Yamq0kcx3lr37598hOJuoMTZa0EQ/8bGRnZwzkvpSFYqVTOILqDU8vjbJAOAIXbt28/n4YcEdHExMRnBcE1SxJBY3gZGxvbxzlfTCJWrVZ/g6DafWwxbZCG3Ts8PNzHOZ9Js1rVanUY2ne7/zu5s2fPdnDO/5qGkOd500ePHt2B+vt44sv9YxHjnP8iDSHOeencuXNPCUKbsIauQ1piFoJPKt9PQ4iIvImJiS+g3rVQj/9pxSIrVavVPkfpCksqFovfRfBO2IN6B6QX0W7Ihrje1mqEwnPHcfZks9lrSIjUAFCtVs/n8/lvKBNSRf6/Q9h+SGyUKYTCd9Dl5eUtRHQ/m83+JYmU53lv9ff3b9JIqR0HtReiNgtSEWIArIcPH7YT0WRKx74jcqHeH+hBtPEgX/Vl1Jd5M5EQO3/+vE1Ewykdu3Ljxo19CNoBssdgIiUJybZBpNKIa5KF577v/9iyrJeSlhYAn5mZ+WJfX98VNJpM9neAqPn0/x4KfyMk1HPP875s2/bpFISwsLDwcmdn5w8fg1Dsr95UYa7rPi0+qMYWa1JqtdqFXC731TUSilulyHlY+K+srDxBRA8zmcxoEinP894+fPjwllwu9yLMX+l0UuqOU79++to1lTyY53mfT7nT7g8NDX0Q9X6X6thpdlrqVzj5zTcp0K5MTk5+ZteuXW8bVkeV1D5kONSVDvMce/To0Xs7Ozv/AK1dXSwWv7Rx48ZfqbqI+pIKaPKXNRGS5/rDTEVgnE4EaBVCJlLQznVy+C+XN0vgHIPBiwAAAABJRU5ErkJggg==)
}

.content-articles-list #content-product-list .slick-arrow[aria-disabled=true]+.dropshadow {
    display: none
}

.content-articles-list #content-product-list .dropshadow {
    position: absolute;
    top: 2px;
    height: 300px;
    width: 40px;
    z-index: 1
}

.content-articles-list #content-product-list .dropshadow.right {
    right: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.3)));
    background-image: -o-linear-gradient(left,hsla(0,0%,100%,0),rgba(0,0,0,.3));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),rgba(0,0,0,.3))
}

.content-articles-list #content-product-list .dropshadow.left {
    left: 0;
    background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.3)));
    background-image: -o-linear-gradient(right,hsla(0,0%,100%,0),rgba(0,0,0,.3));
    background-image: linear-gradient(270deg,hsla(0,0%,100%,0),rgba(0,0,0,.3))
}

@media (min-width: 1025px) {
    .content-articles-list #content-product-list .dropshadow {
        width:50px
    }
}

.tools-content-card {
    width: calc(92% - 3rem);
    padding: 3rem;
    background-color: #fff
}

@media (min-width: 1025px) {
    .tools-content-card {
        width:calc(80% - 3rem)
    }
}

@media screen and (max-width: 1024px) {
    .tools-content-card .custom-content--body h2.heading-04 {
        font-size:2.5rem
    }
}

.tools-content-card .custom-content--body .flow-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 1rem;
    margin: 1.5rem 0
}

.tools-content-card .custom-content--body .flow-wrap .col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .5rem 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tools-content-card .custom-content--body .flow-wrap .col-3 img {
    float: none;
    max-width: 78px;
    width: 100%;
    height: auto;
    margin-right: 1rem
}

@media (min-width: 1025px) {
    .tools-content-card .custom-content--body .flow-wrap .col-3 {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.tools-content-card .custom-content--cta {
    text-align: center
}

.tools-content-card .custom-content--cta a {
    color: #1a80e3;
    font-size: 16px;
    font-weight: 700;
    padding: 2rem 0 0;
    display: block;
    margin: 0 auto;
    width: 80%;
    border-top: 1px solid #ebebeb
}

.tools-content-card .custom-content--cta a:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEKADAAQAAAABAAAAFAAAAADiHfUIAAABYklEQVQ4Eb2UMUvDUBDH/5cUOzgICrZNGxDc/AiO3ZzcpF+gDg5u4qL2VYTq4OLkNxBHP0A7iXsHFQdFjEmtQ0dBaXregz6bWhtSBY+Eu/fu/j/uXXgB/mgExVNZ8leJMddShdNJeeSopzOASn1hA7a1Eezm75KCLClciRQXEYZNR3kKJ5yO7I8NBUAzw1nSworT8a4z6rk4nBtd6Q7GGC3a4Lo+onPgu2OKEAMwEipxt3frVL1tGXjK7BqfACCHBKbBOMzBa84rf9mItU8EMAICLdnoXcqQq2ZvIoAWSTfyYC+rWgt6PTFAi6L2K0APOHpRuUcNGplqlP49ZvBNCLv8qvJXJpcIwMAbEfZb7B5DUdeItU8A4HNK2VvBTt6LCk0cA+D7ENZ6W7kNU/yTFwC/y5eJXBz+kHUtmHVr2CTJxZvu4ELetX5ZI0S63FaZh3jZIPv1Q5FBddqVQn2Q+qfoEwExX6S3dO2vAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    content: "";
    margin-left: .35rem;
    display: inline-block;
    vertical-align: middle
}

#products-carousel-listing-wrapper.slick-on {
    margin-right: -3.2rem;
    margin-left: -1rem
}

@media (min-width: 768px) {
    #products-carousel-listing-wrapper.slick-on {
        margin-right:-9.3rem
    }
}

@media (min-width: 1024px) {
    #products-carousel-listing-wrapper.slick-on {
        margin-right:0
    }
}

#products-carousel-listing-wrapper.slick-on .products-carousel-listing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#products-carousel {
    margin: 8.4rem 2rem 6.8rem
}

@media (min-width: 1024px) {
    #products-carousel {
        margin-right:0;
        margin-left: 0
    }
}

#products-carousel .slick-prev {
    left: -4rem
}

@media (min-width: 768px) {
    #products-carousel .slick-next {
        right:-5rem
    }
}

html[dir=rtl] #products-carousel .slick-prev {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    right: -5rem;
    left: auto
}

html[dir=rtl] #products-carousel .slick-next {
    left: -4rem;
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#products-carousel .heading-02 {
    color: #004f96;
    line-height: 3.6rem;
    font-size: 4rem;
    margin-bottom: 1rem
}

#products-carousel .heading-03,#products-carousel .sitemap .sitemap-title,.sitemap #products-carousel .sitemap-title {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 0
}

@media (min-width: 1024px) {
    #products-carousel .heading-03,#products-carousel .sitemap .sitemap-title,.sitemap #products-carousel .sitemap-title {
        width:100%;
        max-width: 29rem;
        margin: auto
    }
}

#products-carousel .see-all-cta {
    text-align: right
}

@media (min-width: 1024px) {
    #products-carousel .see-all-cta.mobile {
        display:none
    }
}

@media (min-width: 1024px) {
    #products-carousel .see-all-cta.desktop {
        display:block
    }
}

@media (min-width: 1024px) {
    #products-carousel .see-all-cta.desktop .link {
        padding-top:0
    }
}

#products-carousel .see-all-cta .link {
    margin-top: 0;
    padding-top: 2rem
}

@media (min-width: 1024px) {
    #products-carousel .see-all-cta .link {
        padding-bottom:2rem
    }
}

#products-carousel-listing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1024px) {
    #products-carousel-listing {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#products-carousel-listing .slick-list {
    padding: 0 20% 0 0
}

@media (min-width: 1024px) {
    #products-carousel-listing .slick-list {
        padding:0 10% 0 0
    }
}

html[dir=rtl] #products-carousel-listing .slick-list {
    padding: 0 0 0 20%
}

@media (min-width: 1024px) {
    html[dir=rtl] #products-carousel-listing .slick-list {
        padding:0 0 0 10%
    }
}

#products-carousel-listing .slick-slide {
    margin: 0 1rem
}

#products-carousel-listing .slick-track {
    padding-bottom: 1rem
}

#products-carousel-listing .promotion-wrap {
    background: #04a34e;
    border-radius: .6rem;
    margin-bottom: .5rem;
    text-align: center;
    width: 10rem
}

#products-carousel-listing .promotion-label {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase
}

#products-carousel-listing .slick-dots {
    bottom: -28px
}

@media (max-width: 1025px) {
    #products-carousel-listing .slick-next,#products-carousel-listing .slick-prev {
        display:none!important
    }
}

.homepage-product-carousel__item {
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.homepage-product-carousel__item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.homepage-product-carousel__item-wrap {
    margin-bottom: 3rem
}

@media (min-width: 767px) {
    .homepage-product-carousel__item-wrap {
        width:32rem
    }
}

@media (min-width: 1024px) {
    .homepage-product-carousel__item-wrap {
        width:27rem;
        margin-left: 3rem
    }
}

@media (min-width: 1280px) {
    .homepage-product-carousel__item-wrap {
        width:32.1rem
    }
}

@media (min-width: 1439px) {
    .homepage-product-carousel__item-wrap {
        width:37.5rem
    }
}

.slick-slider .homepage-product-carousel__item-wrap {
    margin-bottom: 0;
    margin-right: 0
}

@media (min-width: 767px) {
    .slick-slider .homepage-product-carousel__item-wrap {
        width:36.7rem
    }
}

@media (min-width: 1024px) {
    .slick-slider .homepage-product-carousel__item-wrap {
        width:auto;
        margin-left: 0
    }
}

.homepage-product-carousel__item__header {
    position: relative
}

.homepage-product-carousel__item__bg__img {
    position: relative;
    overflow: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.homepage-product-carousel__item__bg__img .overlay {
    background: #000;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(27%,rgba(0,0,0,.00183824)),color-stop(83%,rgba(0,0,0,.738533)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.00183824) 27%,rgba(0,0,0,.738533) 83%);
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.00183824) 27%,rgba(0,0,0,.738533) 83%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}

.homepage-product-carousel__item__bg__img .responsive-image {
    width: 100%
}

.homepage-product-carousel__item__bg__img .responsive-image img {
    border-radius: 1rem
}

.homepage-product-carousel__item__title-wrap {
    bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    z-index: 5
}

.homepage-product-carousel__item__product-img {
    margin-bottom: -2rem;
    margin-left: 1rem;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.homepage-product-carousel__item__product-img img {
    max-height: 14.5rem;
    max-width: 14rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .homepage-product-carousel__item__product-img img {
        height:17rem
    }
}

@media (min-width: 1024px) {
    .homepage-product-carousel__item__product-img img {
        max-height:120px;
        max-width: 130px
    }
}

@media (min-width: 1280px) {
    .homepage-product-carousel__item__product-img img {
        max-height:145px;
        max-width: 160px
    }
}

.homepage-product-carousel__item__product-title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 1rem;
    padding-right: 1.5rem;
    width: 60%
}

.homepage-product-carousel__item__product-title .subtitle,.homepage-product-carousel__item__product-title .title {
    color: #fff
}

.homepage-product-carousel__item__product-title .title {
    font-size: 2rem;
    line-height: 2.8rem;
    overflow-wrap: break-word;
    word-break: break-word
}

@media (min-width: 1024px) {
    .homepage-product-carousel__item__product-title .title {
        font-size:2.4rem
    }
}

.homepage-product-carousel__item__product-title .subtitle {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0 0 1.2rem
}

.homepage-product-carousel__item .product-sample-bg-wrap {
    height: 2.8rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -.1rem;
    position: relative
}

.homepage-product-carousel__item .product-sample-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: .15
}

.homepage-product-carousel__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    min-height: 8rem;
    padding: 1.46rem 1.5rem 1.67rem 2.35rem;
    word-break: break-word
}

.homepage-product-carousel__item__body.more-top-pad {
    padding-top: 3rem
}

.homepage-product-carousel__item__body .description {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0 0 1rem
}

.homepage-product-carousel__item__body .cta {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 0;
    width: 100%
}

.homepage-product-carousel__item__body .cta .main-icon {
    height: 1rem;
    padding-left: .4rem;
    width: 1rem
}

html[dir=rtl] .homepage-product-carousel__item__body .cta .main-icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] .homepage-product-carousel__item__body .cta {
    text-align: right
}

.product-carousel__range-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 2rem 0
}

@media (min-width: 1024px) {
    .product-carousel__range-wrap.mobile {
        display:none
    }
}

.product-carousel__range__label {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    width: 52%
}

@media (min-width: 1024px) {
    .product-carousel__range__label {
        width:auto
    }
}

.product-carousel__range__label p {
    color: #4e4e4e;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 0
}

@media (min-width: 1024px) {
    .product-carousel__range__label p {
        font-size:1.6rem;
        font-weight: 700;
        line-height: 2.2rem
    }
}

.product-carousel__range__selection {
    width: 45%;
    margin-left: .7rem
}

.product-carousel__range .select:after {
    right: 1.4rem
}

.product-carousel__filter__label h5 {
    color: #4e4e4e;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 0
}

@media (min-width: 1024px) {
    .product-carousel__filter__label h5 {
        font-size:1.6rem;
        line-height: 2.2rem;
        font-weight: 700
    }
}

.product-carousel__filter__options.dropdown {
    border-radius: 1rem;
    border: 1px solid #b5b5b5;
    color: #1a80e3;
    font-size: 1.6rem;
    font-weight: 700;
    height: 4rem;
    line-height: 1.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.product-carousel__filter.mobile-mode {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2rem 0
}

@media (min-width: 1024px) {
    .product-carousel__filter.mobile-mode {
        display:none
    }
}

.product-carousel__filter.desktop-mode {
    display: none;
    margin: 3rem 0 2rem
}

@media (min-width: 1024px) {
    .product-carousel__filter.desktop-mode {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-carousel__filter.desktop-mode .product-carousel__filter__options,.product-carousel__filter.desktop-mode .product-carousel__filter__options>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-carousel__filter.desktop-mode .product-carousel__filter__options a {
    margin-left: 1.5rem;
    border: 1px solid #b5b5b5;
    border-radius: .7rem;
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: .7rem 1.9rem;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.product-carousel__filter.desktop-mode .product-carousel__filter__options a:hover {
    border-color: #1a80e3;
    color: #9ac9f7;
    font-weight: 700
}

.product-carousel__filter.desktop-mode .product-carousel__filter__options a.active {
    border-color: #1a80e3;
    color: #1a80e3;
    font-weight: 700
}

html[dir=rtl] .product-carousel__filter.desktop-mode .product-carousel__filter__options a {
    margin-right: 1.5rem;
    margin-left: 0
}

#product-carousel__range__dropdown {
    border-radius: 1rem;
    border: 1px solid #b5b5b5;
    color: #1a80e3;
    font-size: 1.6rem;
    font-weight: 700;
    height: 4rem;
    line-height: 1.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 0;
    width: 100%
}

.products-carousel-listing.hidden {
    display: none
}

.products-carousel-listing.active {
    display: block
}

.products-carousel-listing.slick-on {
    margin-left: -1rem
}

@media (min-width: 1024px) {
    .products-carousel-listing.slick-on {
        margin-left:-1.5rem
    }
}

@media (min-width: 1280px) {
    .products-carousel-listing.slick-on {
        margin-left:-1rem
    }
}

.products-carousel-listing.slick-on .views-element-container {
    margin-right: -4.4rem
}

@media (min-width: 768px) {
    .products-carousel-listing.slick-on .views-element-container {
        margin-right:-10.3rem
    }
}

@media (min-width: 1024px) {
    .products-carousel-listing.slick-on .views-element-container {
        margin-right:0
    }
}

html[dir=rtl] .products-carousel-listing.slick-on .views-element-container {
    margin-right: 0;
    margin-left: -4.4rem
}

@media (min-width: 768px) {
    html[dir=rtl] .products-carousel-listing.slick-on .views-element-container {
        margin-left:-10.3rem
    }
}

@media (min-width: 1024px) {
    html[dir=rtl] .products-carousel-listing.slick-on .views-element-container {
        margin-left:0
    }
}

.products-carousel-listing.slick-on .views-row {
    position: relative
}

.products-carousel-listing.slick-on .views-row:first-child .homepage-product-carousel__item-wrap {
    margin-left: 0
}

.products-carousel-listing.slick-on .views-row .homepage-product-carousel__item-wrap {
    margin-left: 0;
    margin-right: 0
}

.products-carousel-listing .views-row .homepage-product-carousel__item-wrap {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1024px) {
    .products-carousel-listing .views-element-container>div {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .products-carousel-listing .views-element-container>div .views-row {
        margin-left:3rem
    }

    .products-carousel-listing .views-element-container>div .views-row:first-child {
        margin-left: 0
    }
}

.products-carousel-listing .product-sample {
    color: #4e4e4e;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2rem;
    margin: 0;
    position: absolute;
    bottom: -2.3rem
}

@media (min-width: 1024px) {
    html[dir=rtl] .products-carousel-listing .views-element-container>div .views-row:first-child {
        margin-left:2rem
    }
}

#block-c49inspirationalarticle {
    margin-top: 113px
}

#block-c49inspirationalarticle .inspirational-articles--img-wrap {
    margin-bottom: 1rem
}

#block-c49inspirationalarticle .inspirational-articles--slider-item-more-opt {
    font-weight: 400
}

#block-c49inspirationalarticle .inspirational-articles .slick-next {
    right: .5rem
}

@media (min-width: 375px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-next {
        right:1rem
    }
}

@media (min-width: 400px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-next {
        right:1.3rem
    }
}

@media (min-width: 767px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-next {
        right:2.5rem
    }
}

#block-c49inspirationalarticle .inspirational-articles .slick-arrow {
    top: 13.4rem
}

@media (min-width: 375px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-arrow {
        top:15.4rem
    }
}

@media (min-width: 767px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-arrow {
        top:16rem
    }
}

@media (min-width: 1024px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-arrow {
        top:22rem
    }
}

@media (min-width: 1366px) {
    #block-c49inspirationalarticle .inspirational-articles .slick-arrow {
        top:23rem
    }
}

#inspirational-articles {
    margin-bottom: 11.12rem
}

#inspirational-articles .inspirational-articles--items .slick-prev {
    left: -6rem
}

#inspirational-articles .inspirational-articles--items .slick-next {
    right: -6rem
}

@media (max-width: 1025px) {
    #inspirational-articles .inspirational-articles--items .slick-dots li button {
        height:3px
    }

    #inspirational-articles .inspirational-articles--items .slick-next,#inspirational-articles .inspirational-articles--items .slick-prev {
        display: none!important
    }
}

.inspirational-articles--title-wrap {
    margin-bottom: 2.3rem;
    padding: 0 4.8rem
}

@media (min-width: 767px) {
    .inspirational-articles--title-wrap {
        margin-bottom:1rem;
        padding: 0
    }
}

.inspirational-articles--title {
    color: #004f96;
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1rem
}

@media (min-width: 767px) {
    .inspirational-articles--title {
        font-size:4rem;
        line-height: 4.6rem
    }
}

.inspirational-articles--sub-title {
    color: #4e4e4e;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem
}

@media (min-width: 767px) {
    .inspirational-articles--sub-title {
        width:35.9rem;
        margin: auto
    }
}

.inspirational-articles--tags {
    color: #004f96;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.6rem
}

@media (min-width: 1280px) {
    .inspirational-articles--tags {
        width:44.8rem
    }
}

.inspirational-articles--img-wrap {
    width: 21rem
}

@media (min-width: 375px) {
    .inspirational-articles--img-wrap {
        width:25rem
    }
}

@media (min-width: 400px) {
    .inspirational-articles--img-wrap {
        width:29rem
    }
}

@media (min-width: 1024px) {
    .inspirational-articles--img-wrap {
        width:40rem
    }
}

@media (min-width: 1280px) {
    .inspirational-articles--img-wrap {
        width:44.8rem
    }
}

.inspirational-articles--img-wrap img {
    border-radius: 5px
}

.inspirational-articles--slider-item-title {
    color: #4e4e4e;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: .9rem
}

@media (min-width: 767px) {
    .inspirational-articles--slider-item-title {
        font-size:2.4rem;
        line-height: 3.8rem;
        margin-bottom: 0
    }
}

.inspirational-articles--slider-item-desc {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0
}

@media (min-width: 1280px) {
    .inspirational-articles--slider-item-desc {
        padding-right:4rem
    }

    html[dir=rtl] .inspirational-articles--slider-item-desc {
        padding-left: 4rem;
        padding-right: 0
    }
}

.inspirational-articles--slider-item-more-opt {
    color: #1a80e3;
    text-decoration: underline
}

.inspirational-articles--slider-item-more-opt:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.inspirational-articles--slider-item-wrap {
    margin-bottom: 1.5rem
}

@media (min-width: 1280px) {
    .inspirational-articles--slider-item-wrap {
        width:44.8rem
    }
}

.inspirational-articles--items {
    margin-left: 2.9rem;
    margin-right: -1.2rem
}

@media (min-width: 767px) {
    .inspirational-articles--items {
        margin-left:0;
        margin-right: -7.3rem
    }
}

@media (min-width: 1280px) {
    .inspirational-articles--items {
        margin-right:0
    }
}

.inspirational-articles--items .slick-list {
    padding: 0 15% 0 0
}

@media (min-width: 767px) {
    .inspirational-articles--items .slick-list {
        padding:0 10% 0 0
    }
}

@media (min-width: 1200px) {
    .inspirational-articles--items .slick-list {
        padding:0 8% 0 0
    }
}

@media (min-width: 1280px) {
    .inspirational-articles--items .slick-list {
        padding:0 7% 0 0
    }
}

@media (min-width: 1366px) {
    .inspirational-articles--items .slick-list {
        padding:0 15% 0 0
    }
}

@media (min-width: 1600px) {
    .inspirational-articles--items .slick-list {
        padding:0 18.5% 0 0
    }
}

html[dir=rtl] .inspirational-articles--items .slick-list {
    padding: 0 0 0 23%
}

@media (min-width: 767px) {
    html[dir=rtl] .inspirational-articles--items .slick-list {
        padding:0 0 0 14.5%
    }
}

@media (min-width: 1024px) {
    html[dir=rtl] .inspirational-articles--items .slick-list {
        padding:0 0 0 11%
    }
}

@media (min-width: 1200px) {
    html[dir=rtl] .inspirational-articles--items .slick-list {
        padding:0 0 0 19%
    }
}

@media (min-width: 1280px) {
    html[dir=rtl] .inspirational-articles--items .slick-list {
        padding:0 0 0 17%
    }
}

@media (min-width: 1366px) {
    html[dir=rtl] .inspirational-articles--items .slick-list {
        padding:0 0 0 23.5%
    }
}

.inspirational-articles--items .slick-slide {
    position: relative;
    padding-right: 3rem
}

@media (min-width: 767px) {
    .inspirational-articles--items .slick-slide {
        padding-right:3.8rem
    }
}

@media (min-width: 1200px) {
    .inspirational-articles--items .slick-slide {
        padding-right:0
    }
}

.inspirational-articles--see-more-article {
    color: #1a80e3;
    padding: 4.2rem 2.7rem 0 0;
    position: relative;
    text-align: right
}

@media (min-width: 767px) {
    .inspirational-articles--see-more-article {
        padding:0;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1200px) {
    .inspirational-articles--see-more-article {
        padding:0;
        margin-bottom: 2rem
    }
}

@media (min-width: 767px) {
    .inspirational-articles--see-more-article.mobile {
        display:none
    }
}

.inspirational-articles--see-more-article.mobile a,.inspirational-articles--see-more-article.mobile span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem
}

.inspirational-articles--see-more-article.mobile a {
    margin-right: 2.5rem
}

.inspirational-articles--see-more-article.mobile .link .icon {
    bottom: .8rem;
    height: 1rem;
    position: absolute;
    right: 3.4rem;
    width: 1rem
}

.inspirational-articles--see-more-article.desktop {
    display: none
}

@media (min-width: 767px) {
    .inspirational-articles--see-more-article.desktop {
        display:block
    }
}

html[dir=rtl] .inspirational-articles--see-more-article.desktop .main-icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] #inspirational-articles .inspirational-articles--see-more-article>.link {
    text-align: left
}

html[dir=rtl] #inspirational-articles .inspirational-articles--see-more-article>.link>a {
    margin-left: -3rem
}

html[dir=rtl] #inspirational-articles .inspirational-articles--items {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1024px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--items {
        margin-right:-3.8rem
    }
}

html[dir=rtl] #inspirational-articles .inspirational-articles--items .slick-next {
    left: -5rem;
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] #inspirational-articles .inspirational-articles--items .slick-prev {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    right: .5rem;
    left: auto
}

@media (min-width: 375px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--items .slick-prev {
        right:-2rem
    }
}

@media (min-width: 400px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--items .slick-prev {
        right:-4rem
    }
}

@media (min-width: 767px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--items .slick-prev {
        right:-5rem
    }
}

html[dir=rtl] #inspirational-articles .inspirational-articles--right-overlay {
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(35%,#000),color-stop(83%,rgba(0,0,0,.738533)));
    background: -o-linear-gradient(left,transparent,#000 35%,rgba(0,0,0,.738533) 83%);
    background: linear-gradient(90deg,transparent,#000 35%,rgba(0,0,0,.738533) 83%);
    margin-right: 30px
}

@media (min-width: 767px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--right-overlay {
        margin-right:37px
    }
}

@media (min-width: 1025px) {
    html[dir=rtl] #inspirational-articles .inspirational-articles--right-overlay {
        margin-right:0
    }
}

html[dir=rtl] .inspirational-articles--see-more-article {
    padding: 4.2rem 0 0 2.7rem
}

html[dir=rtl] .inspirational-articles--see-more-article a {
    margin-right: 1.2rem;
    margin-left: 8rem
}

html[dir=rtl] .inspirational-articles--see-more-article.mobile .link .icon {
    right: 6.7rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] .inspirational-articles--tags {
    width: 47.8rem
}

#app .c50 {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 1.375;
    overflow: hidden;
    position: relative;
    margin-bottom: -6em;
    z-index: 1
}

@media (min-width: 1025px) {
    #app .c50 {
        margin-bottom:-8em
    }
}

#app .c50-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 767px) {
    #app .c50-bgimg-m {
        display:none
    }
}

#app .c50-bgimg-d {
    display: none
}

@media (min-width: 767px) {
    #app .c50-bgimg-d {
        display:block
    }
}

#app .c50-img {
    max-width: none
}

#app .c50-img-m {
    left: -1.2rem;
    margin: 24px 0 0;
    position: relative
}

@media (min-width: 767px) {
    #app .c50-img-m {
        position:absolute;
        max-width: 25%
    }
}

@media (min-width: 1025px) {
    #app .c50-img-m {
        display:none
    }
}

#app .c50-img-d {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    #app .c50-img-d {
        display:block;
        left: -8%
    }
}

@media (min-width: 1280px) {
    #app .c50-img-d {
        left:0
    }
}

#app .c50 .wrapper {
    padding-top: 112px;
    padding-bottom: 360px;
    position: relative
}

#app .c50-intro {
    margin: 0 auto;
    max-width: 65ch;
    text-align: center
}

#app .c50-title {
    color: #004f96;
    font-size: 3.2rem;
    line-height: 1.125;
    max-width: 65ch
}

@media (min-width: 767px) {
    #app .c50-title {
        font-size:4rem;
        line-height: 1.15
    }
}

#app .c50-grid {
    display: grid;
    gap: 24px;
    justify-items: center;
    margin: -1rem 0 0;
    text-align: left
}

@media (min-width: 767px) {
    #app .c50-grid {
        grid-auto-columns:1fr;
        margin: 48px 0 0 120px
    }
}

@media (min-width: 1025px) {
    #app .c50-grid {
        gap:32px;
        grid-auto-flow: column;
        margin-left: 240px
    }
}

@media (min-width: 1280px) {
    #app .c50-grid {
        margin-left:300px
    }
}

#app .c50-grid img {
    max-width: 100%;
    height: auto
}

#app .c50-grid-item {
    max-width: 60ch
}

#app .c50-grid-01 {
    padding-left: 24px
}

@media (min-width: 767px) {
    #app .c50-grid-01 {
        padding-left:0
    }

    #app .c50-grid-01 h3 {
        margin-top: 1rem
    }
}

#app .c50-grid-02 {
    margin-top: 24px
}

@media (min-width: 767px) {
    #app .c50-grid-02 {
        margin-top:0
    }
}

#app .c50-grid-02 .c50-mo {
    display: grid;
    grid-template-columns: fit-content(70px) 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "media content";
    grid-gap: 16px
}

#app .c50-mo {
    margin-bottom: 40px
}

#app .c50-mo-media {
    grid-area: media
}

#app .c50-mo-content {
    grid-area: content
}

#app .c50-mo-content h3 {
    font-size: 2.4rem;
    line-height: 1.125
}

#app .c50-mo-content p {
    margin: 1rem 0 0
}

#app .c50-curve {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

#app .c50-curve-svg {
    display: block;
    fill: #003087
}

@media (min-width: 1024px) {
    .c50-grid {
        margin-left:210px
    }
}

@media (min-width: 1600px) {
    .c50-img-d {
        left:0
    }
}

html[dir=rtl] .c50 .c50-grid {
    text-align: right
}

html[dir=rtl] .c50 .c50-grid .link .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

html[dir=rtl] .c50 .c50-grid.single-col {
    margin-left: 0
}

html[dir=rtl] .c50 .c50-img-m {
    left: -32%
}

.c52a a {
    color: #1a80e3;
    border-bottom: 2px solid rgba(26,128,227,.7)
}

.c52a-title {
    font-size: 24px;
    font-weight: 700
}

.c52a-desc {
    font-size: 16px;
    margin: 16px 0 0;
    line-height: 1.625
}

.c52a-grid {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    row-gap: 20px;
    line-height: 1.375
}

.c52a-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c52a-grid-card {
    background: #eaf4fd;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.08);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.08);
    font-size: 12px;
    margin: 0 0 8px;
    padding: 10px 10px 16px;
    text-align: center
}

.c52a-grid-item-title {
    font-weight: 700;
    margin: 0
}

.c52a-grid-item-subtitle {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px
}

.c52a-grid img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.c52a-grid-item-desc {
    font-size: 16px;
    line-height: 1.375
}

@media only screen and (min-width: 1025px) {
    .c52a-title {
        font-size:32px
    }

    .c52a-desc {
        font-size: 18px;
        line-height: 1.5555555556
    }

    .c52a-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 24px;
        row-gap: 32px
    }

    .c52a-grid-card {
        padding: 16px
    }

    .c52a-grid-item-subtitle,.c52a-grid-item-title {
        font-size: 18px
    }

    .c52a-grid img {
        width: 100%;
        max-width: 150px;
        max-height: 150px
    }

    .c52a-grid-item-desc {
        font-size: 18px
    }
}

.c52b.non-numbering .c52b-counter-item {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

.c52b.non-numbering .c52b-counter-item:before {
    display: none
}

.c52b.no-of-col-2 .c52b-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1025px) {
    .c52b.no-of-col-2 .c52b-counter {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c52b.no-of-col-2 .c52b-counter-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.c52b.no-of-col-2 .c52b-counter-item-wrap .c52b-counter-item:last-child {
    margin-bottom: 0
}

.c52b.no-of-col-2 .c52b-counter-item {
    margin-bottom: 1.2rem
}

.c52b .c52b-counter-item-content-wrap {
    padding: .75rem;
    font-size: 1.6rem
}

.c52b .c52b-counter-item-content-wrap p+p {
    font-size: 0
}

@media (min-width: 1025px) {
    .c52b .c52b-counter-item-content-wrap {
        font-size:1.8rem
    }
}

.c52b-bottom-content {
    font-size: 1.2rem;
    color: #4e4e4e;
    line-height: 1.4rem;
    margin-top: 2rem
}

.c52b-title {
    color: #4e4e4e;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.8rem
}

.c52b-desc {
    font-size: 16px;
    margin: 16px 0 0;
    line-height: 1.625
}

.c52b-counter {
    counter-reset: c52b-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0
}

.c52b-counter-item {
    background: #eaf4fd;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
    counter-increment: c52b-counter;
    gap: 10px;
    overflow: hidden;
    padding: 10px 10px 10px 42px;
    position: relative
}

.c52b-counter-item,.c52b-counter-item:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c52b-counter-item:before {
    background: #004f96;
    color: #fff;
    content: counter(c52b-counter);
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px
}

.c52b-counter-item-title {
    color: #004f96!important;
    font-weight: 700!important;
    font-size: 16px
}

p.c52b-counter-item-desc {
    margin: 4px 0 0;
    line-height: 1.5
}

.c52b-counter img {
    width: 60px;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width: 1025px) {
    .c52b-title {
        font-size:3.2rem
    }

    .c52b-desc {
        line-height: 1.5555555556
    }

    .c52b-counter,.c52b-desc {
        font-size: 18px
    }

    .c52b-counter-item {
        padding-left: 68px;
        gap: 16px
    }

    .c52b-counter-item:before {
        font-size: 32px;
        width: 48px
    }

    .c52b-counter img {
        width: 64px
    }

    .c52b-counter-item-title {
        font-size: 18px
    }
}

.article__related_article {
    margin-top: 8rem;
    padding-bottom: 4.9rem;
    position: relative
}

.article__related_article .overlay {
    background: #f4f6df;
    background: -webkit-gradient(linear,left top,right top,color-stop(37%,#f4f6df),color-stop(90%,#e8f5ff),to(#e8f7ff));
    background: -o-linear-gradient(left,#f4f6df 37%,#e8f5ff 90%,#e8f7ff 100%);
    background: linear-gradient(90deg,#f4f6df 37%,#e8f5ff 90%,#e8f7ff);
    bottom: 0;
    height: 80%;
    position: absolute;
    width: 100%
}

@media (min-width: 1025px) {
    .article__related_article .overlay {
        height:90%
    }
}

.article__related_article .wrapper {
    padding: 0 2rem
}

@media (min-width: 1025px) {
    .article__related_article .wrapper {
        max-width:144rem;
        padding: 0 12rem
    }
}

.article__related_article .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1025px) {
    .article__related_article .row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.article__related_article .article--content-image {
    margin-bottom: 2rem
}

.article__related_article .article--content-image .read-next+img {
    width: 100%
}

.article__related_article .article--content-image .read-next+img,.article__related_article .article--content-image .responsive-image {
    border-radius: .5rem;
    overflow: hidden;
    display: block
}

@media (min-width: 1025px) {
    .article__related_article .article--content-image .read-next+img,.article__related_article .article--content-image .responsive-image {
        width:46rem
    }
}

@media (min-width: 1025px) {
    .article__related_article .article--content-image {
        margin-bottom:0;
        margin-right: 3.5rem
    }
}

.article__related_article .labels {
    color: #004f96;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.article__related_article .labels li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article__related_article .labels li:last-child:after {
    display: none
}

.article__related_article .labels li:after {
    background: #004f96;
    content: "";
    display: block;
    height: .9rem;
    margin: -.3rem 1.3rem 0;
    width: .1rem
}

.article__related_article .heading-02 {
    line-height: 3rem
}

@media (min-width: 1025px) {
    .article__related_article .heading-02 {
        line-height:3.6rem
    }
}

.article__related_article .description {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1rem
}

@media (min-width: 1025px) {
    .article__related_article .description {
        margin-top:1.8rem
    }
}

.article__related_article .link a {
    font-size: 1.6rem;
    line-height: 1.9rem
}

.article__related_article .link .icon {
    height: .9rem;
    width: 1rem
}

.article__related_article .read-next {
    color: #b5b5b5;
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 5rem
}

.article__related_article .read-next.mobile {
    display: block
}

@media (min-width: 1025px) {
    .article__related_article .read-next.mobile {
        display:none
    }
}

.article__related_article .read-next.desktop {
    display: none
}

@media (min-width: 1025px) {
    .article__related_article .read-next.desktop {
        display:block;
        margin-top: -1rem
    }
}

#related-articles-slider.related-articles-slider {
    padding-top: 1rem
}

#related-articles-slider.related-articles-slider .wrapper {
    padding: 0 2rem
}

@media (min-width: 1025px) {
    #related-articles-slider.related-articles-slider .wrapper {
        max-width:144rem;
        padding: 0 12rem
    }
}

#related-articles-slider.related-articles-slider .heading-02 {
    color: #004f96;
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.7rem
}

#related-articles-slider.related-articles-slider .related-articles-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#related-articles-slider.related-articles-slider .related-articles-slider__head {
    width: auto
}

#related-articles-slider.related-articles-slider .related-articles-slider__head .responsive-image {
    width: 100%
}

#related-articles-slider.related-articles-slider .related-articles-slider__body {
    padding-left: 0;
    padding-right: 0;
    width: auto
}

#related-articles-slider.related-articles-slider .tags {
    color: #004f96;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    line-height: 2.6rem;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

#related-articles-slider.related-articles-slider .tags li {
    margin-right: .5rem
}

#related-articles-slider.related-articles-slider .tags li:last-child {
    margin-right: 0
}

#related-articles-slider.related-articles-slider .description {
    line-height: 2.2rem;
    margin-top: 0
}

#related-articles-slider.related-articles-slider .see-more {
    font-weight: 400
}

#related-articles-slider.related-articles-slider .related-articles-slider__wrap {
    margin-right: -2rem
}

#related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-list {
    padding: 0 10% 0 0
}

#related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-slide {
    padding-right: 2rem
}

@media (max-width: 1024px) {
    #related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-arrow {
        display:none!important
    }
}

@media (min-width: 1025px) {
    #related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-prev {
        left:-4.5rem
    }
}

@media (min-width: 1025px) {
    #related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-next {
        right:-4.5rem
    }
}

#related-articles-slider.related-articles-slider .related-articles-slider__wrap .slick-dots {
    display: none!important
}

.video-transcript .section-title {
    color: #004f96;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 6rem
}

.video-transcript__wrapper {
    background: #f4f6df;
    background: -webkit-gradient(linear,right top,left top,from(#f4f6df),color-stop(40%,#e8f5ff),to(#e8f7ff));
    background: -o-linear-gradient(right,#f4f6df 0,#e8f5ff 40%,#e8f7ff 100%);
    background: linear-gradient(270deg,#f4f6df,#e8f5ff 40%,#e8f7ff);
    padding: 1.9rem 2.4rem;
    border-radius: 1rem
}

@media (min-width: 1025px) {
    .video-transcript__wrapper {
        padding:3.5rem 2.9rem 2rem
    }
}

.video-transcript__wrapper .video-transcript__content:first-child {
    margin-top: 0
}

.video-transcript__wrapper .video-transcript__content:last-child {
    border: 0
}

.video-transcript__content {
    border-bottom: 1px solid rgba(17,81,152,.2);
    margin-top: 2.9rem
}

.video-transcript__content.first {
    margin-top: 0
}

.video-transcript__content.last {
    border: 0
}

.video-transcript__content__head {
    margin-bottom: 2rem;
    position: relative
}

.video-transcript__content__body {
    display: none
}

.video-transcript__content .collapse-expand {
    position: absolute;
    right: 0;
    top: 0
}

.video-transcript__content.collapsed .plus-icon {
    display: block
}

.video-transcript__content.collapsed .minus-icon,.video-transcript__content.expanded .plus-icon {
    display: none
}

.video-transcript__content.expanded .minus-icon {
    display: block
}

.video-transcript__content h3 {
    color: #004f96;
    font-size: 1.6rem;
    line-height: 2.6rem;
    min-height: 1rem
}

@media (min-width: 1025px) {
    .video-transcript__content h3 {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.video-transcript__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-transcript__content__item .duration {
    margin-right: 2rem
}

@media (min-width: 1025px) {
    .video-transcript__content__item .duration {
        font-weight:700
    }
}

@media (min-width: 1025px) {
    .video-transcript__content__item .details,.video-transcript__content__item .duration {
        font-size:1.8rem;
        line-height: 3.8rem
    }
}

.article-helpful {
    margin-top: 3rem
}

@media (min-width: 1025px) {
    .article-helpful {
        margin-top:8rem
    }
}

@media (min-width: 1025px) {
    .article-helpful .wrapper {
        text-align:center
    }
}

.article-helpful__title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-bottom: 1.2rem
}

.article-helpful .form-actions {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

#edit-helpfulness-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 1025px) {
    #edit-helpfulness-rating {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#edit-helpfulness-rating input[type=radio] {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

#edit-helpfulness-rating label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

#edit-helpfulness-rating label[for=edit-helpfulness-rating-1] {
    margin-right: 7rem
}

html[dir=rtl] #edit-helpfulness-rating label[for=edit-helpfulness-rating-1] {
    margin-right: 0;
    margin-left: 7rem
}

#edit-helpfulness-rating label.cursor-progress {
    cursor: progress
}

#edit-helpfulness-rating .icon-no,#edit-helpfulness-rating .icon-yes {
    font-size: 2rem
}

#edit-helpfulness-rating .radio-label {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-left: .6rem
}

.form-item-helpfulness-comments-no,.form-item-helpfulness-comments-yes {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.helpful-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0,0,0,.15)
}

.helpful-modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width: 1025px) {
    .helpful-modal-dialog {
        top:50%;
        width: 55.5rem
    }
}

.helpful-modal-content {
    rder-radius: .5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 1.5rem;
    outline: 0
}

.helpful-modal-content,.helpful-modal-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.helpful-modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 4rem 0
}

.helpful-modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.8rem
}

.helpful-modal-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 2.8rem 2.8rem
}

.helpful-modal-comment-box,.helpful-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#helpful-modal-textarea {
    width: 100%;
    min-height: 16.5rem;
    border-radius: .5rem;
    background: #efefef;
    border: 0;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #4e4e4e
}

#helpful-modal-textarea::-webkit-input-placeholder {
    color: #4e4e4e
}

#helpful-modal-textarea:-moz-placeholder,#helpful-modal-textarea::-moz-placeholder {
    color: #4e4e4e
}

#helpful-modal-textarea:-ms-input-placeholder {
    color: #4e4e4e
}

.helpful-modal-title {
    line-height: 2.8rem;
    text-align: center;
    font-size: 1.8rem;
    width: 100%
}

@media (min-width: 1025px) {
    .helpful-modal-title {
        font-size:2.4rem
    }
}

.helpful-modal-close-button {
    position: absolute;
    right: 19px;
    top: 25px
}

#helpful-modal-submit-button {
    color: #fff;
    background: #1a80e3;
    outline: 0;
    border: 0;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
    cursor: pointer
}

#helpful-modal-submit-button:hover {
    background: #2364a1
}

#app.modal-open,body.modal-open {
    overflow: hidden!important
}

.submission-message-wrap {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    display: none
}

.submission-message-wrap.show,.submission-message-wrap.show .submission-message-like-icon {
    display: block
}

.submission-message-wrap svg {
    margin-right: 0
}

.submission-message-wrap__no,.submission-message-wrap__yes {
    display: none
}

.submission-message-wrap__no.show,.submission-message-wrap__yes.show {
    display: block
}

.submission-message-wrap__no svg,.submission-message-wrap__yes svg {
    vertical-align: bottom
}

.article-social-media {
    margin: 4rem 0 5rem
}

@media (min-width: 1125px) {
    .article-social-media {
        position:fixed;
        left: 255px;
        z-index: 10;
        margin: 0
    }
}

@media (min-width: 1125px) {
    .article-compoenents .article-social-media .wrapper {
        width:auto;
        padding: 0;
        min-width: 0;
        max-width: none
    }
}

.article-social-media__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 1125px) {
    .article-social-media__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 4rem
    }
}

.article-social-media__item {
    margin-right: 2rem
}

@media (min-width: 1125px) {
    .article-social-media__item {
        margin-bottom:2rem;
        margin-right: 0
    }
}

.article-social-media-bottom .article-social-media {
    margin: 6rem 0 3rem
}

@media (min-width: 1125px) {
    .article-social-media-bottom .article-social-media {
        display:none
    }
}

.article-table-of-content {
    margin-top: 4rem
}

@media (min-width: 1025px) {
    .article-table-of-content {
        margin-top:8rem
    }
}

.article-table-of-content .title {
    font-size: 2.4rem;
    line-height: 2.8rem
}

.article-table-of-content__body {
    padding-left: 2rem
}

.article-table-of-content__body li {
    color: #1a80e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-top: 1rem
}

.article-table-of-content__body li:before {
    content: "\2022";
    color: #4e4e4e;
    font-weight: 700;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem
}

.article-table-of-content__body li a {
    text-decoration: underline
}

.c56-key-benefits {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 1.375
}

.c56-key-benefits h2 {
    font-size: 2.4rem;
    line-height: 1.1666666667
}

.c56-key-benefits h3 .c56-subtitle {
    font-size: 2rem;
    line-height: 1.1;
    margin: 4px 0 0
}

.c56-key-benefits .c-grid {
    display: grid;
    grid-gap: 24px;
    margin: 24px 0 0
}

.c56-key-benefits .mo {
    display: grid;
    grid-template-columns: fit-content(80px) 1fr;
    grid-template-areas: "media content";
    grid-gap: 16px
}

.c56-key-benefits .mo-content h4 {
    font-size: 2rem;
    line-height: 1.1
}

.c56-key-benefits .mo-content p {
    margin: 4px 0 0
}

.c56-key-benefits .mo-content p+p {
    margin: 8px 0 0
}

@media (min-width: 768px) {
    .c56-key-benefits h2 {
        font-size:3.2rem;
        line-height: 1.1875;
    }

    .c56-key-benefits .c-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 56px;
        margin: 32px 0 0
    }
}

.c58-comparison {
    --color-brand: #004f96;
    --color-text: #4e4e4e;
    --color-alt: #f4f4f4;
    --border-radius: 10px;
    color: var(--color-text)
}

.c58-comparison h3 {
    font-size: 24px;
    line-height: 32px
}

.c58-comparison h3 span {
    color: var(--color-brand)
}

.c58-comparison h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0
}

.c58-comparison .c-grid {
    background-color: var(--color-brand);
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin: 16px -1.2rem 0
}

.c58-comparison article {
    display: contents;
    text-align: center
}

.c58-comparison article>* {
    padding: 16px 16px 0
}

.c58-comparison article:first-child>* {
    background-color: var(--color-brand);
    color: #fff
}

.c58-comparison article:first-child footer p {
    color: #fff
}

.c58-comparison article:nth-child(2)>* {
    background-color: var(--color-alt);
    position: relative
}

.c58-comparison article:nth-child(2)>:before {
    content: "";
    bottom: -1px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-alt)
}

.c58-comparison article header {
    font-size: 16px;
    line-height: 19px
}

.c58-comparison article img {
    border-radius: var(--border-radius);
    margin: 0 auto
}

.c58-comparison article figure {
    margin: 0
}

.c58-comparison article figcaption {
    font-size: 12px;
    margin: 4px 0 0
}

.c58-comparison article footer {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 24px;
    text-align: left
}

.c58-comparison article footer p {
    margin-top: 0
}

.c58-comparison .c-grid article:nth-child(n+3) header {
    margin-top: 1em
}

article:first-child header {
    grid-row: 1;
    grid-column: 1
}

article:nth-child(2) header {
    grid-row: 1;
    grid-column: 2
}

article:first-child section {
    grid-row: 2;
    grid-column: 1
}

article:nth-child(2) section {
    grid-row: 2;
    grid-column: 2
}

article:first-child footer {
    grid-row: 3;
    grid-column: 1
}

article:nth-child(2) footer {
    grid-row: 3;
    grid-column: 2
}

@media (min-width: 768px) {
    .c58-comparison h4 {
        margin-top:0;
        font-size: 18px;
        line-height: 28px
    }

    .c58-comparison .c-grid {
        background-color: transparent;
        margin-left: 0;
        margin-right: 0
    }

    .c58-comparison article:first-child :first-child {
        border-top-left-radius: var(--border-radius)
    }

    .c58-comparison article:first-child :last-child {
        border-bottom-left-radius: var(--border-radius)
    }

    .c58-comparison article:nth-child(2) :first-child {
        border-top-right-radius: var(--border-radius)
    }

    .c58-comparison article:nth-child(2) :last-child {
        border-bottom-right-radius: var(--border-radius)
    }

    .c58-comparison article header {
        font-size: 24px;
        line-height: 28px
    }

    .c58-comparison article footer {
        text-align: center;
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .c58-comparison article>* {
        padding:24px 24px 0
    }

    .c58-comparison article header {
        font-size: 24px;
        line-height: 32px
    }

    .c58-comparison article footer {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 32px
    }
}

.c21a-cta-items .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c21a-cta-items .wrapper span a {
    display: block;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .c21a-cta-items .wrapper>* {
        width:auto
    }
}

.c21a-cta-items .wrapper {
    float: none
}

.c21a-cta-items .wrapper.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.c21a-cta-items .wrapper.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flatpickr-calendar {
    border: 2px solid #1a80e3;
    outline: 0;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    border-radius: 1rem
}

.flatpickr-calendar.arrowTop:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #1a80e3
}

.flatpickr-calendar.arrowTop:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-bottom: .7rem solid #d6e9fc;
    left: 24px
}

.flatpickr-calendar.arrowBottom:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 100%;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #1a80e3
}

.flatpickr-calendar.arrowBottom:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: .7rem solid #fff;
    left: 24px
}

.flatpickr-calendar.animate.open {
    -webkit-animation: ofpFadeInDown .2s ease-in;
    animation: ofpFadeInDown .2s ease-in;
    -webkit-transform: translate3d(0,.7rem,0);
    transform: translate3d(0,.7rem,0)
}

.flatpickr-months {
    background: rgba(154,201,247,.4);
    font-size: 1.2rem;
    font-weight: 700;
    padding: .5rem 0;
    margin-bottom: .5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
    color: #1a80e3;
    fill: #1a80e3;
    height: inherit;
    padding: 1.2rem 1.2rem .8rem
}

.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-prev-month:hover svg {
    color: #1a80e3;
    fill: #1a80e3
}

.flatpickr-day {
    font-weight: 700
}

.flatpickr-day.today {
    border: 1px solid transparent;
    color: #1a80e3
}

.flatpickr-day.today:after {
    position: absolute;
    content: "";
    background: #1a80e3;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    overflow: hidden;
    bottom: .3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover {
    background: transparent;
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover {
    background: #1a80e3;
    border: 1px solid #1a80e3;
    color: #fff
}

.flatpickr-day.today:focus,.flatpickr-day.today:hover {
    background: transparent;
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

@-webkit-keyframes ofpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-1rem,0);
        transform: translate3d(0,-1rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,.7rem,0);
        transform: translate3d(0,.7rem,0)
    }
}

@keyframes ofpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-1rem,0);
        transform: translate3d(0,-1rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,.7rem,0);
        transform: translate3d(0,.7rem,0)
    }
}

.c59-product-contentcard-carousel__head {
    margin-bottom: 5rem
}

.c59-product-contentcard-carousel__head h3 {
    text-align: center;
    color: #4e4e4e;
    font-size: 1.8rem
}

.c59-product-contentcard-carousel h2 {
    font-size: 3.2rem;
    color: #00468f;
    line-height: 4rem;
    text-align: center
}

@media (min-width: 1025px) {
    .c59-product-contentcard-carousel h2 {
        font-size:4rem;
        line-height: 5rem
    }
}

.c59-product-contentcard-carousel__carousel--item {
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    width: 25rem;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.c59-product-contentcard-carousel__carousel--item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.c59-product-contentcard-carousel__carousel--item .product-title {
    font-size: 2.4rem;
    color: #4e4e4e;
    line-height: 2.8rem;
    word-break: break-word;
    overflow-wrap: break-word
}

.c59-product-contentcard-carousel__carousel--item .product-desc {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #4e4e4e;
    margin-top: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.c59-product-contentcard-carousel__carousel--item .product-link {
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c59-product-contentcard-carousel__carousel--item .product-link .link-text {
    margin-right: 1rem
}

.c59-product-contentcard-carousel__carousel--item .product-link:hover svg path {
    fill: #9ac9f7
}

.c59-product-contentcard-carousel__carousel--head {
    max-height: 10rem;
    position: relative;
    text-align: center
}

.c59-product-contentcard-carousel__carousel--head .overlay {
    opacity: .15;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.c59-product-contentcard-carousel__carousel--head .image-wrapper {
    position: relative;
    top: -2.5rem
}

.c59-product-contentcard-carousel__carousel--body {
    padding: 3rem;
    text-align: center
}

.c59-product-contentcard-carousel__carousel--wrap {
    margin-right: -2rem
}

.c59-product-contentcard-carousel__carousel--wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto
}

.c59-product-contentcard-carousel__carousel--wrap .slick-list {
    padding: 0 10% 0 0
}

.c59-product-contentcard-carousel__carousel--wrap .slick-slide {
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto
}

@media (max-width: 1024px) {
    .c59-product-contentcard-carousel__carousel--wrap .slick-arrow {
        display:none!important
    }
}

@media (min-width: 1025px) {
    .c59-product-contentcard-carousel__carousel--wrap .slick-prev {
        left:-4.5rem
    }
}

@media (min-width: 1025px) {
    .c59-product-contentcard-carousel__carousel--wrap .slick-next {
        right:-4.5rem
    }
}

.c59-product-contentcard-carousel__carousel--wrap .slick-dots {
    display: none!important
}

.c59-product-contentcard-carousel__carousel--wrap.unslick {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c59-product-contentcard-carousel__carousel--wrap.unslick .c59-product-contentcard-carousel__carousel--item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem
}

.c59-product-contentcard-carousel__carousel--wrap.unslick .c59-product-contentcard-carousel__carousel--item-wrap:last-child {
    margin-right: 0
}

.campaign__full__section p {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .campaign__full__section p {
        font-size:1.8rem;
        line-height: 2rem
    }
}

.campaign__full__section .c22a-paragraph {
    color: #4e4e4e
}

.campaign__full__section .c22a-paragraph .heading-02 {
    line-height: 2.8rem;
    font-size: 2.4rem;
    font-weight: 700
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph .heading-02 {
        font-size:3.2rem;
        line-height: 3.2rem
    }
}

.campaign__full__section .c22a-paragraph .heading-03,.campaign__full__section .c22a-paragraph .sitemap .sitemap-title,.sitemap .campaign__full__section .c22a-paragraph .sitemap-title {
    color: #004f96;
    font-size: 2.4rem;
    line-height: 2.8rem
}

.campaign__full__section .c22a-paragraph .heading-04,.campaign__full__section .c22a-paragraph .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .campaign__full__section .c22a-paragraph div>ul>li>a {
    color: #004f96;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph .heading-04,.campaign__full__section .c22a-paragraph .sitemap .sitemap-item div>ul>li>a,.sitemap .sitemap-item .campaign__full__section .c22a-paragraph div>ul>li>a {
        font-size:1.8rem;
        line-height: 2.8rem
    }
}

.campaign__full__section .c22a-paragraph h3.heading-02 {
    margin-bottom: 1.5rem
}

.campaign__full__section .c22a-paragraph p {
    color: #4e4e4e;
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph p {
        font-size:1.8rem;
        line-height: 2rem
    }
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph .row {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph .two-col>div {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }
}

@media (min-width: 1025px) {
    .campaign__full__section .c22a-paragraph .two-col>div:first-child {
        margin-right:3.5rem
    }
}

html {
    font-size: 10px;
    font-family: FSAlberta,Arial,sans-serif
}

@font-face {
    html:lang(bg),html:lang(hk),html:lang(lt),html:lang(lv) {
        font-family: Roboto;
        font-display: swap;
        src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.398de30.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoRegular.12e3219.woff) format("woff");
        font-weight: 400;
        font-style: normal;
        src: url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.fea1050.woff2) format("woff2"),url(/profiles/custom/friso_starter/themes/friso/asset/font/RobotoBold.a70be19.woff) format("woff");
        font-weight: 700
    }
}

.sitemap .sitemap-item html:lang(lt) div>ul>li>a.handwritten,.sitemap .sitemap-item html:lang(lv) div>ul>li>a.handwritten,html:lang(lt) .handwritten,html:lang(lt) .heading-01.handwritten,html:lang(lt) .heading-02.handwritten,html:lang(lt) .heading-04.handwritten,html:lang(lt) .sitemap .sitemap-item div>ul>li>a.handwritten,html:lang(lv) .handwritten,html:lang(lv) .heading-01.handwritten,html:lang(lv) .heading-02.handwritten,html:lang(lv) .heading-04.handwritten,html:lang(lv) .sitemap .sitemap-item div>ul>li>a.handwritten {
    font-family: MarydaleRegular,Arial,sans-serif
}

html .kalendae {
    font-size: large
}

.sitemap .sitemap-item html:lang(zh-hant) div>ul>li>a.handwritten,html:lang(zh-hant) .handwritten,html:lang(zh-hant) .heading-01.handwritten,html:lang(zh-hant) .heading-02.handwritten,html:lang(zh-hant) .heading-04.handwritten,html:lang(zh-hant) .sitemap .sitemap-item div>ul>li>a.handwritten {
    font-family: MarydaleRegular,HanziPen,Arial,sans-serif
}

html:lang(zh-hant) .handwritten {
    line-height: 1.4
}

html:lang(vi) {
    font-family: RobotoThin,Arial,sans-serif
}

.sitemap .sitemap-item html:lang(vi) div>ul>li>a,.sitemap html:lang(vi) .sitemap-title,html:lang(vi) .heading-01,html:lang(vi) .heading-02,html:lang(vi) .heading-03,html:lang(vi) .heading-04,html:lang(vi) .heading-05,html:lang(vi) .sitemap .sitemap-item div>ul>li>a,html:lang(vi) .sitemap .sitemap-title {
    font-family: Roboto,Arial,sans-serif;
    font-family: RobotoThin,Arial,sans-serif
}

.sitemap .sitemap-item html:lang(vi) div>ul>li>a.handwritten,.sitemap html:lang(vi) .handwritten.sitemap-title,html:lang(vi) .handwritten,html:lang(vi) .heading-01.handwritten,html:lang(vi) .heading-02.handwritten,html:lang(vi) .heading-03.handwritten,html:lang(vi) .heading-04.handwritten,html:lang(vi) .heading-05.handwritten,html:lang(vi) .sitemap .handwritten.sitemap-title,html:lang(vi) .sitemap .sitemap-item div>ul>li>a.handwritten {
    font-family: MarydaleBold,Arial,sans-serif
}

html:lang(vi) .handwritten {
    line-height: 1.4
}

html:lang(vi) .copy-01 {
    font-size: 1.5rem
}

html:lang(vi) .copy-02 {
    font-size: 1.1rem
}

@media (min-width: 1025px) {
    html:lang(vi) .copy-02 {
        font-size:1.3rem;
        line-height: 2.2rem
    }
}

html:lang(vi) .copy-03 {
    font-size: 1.7rem
}

html:lang(vi) .copy-04 {
    font-size: 1.5rem
}

@media (min-width: 1025px) {
    html:lang(vi) .copy-04 {
        font-size:2.2rem
    }
}

.sitemap .sitemap-item html:lang(el) div>ul>li>a.handwritten,html:lang(el) .handwritten,html:lang(el) .heading-01.handwritten,html:lang(el) .heading-02.handwritten,html:lang(el) .heading-04.handwritten,html:lang(el) .sitemap .sitemap-item div>ul>li>a.handwritten {
    font-family: FSAlberta,Arial,sans-serif
}

body {
    height: 100%
}

@media (min-width: 1025px) {
    body {
        overflow:inherit!important
    }
}

a,a:active,a:hover {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline: none
}

input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.scroll-tracker-point {
    pointer-events: none
}

.primary-color {
    color: #1a80e3
}

.primary-color-dark {
    color: #003087
}

.primary-alternate-color {
    color: #9ac9f7
}

.secondary-color {
    color: #99cf63
}

.gray-color {
    color: #8a8a8a
}

.dark-gray-color {
    color: #646464
}

.quaternary-color {
    color: #b293c4
}

.no-bg {
    background-image: none!important
}

.custom-color {
    color: #99cf63
}

@media screen and (max-width: 1024px) {
    #fb-root .fb_dialog_mobile .fb_dialog_content iframe {
        bottom:7rem!important
    }
}

.c01-language-selector {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c01-language-selector .hidden {
    height: 100%;
    width: 100%;
    opacity: 0
}

.c01-language-selector .language-selector-button {
    position: relative;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #fff
}

.c01-language-selector .language-selector-button .language-selected {
    text-transform: uppercase;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer
}

.c01-language-selector .language-selector {
    display: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    min-width: 10rem;
    color: #1a80e3;
    border: 2px solid #1a80e3;
    border-radius: 1rem;
    z-index: 1;
    background: #fff;
    -webkit-transform: translateY(100%) translateY(-.5rem);
    -ms-transform: translateY(100%) translateY(-.5rem);
    transform: translateY(100%) translateY(-.5rem);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.c01-language-selector .language-selector ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.c01-language-selector .language-selector ul li a {
    display: block;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.c01-language-selector .language-selector ul li a:hover {
    background: rgba(154,201,247,.2)
}

.c01-language-selector .language-selector ul li a.selected-language {
    opacity: .5;
    pointer-events: none
}

.c01-language-selector .language-selector:before {
    content: "";
    position: absolute;
    display: block;
    top: -1rem;
    right: 6.9rem;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #1a80e3
}

.c01-language-selector .language-selector:after {
    content: "";
    position: absolute;
    display: block;
    top: -.7rem;
    right: 7.2rem;
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-bottom: .7rem solid #fff
}

.c01-language-selector.active-language .language-selector {
    display: block;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(100%) translateY(2rem);
    -ms-transform: translateY(100%) translateY(2rem);
    transform: translateY(100%) translateY(2rem)
}

@media (min-width: 1025px) {
    .c01-language-selector .language-selector-button {
        height:3.8rem;
        width: 3.8rem;
        border: 2px solid transparent;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    .c01-language-selector select {
        display: none
    }

    .c01-language-selector .language-selector {
        display: inherit;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        bottom: 0;
        right: 0;
        left: auto;
        min-width: 10rem;
        border: 2px solid #1a80e3;
        border-radius: 1rem;
        z-index: 1;
        background: #fff;
        -webkit-transform: translateY(100%) translateY(-.5rem);
        -ms-transform: translateY(100%) translateY(-.5rem);
        transform: translateY(100%) translateY(-.5rem);
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
        box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
    }

    .c01-language-selector .language-selector ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .c01-language-selector .language-selector ul li a {
        display: block;
        width: 100%;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    .c01-language-selector .language-selector ul li a:hover {
        background: rgba(154,201,247,.2)
    }

    .c01-language-selector .language-selector ul li a.selected-language {
        opacity: .5;
        pointer-events: none
    }

    .c01-language-selector .language-selector:before {
        content: "";
        position: absolute;
        display: block;
        top: -1rem;
        right: .9rem;
        width: 0;
        height: 0;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        border-bottom: 1rem solid #1a80e3
    }

    .c01-language-selector .language-selector:after {
        content: "";
        position: absolute;
        display: block;
        top: -.7rem;
        right: 1.2rem;
        width: 0;
        height: 0;
        border-left: .7rem solid transparent;
        border-right: .7rem solid transparent;
        border-bottom: .7rem solid #fff
    }

    .c01-language-selector.active-language .language-selector-button {
        border: 2px solid #1a80e3;
        -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
        box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
    }

    .c01-language-selector.active-language .language-selector {
        opacity: 1;
        pointer-events: inherit;
        -webkit-transform: translateY(100%) translateY(.2rem);
        -ms-transform: translateY(100%) translateY(.2rem);
        transform: translateY(100%) translateY(.2rem)
    }
}

.c02-splash-notification {
    background: rgba(0,0,0,.6);
    position: fixed;
    color: #fff;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 12;
    top: 0;
    overflow: auto
}

.c02-splash-notification[data-popup=true] {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 100%;
    height: 100%
}

.c02-splash-notification[data-popup=true] .slash-notification {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.c02-splash-notification[data-popup=true] .slash-notification .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.c02-splash-notification[data-popup=true] .slash-notification .row .col-12-md {
    width: 100%
}

.c02-splash-notification[data-popup=true] .slash-notification .text-right {
    text-align: center
}

@media (max-width: 1025px) {
    .c02-splash-notification[data-popup=true],.c02-splash-notification[data-popup=true] .slash-notification {
        top:50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .c02-splash-notification[data-popup=true] {
        height: 100%
    }
}

.c02-splash-notification .slash-notification {
    position: relative;
    padding: 0 4rem
}

.c02-splash-notification .slash-notification .content-copy span {
    display: block;
    margin: 1rem 0
}

@media screen and (min-width: 415px) and (max-width:460px) {
    .c02-splash-notification .slash-notification .content-copy {
        padding-bottom:5.5rem
    }
}

.c02-splash-notification .slash-notification .primary-button.active {
    background: #d3d3d3
}

.c02-splash-notification .slash-notification .primary-button.active .label {
    color: #fff
}

.c02-splash-notification .slash-notification .content-scroll {
    width: 100%
}

.c02-splash-notification .slash-notification .content-scroll.active {
    height: 53vh;
    position: relative;
    padding-bottom: 2.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 1025px) {
    .c02-splash-notification .slash-notification .content-scroll.active {
        height:auto;
        overflow-y: visible
    }
}

@supports (-webkit-touch-callout:none) {
    .c02-splash-notification .slash-notification .content-scroll.active {
        padding-bottom: 5.5rem
    }
}

@media (max-width: 1025px) {
    .c02-splash-notification .slash-notification {
        margin-top:3rem;
        height: 75%
    }
}

.c02-splash-notification .avatar-wrapper {
    width: 100%;
    max-width: 30rem
}

.c02-splash-notification .align-center-mobile,.c02-splash-notification .avatar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c02-splash-notification .align-center-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c02-splash-notification .circle-image {
    width: 50%;
    padding-bottom: 50%;
    height: 0
}

.c02-splash-notification .text-center-mobile,.c02-splash-notification .text-right {
    text-align: center
}

.c02-splash-notification .has-close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c02-splash-notification .has-close-btn .close-splash-popup:first-child,.c02-splash-notification .has-close-btn .close-splash:first-child {
    margin-bottom: 15px;
    margin-right: 0
}

.c02-splash-notification.active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.c02-splash-notification.active[data-generic-popup=true] {
    z-index: 10
}

.c02-splash-notification.active[data-splash-popup=true] {
    z-index: 11
}

@media (min-width: 1025px) {
    .c02-splash-notification.active.position-fixed {
        top:0;
        height: auto;
        position: fixed
    }
}

@media (max-width: 1025px) {
    .c02-splash-notification .content-scroll {
        padding-right:1.25rem
    }

    .c02-splash-notification .content-scroll .text-center-mobile {
        text-align: left
    }
}

@media screen and (max-width: 1025px) and (max-width:414px) {
    .c02-splash-notification .content-scroll .text-center-mobile {
        padding-bottom:3rem
    }
}

@media (max-width: 1025px) {
    .c02-splash-notification .content-scroll-shadow {
        position:fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 14vh;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        background-color: #1a80e3
    }
}

@media screen and (max-width: 1025px) and (min-width:415) and (max-width:460) {
    .c02-splash-notification .content-scroll-shadow {
        height:12vh
    }
}

@media (max-width: 1025px) {
    .c02-splash-notification .slash-notification {
        position:fixed;
        margin-top: 0;
        height: 75%;
        top: 50%;
        left: 50%;
        width: 88%;
        border-radius: .5rem;
        padding: 2rem;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #1a80e3
    }

    .c02-splash-notification .close-splash-container {
        position: fixed;
        left: 0;
        bottom: 4%;
        -webkit-transform: translateY(-4%);
        -ms-transform: translateY(-4%);
        transform: translateY(-4%)
    }

    .c02-splash-notification .close-and-exit {
        text-align: right;
        color: #fff;
        font-size: 1.6rem
    }

    .c02-splash-notification .close-and-exit img {
        width: 1.6rem;
        position: relative;
        margin-left: .75rem;
        top: 2px
    }

    .c02-splash-notification .close-and-exit:hover {
        cursor: pointer
    }
}

@media screen and (min-width: 400px) and (max-width:414px) {
    .c02-splash-notification .content-scroll .text-center-mobile.content-copy {
        padding-bottom:7rem
    }
}

@media (min-width: 767px) {
    .c02-splash-notification .has-close-btn {
        display:block
    }

    .c02-splash-notification .has-close-btn .close-splash-popup:first-child,.c02-splash-notification .has-close-btn .close-splash:first-child {
        margin-bottom: 0;
        margin-right: 10px
    }
}

@media (min-width: 1025px) {
    .c02-splash-notification {
        background:-o-linear-gradient(45deg,#1a80e3 70%,#9ac9f7 100%);
        background: linear-gradient(45deg,#1a80e3 70%,#9ac9f7);
        position: relative;
        text-align: inherit
    }

    .c02-splash-notification .desktop-hidden {
        display: none!important
    }

    .c02-splash-notification .flow-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c02-splash-notification .avatar-wrapper {
        width: 100%;
        max-width: inherit;
        display: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }

    .c02-splash-notification .align-center-mobile {
        display: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }

    .c02-splash-notification .text-right {
        text-align: right
    }

    .c02-splash-notification .text-center-mobile {
        text-align: inherit
    }

    .c02-splash-notification .circle-image {
        width: 100%;
        padding-bottom: 100%;
        height: 0
    }

    .c02-splash-notification .slash-notification {
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        padding: 4rem 12rem;
        margin-bottom: 0
    }

    .c02-splash-notification[data-popup=true] {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 50vw;
        max-width: 80rem;
        height: auto
    }

    .c02-splash-notification[data-popup=true] .slash-notification {
        top: 0;
        left: 0;
        padding: 5.5rem;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .c02-splash-notification[data-popup=true] .slash-notification .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .c02-splash-notification[data-popup=true] .slash-notification .row .col-12-md {
        width: 100%
    }

    .c02-splash-notification[data-popup=true] .slash-notification .text-right {
        text-align: center
    }
}

.c02-splash-notification .icon {
    position: absolute;
    display: none;
    top: 65vh;
    width: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c02-splash-notification .icon.active {
    position: fixed;
    display: block;
    z-index: 1;
    top: auto;
    bottom: 13%;
    -webkit-transform: translate(-50%,-13%);
    -ms-transform: translate(-50%,-13%);
    transform: translate(-50%,-13%)
}

@supports (-webkit-touch-callout:none) {
    .c02-splash-notification .icon.active {
        top: auto;
        bottom: 14%;
        -webkit-transform: translate(-50%,-13%);
        -ms-transform: translate(-50%,-13%);
        transform: translate(-50%,-13%)
    }
}

.c02-splash-notification-overlay {
    display: none
}

@media (min-width: 1025px) {
    .c02-splash-notification-overlay.active {
        display:block;
        position: fixed;
        background: rgba(0,0,0,.2);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }
}

html[lang=vi] .c02-splash-notification.active[data-splash-popup=true],html[lang=zh-hant] .c02-splash-notification.active[data-splash-popup=true] {
    z-index: 2147483647
}

.primary-button {
    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;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4rem;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    min-width: 10rem
}

.primary-button .icon {
    position: absolute;
    height: 3.5rem;
    width: 3.5rem;
    left: .8rem
}

.primary-button .icon,.primary-button .label {
    color: #fff
}

.primary-button .icon,.primary-button .label,.primary-button svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.primary-button[data-icon-alignment=right] .label {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.primary-button[data-icon-alignment=right] .icon {
    right: .8rem;
    left: inherit
}

.primary-button[data-theme=dark-border][data-size=small],.primary-button[data-theme=light-border][data-size=small],.primary-button[data-theme=primary-border][data-size=small],.primary-button[data-theme=secondary-border][data-size=small],.primary-button[data-theme=tertiary][data-size=small] {
    padding: .7rem 1rem .6rem
}

.primary-button[data-theme=dark-border][data-size=medium],.primary-button[data-theme=light-border][data-size=medium],.primary-button[data-theme=primary-border][data-size=medium],.primary-button[data-theme=secondary-border][data-size=medium],.primary-button[data-theme=tertiary][data-size=medium] {
    padding: 1.1rem 2rem
}

.primary-button[data-theme=primary] {
    background-color: #1a80e3;
    border-color: #1a80e3
}

.primary-button[data-theme=primary]:hover {
    background-position: 100%;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.primary-button[data-theme=secondary] {
    background: -webkit-gradient(linear,left top,right top,from(#1caa5c),color-stop(20%,#1caa5c),color-stop(80%,#99cf63),to(#99cf63));
    background: -o-linear-gradient(left,#1caa5c 0,#1caa5c 20%,#99cf63 80%,#99cf63 100%);
    background: linear-gradient(90deg,#1caa5c 0,#1caa5c 20%,#99cf63 80%,#99cf63);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0
}

.primary-button[data-theme=secondary]:hover {
    background-position: 100%;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6);
    box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6)
}

.primary-button[data-theme=dark] {
    background: #202020
}

.primary-button[data-theme=dark]:hover {
    background: #646464
}

.primary-button[data-theme=light] {
    background: #fff
}

.primary-button[data-theme=light] .icon,.primary-button[data-theme=light] .label {
    color: #1a80e3
}

.primary-button[data-theme=light] svg path {
    fill: #1a80e3
}

.primary-button[data-theme=light]:hover {
    opacity: .8
}

.primary-button[data-theme=light-primary-dark] {
    background: #fff
}

.primary-button[data-theme=light-primary-dark] .icon,.primary-button[data-theme=light-primary-dark] .label {
    color: #003087
}

.primary-button[data-theme=light-primary-dark] svg path {
    fill: #003087
}

.primary-button[data-theme=light-primary-dark]:hover {
    opacity: .8
}

.primary-button[data-theme=primary-border],.primary-button[data-theme=tertiary] {
    background: #fff;
    border: 2px solid #1a80e3
}

.primary-button[data-theme=primary-border] .icon,.primary-button[data-theme=primary-border] .label,.primary-button[data-theme=tertiary] .icon,.primary-button[data-theme=tertiary] .label {
    color: #1a80e3
}

.primary-button[data-theme=primary-border] .icon svg path,.primary-button[data-theme=primary-border] .label svg path,.primary-button[data-theme=tertiary] .icon svg path,.primary-button[data-theme=tertiary] .label svg path {
    fill: #1a80e3
}

.primary-button[data-theme=primary-border]:hover,.primary-button[data-theme=tertiary]:hover {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.primary-button[data-theme=secondary-border] {
    background: #fff;
    border: 2px solid #1caa5c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primary-button[data-theme=secondary-border] .icon,.primary-button[data-theme=secondary-border] .label {
    color: #1caa5c
}

.primary-button[data-theme=secondary-border] .icon svg path,.primary-button[data-theme=secondary-border] .label svg path {
    fill: #1caa5c
}

.primary-button[data-theme=secondary-border]:hover {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6);
    box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6)
}

.primary-button[data-size=small] {
    padding: .9rem 2.4rem .8rem;
    min-width: 8rem
}

.primary-button[data-size=small] .icon {
    height: 2rem;
    width: 2rem
}

.primary-button[data-theme=light-border] {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primary-button[data-theme=light-border] .icon,.primary-button[data-theme=light-border] .label {
    color: #fff
}

.primary-button[data-theme=light-border] .icon svg path,.primary-button[data-theme=light-border] .label svg path {
    fill: #fff
}

.primary-button[data-theme=light-border]:hover {
    opacity: .8
}

.primary-button[data-theme=dark-border] {
    background: transparent;
    border: 2px solid #202020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primary-button[data-theme=dark-border] .icon,.primary-button[data-theme=dark-border] .label {
    color: #202020
}

.primary-button[data-theme=dark-border] .icon svg path,.primary-button[data-theme=dark-border] .label svg path {
    fill: #202020
}

.primary-button[data-theme=dark-border]:hover {
    border: 2px solid #646464
}

.primary-button[data-theme=dark-border]:hover .icon,.primary-button[data-theme=dark-border]:hover .label {
    color: #646464
}

.primary-button[data-theme=dark-border]:hover .icon svg path,.primary-button[data-theme=dark-border]:hover .label svg path {
    fill: #646464
}

.primary-button[data-size=medium] {
    padding: 1.1rem 2rem
}

@media (min-width: 1025px) {
    .primary-button[data-size=small] {
        padding:.9rem 2.4rem .8rem;
        min-width: 8rem
    }

    .primary-button[data-size=small] .icon {
        height: 2rem;
        width: 2rem
    }

    .primary-button[data-theme=dark-border][data-size=small],.primary-button[data-theme=light-border][data-size=small],.primary-button[data-theme=primary-border][data-size=small],.primary-button[data-theme=secondary-border][data-size=small],.primary-button[data-theme=tertiary][data-size=small] {
        padding: .7rem 2.2rem .6rem
    }
}

.popup {
    position: fixed;
    z-index: 2
}

.popup,.popup .overlay {
    width: 100%;
    height: 100%;
    top: 0
}

.popup .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    opacity: 0
}

.popup .notice {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.popup .notice .popup-container {
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(0,0,0,.02);
    box-shadow: 0 .3rem .7rem rgba(0,0,0,.02)
}

.popup .notice .description {
    padding: 2rem
}

.popup .notice .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.popup .notice .buttons .primary-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 1025px) {
    .popup .notice .buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .popup .notice .buttons .primary-button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        min-width: inherit;
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon svg {
    height: 100%;
    width: 100%;
    display: block;
    fill: currentColor
}

.c03-hero .responsive-image {
    background-color: #ebebeb
}

.c03-hero {
    position: relative
}

.c03-hero .background-container {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%
}

.c03-hero .background-container video {
    width: 100%;
    height: auto;
    z-index: -100
}

.c03-hero .hero-background {
    position: absolute;
    width: 175vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    background: #fff
}

.c03-hero .hero-background,.c03-hero .hero-background picture {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c03-hero .hero-background picture {
    max-width: 100vw
}

.c03-hero .hero-background picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    will-change: transform
}

.c03-hero .hero-background[data-gradient=true] picture:before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),to(transparent));
    background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 100%);
    background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.c03-hero .hero-video {
    position: absolute;
    width: 100.8vw;
    left: 21%;
    top: 0
}

.c03-hero .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 40rem
}

.c03-hero .hero-content {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 10rem 0
}

.c03-hero .hero-content .row {
    z-index: 1
}

.c03-hero .hero-content[data-theme=secondary] {
    color: #003087
}

.c03-hero[data-animation=true] .heading-02,.c03-hero[data-animation=true] .heading-04,.c03-hero[data-animation=true] .search-form {
    opacity: 1!important
}

.c03-hero[data-animation=true] .responsive-image img {
    opacity: 1!important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 1025px) {
    .c03-hero {
        max-height:62rem
    }

    .c03-hero .hero-content {
        padding: 10rem 0 20rem
    }

    .c03-hero .hero-content.noheader .row {
        position: relative;
        top: 62px
    }

    .c03-hero .hero-video {
        width: 100vw;
        top: 0;
        left: 19%
    }

    .c03-hero .search-form {
        max-width: 50rem
    }

    .c03-hero .hero-background {
        width: 162vw
    }

    .c03-hero .hero-background[data-gradient=true] picture:before {
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(70%,transparent));
        background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 70%);
        background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent 70%)
    }
}

.c03a-hero {
    position: relative
}

.c03a-hero[data-animation=true] .copy-01,.c03a-hero[data-animation=true] .heading-02,.c03a-hero[data-animation=true] picture img {
    opacity: 1!important
}

.c03a-hero[data-component-height="39"] .hero-background picture img,.c03a-hero[data-component-height="39"] .hero-background video,.c03a-hero[data-component-height="50"] .hero-background picture img,.c03a-hero[data-component-height="50"] .hero-background video {
    height: 39rem;
    max-height: 39rem
}

@media (min-width: 1025px) {
    .c03a-hero[data-component-height="50"] .hero-background picture img,.c03a-hero[data-component-height="50"] .hero-background video {
        height:50rem;
        max-height: 50rem
    }
}

.c03a-hero .hero-background {
    overflow: hidden
}

.c03a-hero .hero-background picture {
    position: relative;
    width: 100vw;
    background: transparent;
    height: unset!important
}

.c03a-hero .hero-background picture img {
    border-bottom-left-radius: 50% 12%;
    border-bottom-right-radius: 50% 12%
}

.c03a-hero .hero-background picture img,.c03a-hero .hero-background video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.c03a-hero .hero-background video {
    position: relative;
    width: 100vw;
    background: transparent;
    border-bottom-left-radius: 50% 8%;
    border-bottom-right-radius: 50% 10%
}

.c03a-hero .hero-copy .box {
    background-color: rgba(0,79,150,.9);
    color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    word-wrap: break-word;
    position: relative;
    overflow: hidden
}

@media (max-width: 1025px) {
    .c03a-hero .hero-copy[negative-margin-top="6"] {
        margin-top:-6rem
    }

    .c03a-hero .hero-copy[negative-margin-top="10"] {
        margin-top: -10rem
    }
}

@media (min-width: 1025px) {
    .c03a-hero .hero-background picture img {
        width:100%;
        left: auto;
        border-bottom-left-radius: 90% 15%;
        border-bottom-right-radius: 90% 18%
    }

    .c03a-hero .hero-background video {
        width: 100vw;
        left: auto;
        border-bottom-left-radius: 50% 15%;
        border-bottom-right-radius: 50% 20%
    }

    .c03a-hero .hero-copy {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0
    }

    .c03a-hero .hero-copy .box {
        padding: 4.5rem
    }
}

.c03b-hero.hero-video {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f4
}

.c03b-hero.hero-video .background-container {
    position: relative;
    height: 100%
}

.c03b-hero.hero-video .background-container .video-background {
    background-color: transparent
}

.c03b-hero.hero-video .background-container .video-background video {
    -webkit-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
    position: relative;
    width: 100vw;
    background: transparent;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    height: calc(100vh - 65px)
}

@media (min-width: 1025px) {
    .c03b-hero.hero-video .background-container .video-background video {
        height:93vh;
        width: 100vw;
        left: auto;
        border-bottom-left-radius: 50% 15%;
        border-bottom-right-radius: 50% 17%
    }
}

.c03b-hero.hero-video .background-container .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
    background: hsla(0,0%,100%,.7);
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    height: calc(100vh - 65px)
}

@media (min-width: 1025px) {
    .c03b-hero.hero-video .background-container .gradient-background {
        width:100vw;
        left: auto;
        height: 93vh;
        background: -webkit-gradient(linear,left top,right top,from(#fff),to(transparent));
        background: -o-linear-gradient(left,#fff,transparent);
        background: linear-gradient(90deg,#fff,transparent);
        border-bottom-left-radius: 50% 15%;
        border-bottom-right-radius: 50% 17%
    }
}

.c03b-hero.hero-video .background-container .hero-product-packshot {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: right
}

@media (min-width: 1025px) {
    .c03b-hero.hero-video .background-container .hero-product-packshot {
        bottom:2vh
    }
}

.c03b-hero.hero-video .hero-message {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #003087
}

.c03b-hero .handwritten {
    opacity: 0;
    margin-bottom: 4rem
}

@media (min-width: 1025px) {
    .c03b-hero .handwritten {
        margin-bottom:10rem
    }
}

.c03b-hero .scroll-to-start {
    position: relative;
    color: #1a80e3
}

.c03b-hero .scroll-to-start .arrow-con {
    width: 1.5rem;
    position: absolute;
    top: 2.25rem;
    left: 0;
    animation: pointDown .7s ease-in-out infinite alternate-reverse
}

.c03b-hero .scroll-to-start:hover {
    cursor: pointer
}

.c03b-hero .underscore {
    -webkit-animation: blinkText .5s infinite;
    animation: blinkText .5s infinite
}

@-webkit-keyframes pointDown {
    0% {
        top: 2.25rem
    }

    to {
        top: 3.25rem
    }
}

@keyframes pointDown {
    0% {
        top: 2.25rem
    }

    to {
        top: 3.25rem
    }
}

@-webkit-keyframes blinkText {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blinkText {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

html[dir=rtl] .c03b-hero .scroll-to-start .arrow-con {
    left: auto;
    right: 0
}

html[dir=rtl] .c03b-hero .background-container .gradient-background {
    background: -webkit-gradient(linear,right top,left top,from(#fff),to(transparent));
    background: -o-linear-gradient(right,#fff,transparent);
    background: linear-gradient(270deg,#fff,transparent)
}

.c04-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 1;
    position: relative
}

.c04-search.centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c04-search form {
    width: 100%
}

.c04-search .search {
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c04-search .search .icon {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.c04-search .loading-icon {
    opacity: 0;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c04-search .loading-icon.active {
    opacity: 1
}

.c04-search .search-icon {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    cursor: pointer
}

.c04-search .search-icon.hide {
    opacity: 0;
    pointer-events: none
}

.c04-search .autocomplete-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: .2rem;
    color: #202020;
    margin-right: 1rem;
    border-radius: 3rem;
    z-index: 1;
    background: #fff;
    overflow: hidden
}

.c04-search .autocomplete-items .no-search-results,.c04-search .autocomplete-items .search-results {
    padding-top: 5.8rem;
    padding-bottom: 2rem;
    border: 2px solid #1a80e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3rem
}

.c04-search .autocomplete-items .no-search-results .results-wrapper,.c04-search .autocomplete-items .search-results .results-wrapper {
    width: 100%;
    max-height: 15rem;
    overflow-y: auto
}

.c04-search .autocomplete-items .no-search-results .results-wrapper a,.c04-search .autocomplete-items .search-results .results-wrapper a {
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: block
}

.c04-search .autocomplete-items .no-search-results .results-wrapper a:hover,.c04-search .autocomplete-items .search-results .results-wrapper a:hover {
    background-color: rgba(154,201,247,.2)
}

.c04-search .autocomplete-items .no-search-results .results-wrapper a.active,.c04-search .autocomplete-items .no-search-results .results-wrapper a.active:hover,.c04-search .autocomplete-items .search-results .results-wrapper a.active,.c04-search .autocomplete-items .search-results .results-wrapper a.active:hover {
    background-color: #9ac9f7
}

.c04-search .autocomplete-items .no-search-results .results-wrapper .no-result-found,.c04-search .autocomplete-items .search-results .results-wrapper .no-result-found {
    padding: 1rem 1.5rem 0
}

.c04-search .search-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 4rem;
    padding: 1.7rem 4.7rem 1.7rem 1.7rem;
    margin-right: 1rem;
    background: #fff;
    color: #8a8a8a;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 6rem
}

.c04-search .search-input:focus,.c04-search .search-input[data-border=true] {
    border: 2px solid #1a80e3
}

.c04-search .search-input.with-list {
    border: 2px solid #1a80e3;
    border-radius: 2.8rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (min-width: 1025px) {
    .c04-search .search {
        max-width:41rem
    }

    .c04-search .search-input .text {
        -o-text-overflow: inherit;
        text-overflow: inherit
    }
}

.icon-button {
    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;
    position: relative;
    cursor: pointer;
    border: 0;
    border-radius: 4rem;
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    min-height: 6rem
}

.icon-button,.icon-button .icon {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.icon-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 3.5rem;
    width: 3.5rem
}

.icon-button svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.icon-button[data-theme=dark-border][data-size=small],.icon-button[data-theme=light-border][data-size=small],.icon-button[data-theme=primary-border][data-size=small],.icon-button[data-theme=secondary-border][data-size=small] {
    border-width: 1px
}

.icon-button[data-theme=primary] {
    background: -webkit-gradient(linear,left top,right top,from(#1a80e3),color-stop(20%,#1a80e3),color-stop(80%,#9ac9f7),to(#9ac9f7));
    background: -o-linear-gradient(left,#1a80e3 0,#1a80e3 20%,#9ac9f7 80%,#9ac9f7 100%);
    background: linear-gradient(90deg,#1a80e3 0,#1a80e3 20%,#9ac9f7 80%,#9ac9f7);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 0
}

.icon-button[data-theme=primary]:hover {
    background-position: 100%
}

.icon-button[data-theme=secondary] {
    background: -webkit-gradient(linear,left top,right top,from(#1caa5c),color-stop(20%,#1caa5c),color-stop(80%,#99cf63),to(#99cf63));
    background: -o-linear-gradient(left,#1caa5c 0,#1caa5c 20%,#99cf63 80%,#99cf63 100%);
    background: linear-gradient(90deg,#1caa5c 0,#1caa5c 20%,#99cf63 80%,#99cf63);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 0
}

.icon-button[data-theme=secondary]:hover {
    background-position: 100%
}

.icon-button[data-theme=dark] {
    background: #202020
}

.icon-button[data-theme=dark]:hover {
    background: #646464
}

.icon-button[data-theme=light] {
    background: #fff
}

.icon-button[data-theme=light] .icon,.icon-button[data-theme=light] .label {
    color: #1a80e3
}

.icon-button[data-theme=light] svg path {
    fill: #1a80e3
}

.icon-button[data-theme=light]:hover {
    opacity: .8
}

.icon-button[data-theme=light-primary-dark] {
    background: #fff
}

.icon-button[data-theme=light-primary-dark] .icon,.icon-button[data-theme=light-primary-dark] .label {
    color: #003087
}

.icon-button[data-theme=light-primary-dark] svg path {
    fill: #003087
}

.icon-button[data-theme=light-primary-dark]:hover {
    opacity: .8
}

.icon-button[data-theme=primary-border] {
    background: transparent;
    border: 2px solid #1a80e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon-button[data-theme=primary-border] .icon,.icon-button[data-theme=primary-border] .label {
    color: #1a80e3
}

.icon-button[data-theme=primary-border] .icon svg path,.icon-button[data-theme=primary-border] .label svg path {
    fill: #1a80e3
}

.icon-button[data-theme=primary-border]:hover {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.icon-button[data-theme=primary-alternate-border] {
    background: transparent;
    border: 2px solid #9ac9f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon-button[data-theme=primary-alternate-border] .icon,.icon-button[data-theme=primary-alternate-border] .label {
    color: #1a80e3
}

.icon-button[data-theme=primary-alternate-border] .icon svg path,.icon-button[data-theme=primary-alternate-border] .label svg path {
    fill: #1a80e3
}

.icon-button[data-theme=primary-alternate-border]:hover {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.icon-button[data-theme=secondary-border] {
    background: transparent;
    border: 2px solid #1caa5c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon-button[data-theme=secondary-border] .icon,.icon-button[data-theme=secondary-border] .label {
    color: #1caa5c
}

.icon-button[data-theme=secondary-border] .icon svg path,.icon-button[data-theme=secondary-border] .label svg path {
    fill: #1caa5c
}

.icon-button[data-theme=secondary-border]:hover {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6);
    box-shadow: 0 .4rem 1.3rem rgba(153,207,99,.6)
}

.icon-button[data-theme=light-border] {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon-button[data-theme=light-border] .icon,.icon-button[data-theme=light-border] .label {
    color: #fff
}

.icon-button[data-theme=light-border] .icon svg path,.icon-button[data-theme=light-border] .label svg path {
    fill: #fff
}

.icon-button[data-theme=light-border]:hover {
    opacity: .8
}

.icon-button[data-size=small] {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem
}

.icon-button[data-size=small] .icon {
    height: 2.5rem;
    width: 2.5rem
}

.icon-button[data-theme=dark-border] {
    background: transparent;
    border: 2px solid #202020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon-button[data-theme=dark-border] .icon,.icon-button[data-theme=dark-border] .label {
    color: #202020
}

.icon-button[data-theme=dark-border] .icon svg path,.icon-button[data-theme=dark-border] .label svg path {
    fill: #202020
}

.icon-button[data-theme=dark-border]:hover {
    border: 2px solid #646464
}

.icon-button[data-theme=dark-border]:hover .icon,.icon-button[data-theme=dark-border]:hover .label {
    color: #646464
}

.icon-button[data-theme=dark-border]:hover .icon svg path,.icon-button[data-theme=dark-border]:hover .label svg path {
    fill: #646464
}

.grid .heading {
    color: #fff
}

.grid .link {
    color: #1a80e3;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.grid .link .icon {
    height: .6rem;
    width: .6rem
}

.grid .link .icon svg path {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #1a80e3
}

.grid .link:hover {
    color: #9ac9f7
}

.grid .link:hover .icon svg path {
    fill: #9ac9f7
}

.grid [data-title-theme-mobile=dark],.grid [data-title-theme-mobile=light] {
    color: #003087
}

.grid[data-animation=true] .flow-wrap>div,.grid[data-animation=true] .heading,.grid[data-animation=true] .text-right-md {
    opacity: 1!important
}

@media (min-width: 767px) {
    .grid .flow-wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: -1rem;
        width: calc(100% + 1rem);
        padding-bottom: 10px
    }

    .grid .flow-wrap .col-3-sm {
        margin-left: 1rem;
        margin-right: .99rem
    }
}

@media (min-width: 1025px) {
    .grid .text-right-md {
        text-align:right
    }

    .grid [data-title-theme-desktop=dark],.grid [data-title-theme-desktop=light] {
        color: #003087
    }

    .grid .flow-wrap {
        left: 0;
        width: 100%;
        padding-bottom: 10px
    }

    .grid .flow-wrap .col-3-md {
        margin-left: 1.5rem;
        margin-right: 1.49rem
    }
}

.article-card .responsive-image {
    background-color: #ebebeb
}

.article-card {
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    max-width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ebebeb;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    cursor: pointer
}

.article-card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.article-card .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 105px;
    flex: 1 1 105px;
    padding: 10px 15px
}

.article-card .head:before {
    content: "";
    display: block;
    padding-top: 28.18182%
}

.article-card .head h2 {
    width: 100%;
    margin: 0;
    font-weight: bolder
}

.article-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-card .media {
    position: relative;
    width: calc(100% + 2px);
    left: -1px
}

.article-card .media .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.article-card .media .image:before {
    content: "";
    display: block;
    padding-top: 43.93939%
}

.article-card .media .image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.article-card .media .media-button {
    position: absolute;
    bottom: -1rem;
    right: 2rem
}

.article-card .media.full-height .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.article-card .media.full-height .image:before {
    content: "";
    display: block;
    padding-top: 62.72727%
}

.article-card .media.full-height .image img {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.article-card .media.full-height .media-button {
    position: absolute;
    bottom: 2rem;
    right: 2rem
}

.article-card .author {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 4.6rem);
    margin: 0 2.3rem
}

.article-card .author:before {
    content: "";
    display: block;
    padding-top: 21.81818%
}

.article-card .avatar {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem
}

@media (min-width: 1025px) {
    .article-card .head {
        position:relative
    }

    .article-card .head:before {
        content: "";
        display: block;
        padding-top: 33.81818%
    }

    .article-card .head h2 {
        font-size: 2rem
    }

    .article-card .media .image {
        position: relative
    }

    .article-card .media .image:before {
        content: "";
        display: block;
        padding-top: 43.63636%
    }

    .article-card .media.full-height .image {
        position: relative
    }

    .article-card .media.full-height .image:before {
        content: "";
        display: block;
        padding-top: 68%
    }

    .article-card .author {
        position: relative
    }

    .article-card .author:before {
        content: "";
        display: block;
        padding-top: 29.81818%
    }

    .article-card .author .copy-01 {
        font-size: 1.2rem
    }
}

.media-button {
    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;
    position: relative;
    cursor: pointer;
    border: 0;
    border-radius: 4rem;
    width: 6.7rem;
    height: 6.7rem
}

.media-button,.media-button .icon {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.media-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2.5rem;
    width: 2.5rem
}

.media-button svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.media-button[data-theme=primary] {
    background: -o-linear-gradient(45deg,#1a80e3 0,#6fb3f6 110%);
    background: linear-gradient(45deg,#1a80e3,#6fb3f6 110%);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0
}

.media-button[data-theme=primary]:hover {
    background-position: 100%
}

.media-button[data-theme=secondary] {
    background: -o-linear-gradient(45deg,#1caa5c 50%,#99cf63 110%);
    background: linear-gradient(45deg,#1caa5c 50%,#99cf63 110%);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0
}

.media-button[data-theme=secondary]:hover {
    background-position: 100%
}

.media-button[data-size=small] {
    width: 6rem;
    height: 6rem
}

.media-button[data-size=small] .icon {
    height: 2rem;
    width: 2rem
}

.media-button[data-hover-scale=true]:hover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.circle-image .responsive-image {
    background-color: #ebebeb
}

.circle-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    display: inline-block;
    border-radius: 50%
}

.circle-image picture img {
    position: absolute;
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto
}

.responsive-image {
    display: inline-block;
    margin: 0
}

.responsive-image source {
    margin: 10px;
    position: absolute
}

.responsive-image img {
    width: 100%
}

@media (min-width: 1025px) {
    .responsive-image figcaption {
        text-align:center
    }
}

.promotion-card .responsive-image {
    background-color: #ebebeb
}

.promotion-card {
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    max-width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ebebeb;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.promotion-card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.promotion-card .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 105px;
    flex: 1 1 105px;
    padding: 10px 15px
}

.promotion-card .head:before {
    content: "";
    display: block;
    padding-top: 28.18182%
}

.promotion-card .head h2 {
    width: 100%;
    margin: 0
}

.promotion-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promotion-card .media {
    position: relative;
    width: calc(100% + 2px);
    left: -1px;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.promotion-card .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.promotion-card .image:before {
    content: "";
    display: block;
    padding-top: 62.72727%
}

.promotion-card .image img {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

@media (min-width: 1025px) {
    .promotion-card .head {
        position:relative
    }

    .promotion-card .head:before {
        content: "";
        display: block;
        padding-top: 33.81818%
    }

    .promotion-card .head h2 {
        font-size: 2rem
    }

    .promotion-card .image {
        position: relative
    }

    .promotion-card .image:before {
        content: "";
        display: block;
        padding-top: 68%
    }
}

.carousel-grid .items-container {
    overflow: hidden;
    width: 100%;
    min-height: .125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.carousel-grid .items-viewport {
    height: auto;
    width: 90vw
}

.carousel-grid ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.carousel-grid .items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.carousel-grid .item {
    height: auto;
    width: 86vw;
    padding: 2vw;
    display: inline-block
}

.carousel-grid .item picture {
    width: 100%
}

.carousel-grid [data-title-theme-mobile=dark] {
    color: #000
}

.carousel-grid [data-title-theme-mobile=light] {
    color: #fff
}

.carousel-grid[data-animation=true] .heading,.carousel-grid[data-animation=true] .item,.carousel-grid[data-animation=true] .text-right-md {
    opacity: 1!important
}

@media (min-width: 767px) {
    .carousel-grid .items-viewport {
        margin:0 0 0 6rem;
        height: auto;
        width: 41vw
    }

    .carousel-grid .item {
        height: auto;
        width: 39vw;
        padding: 1.5vw;
        display: inline-block
    }
}

@media (min-width: 1025px) {
    .carousel-grid .items-container {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: 50%
    }

    .carousel-grid .items-viewport {
        height: auto;
        width: 100%;
        max-width: 144rem;
        padding: 0 12rem;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .carousel-grid .items {
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        cursor: inherit!important
    }

    .carousel-grid .item {
        width: 100%;
        padding: 1.4rem
    }

    .carousel-grid .text-right-md {
        text-align: right
    }

    .carousel-grid [data-title-theme-desktop=dark] {
        color: #000
    }

    .carousel-grid [data-title-theme-desktop=light] {
        color: #fff
    }
}

.c05b-tips-carousel .navigation {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c05b-tips-carousel .navigation .navigation-index {
    color: #9ac9f7;
    font-weight: 700;
    line-height: 0;
    display: inline-block;
    margin: 0 1rem
}

.c05b-tips-carousel .navigation .navigation-left,.c05b-tips-carousel .navigation .navigation-right {
    display: inline-block;
    margin-top: -.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c05b-tips-carousel .navigation .navigation-left .icon,.c05b-tips-carousel .navigation .navigation-right .icon {
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.c05b-tips-carousel .navigation .navigation-left .icon:hover,.c05b-tips-carousel .navigation .navigation-right .icon:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c05b-tips-carousel .navigation .navigation-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c05b-tips-carousel .hide-navigation {
    display: none
}

.c05b-tips-carousel .main-wrapper {
    max-width: 144rem;
    margin: 0 auto;
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/world-map-mobile.280e657.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    min-height: 45rem;
    overflow: hidden
}

.c05b-tips-carousel .tab-content {
    min-height: 31rem;
    position: relative
}

.c05b-tips-carousel .tab-content .content {
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.c05b-tips-carousel .tab-content .content.active {
    opacity: 1;
    pointer-events: inherit
}

.c05b-tips-carousel[data-animation=true] .heading-02,.c05b-tips-carousel[data-animation=true] .navigation,.c05b-tips-carousel[data-animation=true] .tab .flow-wrap>div {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c05b-tips-carousel .main-wrapper {
        background-image:url(/profiles/custom/friso_starter/themes/friso/asset/image/world-map.a45519d.png);
        background-size: contain
    }
}

@media (min-width: 1025px) {
    .c05b-tips-carousel .main-wrapper {
        min-height:60rem
    }

    .c05b-tips-carousel .text-center-desktop {
        text-align: center
    }

    .c05b-tips-carousel .align-center-grid-desktop {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c05b-tips-carousel .tab-content {
        min-height: 28rem
    }
}

@media (min-width: 1280px) {
    .c05b-tips-carousel .tab-content {
        min-height:30rem
    }
}

.tip-card {
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ebebeb;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.tip-card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.tip-card .card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tip-card .card-country,.tip-card .card-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tip-card .card-country {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tip-card .flag {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem
}

@media (min-width: 1025px) {
    .tip-card {
        max-width:300px
    }
}

.link {
    color: #1a80e3;
    font-weight: 700;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.link .icon {
    height: .6rem;
    width: .6rem
}

.link .icon svg path {
    fill: #1a80e3;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.link:hover {
    color: #9ac9f7
}

.link:hover .icon svg path {
    fill: #9ac9f7
}

.carousel-tips {
    overflow: hidden;
    width: 100%;
    min-height: .125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 2rem;
    height: 100%
}

.carousel-tips .items-viewport {
    padding-top: 4rem;
    height: auto;
    width: 65vw
}

.carousel-tips .items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.carousel-tips .item {
    width: 65vw;
    padding: 2vw;
    display: inline-block;
    height: 100%
}

.carousel-tips .item picture {
    width: 100%
}

@media (min-width: 767px) {
    .carousel-tips .items-viewport {
        height:auto;
        width: 30vw;
        margin-left: 5rem
    }

    .carousel-tips .item {
        height: 100%;
        width: 30vw
    }
}

.c06-image[data-animation=true] .description,.c06-image[data-animation=true] figcaption {
    opacity: 1!important
}

.border-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block
}

.border-image picture {
    width: 100%;
    display: grid
}

.border-image picture img {
    border-radius: 1rem
}

.c07a-product-carousel {
    padding: 6rem 0
}

.c07a-product-carousel[data-animation=true] .product-card,.c07a-product-carousel[data-animation=true] .tabs,.c07a-product-carousel[data-animation=true] .wrapper .heading-02,.c07a-product-carousel[data-animation=true] .wrapper>.heading-04 {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c07a-product-carousel {
        padding:9rem 0
    }
}

@media (min-width: 1025px) {
    .c07a-product-carousel .tabs {
        width:100%;
        max-width: 120rem
    }
}

.c07a-product-carousel .tabs .slick-list {
    padding-bottom: 2rem!important
}

.c07a-product-carousel .tabs .slick-list .slick-track .slick-slide {
    opacity: .6;
    padding: .8rem 0;
    color: #646464;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 4rem;
    cursor: pointer;
    outline: none
}

.c07a-product-carousel .tabs .slick-list .slick-track .slick-slide.slick-current {
    opacity: 1;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    background: #fff
}

@media (min-width: 1280px) {
    .c07a-product-carousel .tabs .slick-list .slick-track {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c07a-product-carousel .tabs .slick-list .slick-track .slick-slide {
        opacity: 1;
        width: auto!important;
        margin: 0 2rem;
        padding: .8rem 2rem
    }
}

.c07a-product-carousel .carousel-products .slick-list {
    padding: 0 2rem 2rem
}

.c07a-product-carousel .carousel-products .slick-list,.c07a-product-carousel .carousel-products .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (min-width: 1025px) {
    .c07a-product-carousel .carousel-products .slick-list .slick-track .slick-slide {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        word-wrap: break-word
    }

    .c07a-product-carousel .carousel-products .slick-list .slick-track .slick-slide .product-image {
        height: 500px
    }
}

@media (max-width: 1025px) {
    .c07a-product-carousel .carousel-products .slick-list .slick-track .slick-slide {
        padding:0 2rem
    }
}

.carousel-container {
    position: relative;
    min-height: 55rem;
    overflow: hidden
}

.carousel-container .disable-carousel-navigation {
    pointer-events: none;
    display: none
}

.carousel-container .carousel-control-left {
    position: absolute;
    left: 2rem
}

.carousel-container .carousel-control-left .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel-container .carousel-control-right {
    position: absolute;
    right: 2rem
}

.carousel-container .carousel-control-left,.carousel-container .carousel-control-right {
    top: 52.75735%;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.carousel-container .carousel-control-left:hover,.carousel-container .carousel-control-right:hover {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11)
}

.carousel-container .carousel-control-left .icon,.carousel-container .carousel-control-right .icon {
    width: 3rem;
    height: 3rem
}

.carousel-container .slides {
    width: 60vw;
    left: 20%
}

.carousel-container .slides .slide {
    opacity: .6
}

.carousel-container .slides .slide .cta,.carousel-container .slides .slide .product-information {
    opacity: 0
}

.carousel-container .slides .slide.active,.carousel-container .slides .slide.active .cta,.carousel-container .slides .slide.active .product-information {
    opacity: 1
}

.carousel-container .slides .slide.active .product-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.carousel-container .slides.disable-carousel .next,.carousel-container .slides.disable-carousel .previous {
    opacity: 0
}

@media (min-width: 767px) {
    .carousel-container {
        min-height:57rem
    }

    .carousel-container .slides {
        width: 50vw;
        left: 25%
    }
}

@media (min-width: 1025px) {
    .carousel-container {
        min-height:57rem
    }

    .carousel-container .carousel-viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .carousel-container .carousel-control-left,.carousel-container .carousel-control-right {
        display: none
    }

    .carousel-container .slides {
        width: 100%;
        max-width: 120rem;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important
    }

    .carousel-container .slides,.carousel-container .slides .slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .carousel-container .slides .slide {
        width: auto;
        opacity: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 30vw
    }

    .carousel-container .slides .slide .cta,.carousel-container .slides .slide .product-information {
        opacity: 1
    }

    .carousel-container .slides .slide.active .product-image {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .carousel-container .slides.smaller-slides .slide {
        max-width: 30rem
    }

    .carousel-container .slides .mobile {
        display: none
    }

    .carousel-container .slides.disable-carousel .next,.carousel-container .slides.disable-carousel .previous {
        opacity: 1
    }
}

@media (min-width: 1280px) {
    .carousel-container .slides.smaller-slides .slide {
        max-width:30rem
    }
}

@media (min-width: 1439px) {
    .carousel-container .slides.smaller-slides .slide {
        max-width:30rem
    }
}

.product-card {
    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;
    width: 100%
}

.product-card .product-image {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 7rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    position: relative;
    max-height: 22rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-card .product-image .fit-contain {
    position: relative;
    height: auto
}

.product-card .product-image .fit-contain img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    max-height: 22rem
}

.product-card .heading-04 {
    margin-bottom: 15px
}

.product-card .title {
    min-height: 10rem;
    width: 100%
}

.product-card .title span {
    white-space: nowrap
}

.product-card .active .product-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-card .cta {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.product-card .dark-gray-color {
    min-height: 4.5rem
}

.product-card .button-primary {
    width: auto;
    display: block
}

.product-card .button-text.invisible button {
    margin-top: 1.5rem
}

.product-card .product-information {
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-card .product-information .row {
    height: 100%
}

.product-card .product-information .product-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card .icon {
    height: .7rem;
    width: .7rem
}

.product-card .primary-button[data-size=small] {
    padding: .9rem 1.2rem .8rem
}

.product-card .primary-button[data-theme=primary] {
    margin-top: 2.4rem
}

@media (min-width: 767px) {
    .product-card .product-image {
        margin-top:7rem
    }
}

@media (min-width: 1025px) {
    .product-card .cta {
        width:100%
    }

    .product-card[data-highlight=true] .product-image,.product-card[data-highlight=true]:hover .product-image {
        -webkit-transform: scale(1)!important;
        -ms-transform: scale(1)!important;
        transform: scale(1)!important
    }
}

.product-card.ds-1col .button-text a:after {
    content: "";
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjcgMS4xMDJMMTMuOTU2IDExLjc5YTEuNSAxLjUgMCAwIDEgMCAyLjEyMUwzLjI2OSAyNC41OThhMS41IDEuNSAwIDAgMS0yLjU2LTEuMDZWMi4xNjNhMS41IDEuNSAwIDAgMSAyLjU2LTEuMDZ6IiBmaWxsPSIjMWE4MGUzIi8+PC9zdmc+) no-repeat 50%;
    height: .9rem;
    width: .9rem;
    color: #1a80e3;
    padding-left: 1rem
}

.text-button {
    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;
    position: relative;
    background: transparent;
    cursor: pointer;
    border: 0;
    min-width: 15rem
}

.text-button .icon {
    margin-right: .3rem;
    height: .9rem;
    width: .9rem
}

.text-button .icon,.text-button .label {
    color: #fff
}

.text-button .icon,.text-button .label,.text-button svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.text-button svg path {
    fill: #fff
}

.text-button[data-icon-alignment=right] .label {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.text-button[data-icon-alignment=right] .icon {
    margin-right: inherit;
    margin-left: .3rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.text-button[data-theme=primary] .icon,.text-button[data-theme=primary] .label {
    color: #1a80e3
}

.text-button[data-theme=primary] svg path {
    fill: #1a80e3
}

.text-button[data-theme=primary]:hover .icon,.text-button[data-theme=primary]:hover .label {
    color: #9ac9f7
}

.text-button[data-theme=primary]:hover svg path {
    fill: #9ac9f7
}

.text-button[data-theme=secondary] .icon,.text-button[data-theme=secondary] .label {
    color: #1caa5c
}

.text-button[data-theme=secondary] svg path {
    fill: #1caa5c
}

.text-button[data-theme=secondary]:hover .icon,.text-button[data-theme=secondary]:hover .label {
    color: #99cf63
}

.text-button[data-theme=secondary]:hover svg path {
    fill: #99cf63
}

.text-button[data-theme=dark] .icon,.text-button[data-theme=dark] .label {
    color: #202020
}

.text-button[data-theme=dark] svg path {
    fill: #202020
}

.text-button[data-theme=dark]:hover .icon,.text-button[data-theme=dark]:hover .label {
    color: #646464
}

.text-button[data-theme=dark]:hover svg path {
    fill: #646464
}

.text-button[data-theme=light] .icon,.text-button[data-theme=light] .label {
    color: #fff
}

.text-button[data-theme=light] svg path {
    fill: #fff
}

.text-button[data-theme=light]:hover .icon,.text-button[data-theme=light]:hover .label {
    color: #ebebeb
}

.text-button[data-theme=light]:hover svg path {
    fill: #ebebeb
}

.text-button[data-size=small] {
    padding: .8rem 3.2rem
}

.text-button[data-size=medium] {
    padding: 1.1rem 1.6rem
}

.c08-story .navigation {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c08-story .navigation .navigation-index {
    color: #9ac9f7;
    font-weight: 700;
    line-height: 0;
    display: inline-block;
    margin: 0 1rem
}

.c08-story .navigation .navigation-left,.c08-story .navigation .navigation-right {
    display: inline-block;
    margin-top: -.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c08-story .navigation .navigation-left .icon,.c08-story .navigation .navigation-right .icon {
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.c08-story .navigation .navigation-left .icon:hover,.c08-story .navigation .navigation-right .icon:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c08-story .navigation .navigation-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c08-story .hide-navigation {
    display: none
}

.c08-story.c08c-video .video .content picture img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.c08-story {
    overflow: hidden;
    padding-top: 2rem
}

.c08-story .information {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.c08-story .video-card {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.c08-story .text-slides {
    position: relative
}

.c08-story .text-slides .slide {
    will-change: transform;
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.c08-story .text-slides .slide.active {
    opacity: 1;
    pointer-events: inherit;
    position: relative
}

.c08-story .navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c08-story[data-animation=true] {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c08-story .information {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0
    }

    .c08-story .video-card {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c08-story .navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c08-story .buttons .primary-button {
    margin-right: 1.5rem
}

.c08-story.c08c-video .navigation {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.c08-story.c08c-video .buttons .primary-button {
    margin-right: 0
}

.c08b-video {
    color: #4e4e4e;
    padding-bottom: 4rem
}

.c08b-video .wrapper {
    position: relative
}

.c08b-video-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1666666667
}

.c08b-video-subtitle {
    margin: 0
}

.c08b-video .row.flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.c08b-video .row.flow-wrap>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c08b-video .video-card {
    margin-top: 16px;
    position: relative
}

.c08b-video .video-card .behind {
    display: none
}

.c08b-video .video .content picture img {
    min-height: 0
}

.c08b-video-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    width: 100%
}

.c08b-video-item-desc {
    font-size: 18px;
    line-height: 1.5555555556;
    margin: 4px 0 0
}

.c08b-video .navigation {
    position: static;
    margin: 0
}

.c08b-video .navigation .navigation-index {
    display: none;
    margin: 0
}

.c08b-video .navigation .navigation-left,.c08b-video .navigation .navigation-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.c08b-video .navigation .navigation-left {
    left: -1.2rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.c08b-video .navigation .navigation-right {
    right: -1.2rem
}

.c08-story .navigation .navigation-left .icon,.c08-story .navigation .navigation-right .icon {
    height: 3.8rem;
    width: 2.4rem
}

@media (min-width: 768px) {
    .c08b-video-title {
        font-size:32px;
        line-height: 1.1875
    }

    .c08b-video .row.flow-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c08b-video .video-card {
        position: static
    }

    .c08b-video-item-title {
        font-size: 24px;
        line-height: 1.2083333333
    }

    .c08b-video .navigation .navigation-left {
        left: -4.8rem
    }

    .c08b-video .navigation .navigation-right {
        right: -4.8rem
    }
}

@media (min-width: 1025px) {
    .c08b-video .information {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.video {
    opacity: 0;
    pointer-events: none
}

.video,.video .behind {
    position: absolute;
    top: 0
}

.video .behind {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9ac9f7;
    border-radius: 1rem;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in
}

.video.active {
    position: relative;
    opacity: 1;
    pointer-events: inherit;
    z-index: 1
}

.video.active .behind {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.video.active .content {
    opacity: 1!important;
    pointer-events: inherit!important
}

.video .content {
    position: relative;
    cursor: pointer
}

.video .content picture img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: cover;"
}

.video .content .border-image {
    width: 100%
}

.video .content .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.video .content:hover .media-button {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.video .video-wrapper {
    display: none;
    top: 0;
    position: absolute;
    overflow: hidden;
    border-radius: 10px
}

.video .video-wrapper,.video .video-wrapper .v-video,.video .video-wrapper .v-video iframe {
    width: 100%;
    height: 100%
}

.video .video-wrapper.ended:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 64px 64px;
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/reload.ae9f34f.png)
}

.video .video-wrapper.active {
    display: inherit
}

.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    border-radius: 1rem;
    z-index: 99
}

.cookie-overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff
}

@media screen and (max-width: 1025px) {
    .cookie-overlay .inner {
        width:80%
    }
}

@media screen and (max-width: 370px) {
    .cookie-overlay .inner {
        width:100%
    }
}

.c09-order-free-sample .form-input {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c09-order-free-sample .form-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 350px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c09-order-free-sample .form-button-container button {
    display: block
}

.c09-order-free-sample .list {
    margin: 0;
    padding: 0;
    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
}

.c09-order-free-sample .list li {
    margin: 2rem 0
}

.c09-order-free-sample .list li .copy-01 {
    margin-top: .5rem
}

.c09-order-free-sample .primary-text {
    color: #1a80e3
}

.c09-order-free-sample .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.c09-order-free-sample .help .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c09-order-free-sample .information-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center
}

.c09-order-free-sample .sample-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.c09-order-free-sample .sample-container picture img {
    max-height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.c09-order-free-sample .product-image {
    display: none
}

.c09-order-free-sample .product-image.changing {
    top: 0;
    position: absolute;
    display: inherit
}

.c09-order-free-sample .product-image.selected {
    display: inherit
}

.c09-order-free-sample .help-container {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.c09-order-free-sample .help-mobile-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.c09-order-free-sample .help-mobile-container .row {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 8rem
}

.c09-order-free-sample .help-mobile-container .background {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c09-order-free-sample .help-mobile-container .background picture {
    width: 100%
}

.c09-order-free-sample[data-animation=true] .help-container,.c09-order-free-sample[data-animation=true] .help-mobile-container,.c09-order-free-sample[data-animation=true] .information-container,.c09-order-free-sample[data-animation=true] .sample-container {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c09-order-free-sample .help-mobile-container {
        -webkit-mask-image:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));
        -webkit-mask-image: linear-gradient(0deg,transparent 0,#000 20%,#000 80%,transparent);
        mask-image: -webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));
        mask-image: linear-gradient(0deg,transparent 0,#000 20%,#000 80%,transparent)
    }

    .c09-order-free-sample .help-mobile-container .row {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width: 1025px) {
    .c09-order-free-sample .help-mobile-container {
        display:none
    }

    .c09-order-free-sample .information-container {
        text-align: left
    }

    .c09-order-free-sample .help-container {
        display: inline-block;
        padding-left: 1rem
    }

    .c09-order-free-sample .cols-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c09-order-free-sample .form-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    .c09-order-free-sample .sample-container picture img {
        max-height: 35rem
    }
}

.select {
    width: 100%;
    max-width: 35rem;
    position: relative;
    display: inline-block
}

.select:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAAXNSR0IArs4c6QAAAXpJREFUKBWVkL1LA0EQxWcuEYkGRMTm9qIggqTxDzAIKiJGgmJhYSNIwK/CSrCJMcmpKJaWFlpYpBAhoJVoVLARbOyCFuLdxUKxEUJCvB13Axc0REkeHLM7b95vbxdASNWtYVnrFdPNIZlRNN0YA5ufs7iZqAfCEmaEbLoQoFApp8aMffGRmrBWagGJuSU5Lw4+JCJUZGhuXZtHwCRwvitOWPgP5Itb08BpDxBSfX4WRkRCJzCQJvfjjXVCACEFacaM+o4cz6la3AgKPwWEtw2dLPg8i3nplf5ELq4G8cvTyqYE9ZJzPNDi2UnZd9SRsAKc8JgAH7yexnEHIP0yRG6elrHQ1uSeEKA7Ijvp07Mjsq9tGr0256eIYHibldHMavun7DsqX8dpyNq1/dFSKOTSRNAjXm2ROO2IuxfJhYFshBk/Z+W6KkQa3Vuv7bmifQ1EfkB8AwX7s2ssI71K/QmRg9rGOyM7f+ZCJfwSVe8rwzXvY0S/3q1a8BtIP4kxskix+QAAAABJRU5ErkJggg==);
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    pointer-events: none
}

.select select {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 0;
    border-radius: 4rem;
    width: 100%;
    min-width: 15rem;
    font-size: 1.6rem;
    padding: 1.7rem;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    outline: 0;
    cursor: pointer
}

.select select::-ms-expand {
    display: none
}

.select select:focus {
    -webkit-box-shadow: 0 0 0 2px #1a80e3;
    box-shadow: 0 0 0 2px #1a80e3;
    outline: 0
}

.select[data-theme=primary-border] select {
    border: 2px solid #1a80e3
}

.select[data-theme=primary-border] select:focus {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@-moz-document url-prefix() {
    .ui-select {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden
    }

    .ui-select select {
        width: 110%;
        background-position: right 30px center!important;
        border: none!important
    }
}

.quote {
    position: relative;
    width: 100%
}

.quote .copy {
    text-align: center
}

.quote .quote-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quote .quote-symbol {
    color: #9ac9f7;
    line-height: 0;
    padding: 0;
    pointer-events: none;
    position: relative;
    top: 1rem;
    margin: 0 1rem 0 0
}

.quote .author {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.quote .author,.quote .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quote .description {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.quote .avatar {
    height: 6rem;
    width: 6rem;
    margin-right: 1rem
}

@media (min-width: 1025px) {
    .quote .copy {
        text-align:left
    }

    .quote .quote-container {
        display: inherit
    }

    .quote .author {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .quote .description {
        width: 100%
    }

    .quote .quote-symbol {
        color: #9ac9f7;
        line-height: 0;
        margin: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: -1rem
    }
}

.c10a-product-hero .media-container picture img {
    max-height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.c10a-product-hero .help-mobile-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.c10a-product-hero .help-mobile-container .row {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 8rem
}

.c10a-product-hero .help-mobile-container .background {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c10a-product-hero .help-mobile-container .background picture {
    width: 100%
}

.c10a-product-hero .list-container {
    text-align: center
}

.c10a-product-hero .list {
    padding: 0;
    list-style: none
}

.c10a-product-hero .list li {
    margin: 3rem 0
}

.c10a-product-hero .list li .copy-01 {
    margin-top: .5rem
}

.c10a-product-hero .buttons,.c10a-product-hero .help .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c10a-product-hero .help .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c10a-product-hero .center-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c10a-product-hero .center-buttons,.c10a-product-hero .center-buttons .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c10a-product-hero .center-buttons .main {
    width: 80%;
    max-width: 350px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c10a-product-hero .sub .link button.cswidget {
    -webkit-appearance: unset;
    border: none;
    background: none;
    cursor: pointer;
    color: #1a80e3;
    font-weight: 700;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.c10a-product-hero .sub .link button.cswidget:hover {
    color: #9ac9f7
}

.c10a-product-hero[data-animation=true] .help-container,.c10a-product-hero[data-animation=true] .help-mobile-container,.c10a-product-hero[data-animation=true] .list-container,.c10a-product-hero[data-animation=true] .media-container {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c10a-product-hero .help-mobile-container {
        -webkit-mask-image:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));
        -webkit-mask-image: linear-gradient(0deg,transparent 0,#000 20%,#000 80%,transparent);
        mask-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));
        mask-image: linear-gradient(180deg,transparent 0,#000 20%,#000 80%,transparent)
    }

    .c10a-product-hero .help-mobile-container .row {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width: 1025px) {
    .c10a-product-hero .help-mobile-container {
        display:none
    }

    .c10a-product-hero .help-container {
        padding-left: 1rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .c10a-product-hero .list-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: inherit
    }

    .c10a-product-hero .media-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c10a-product-hero .media-container picture img {
        max-height: 35rem
    }

    .c10a-product-hero .center-buttons {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c10a-product-hero .center-buttons,.c10a-product-hero .center-buttons .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .c10a-product-hero .center-buttons .main {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    .c10a-product-hero .center-buttons .main .primary-button[data-size=medium],.c10a-product-hero .center-buttons .main .primary-button[data-theme=dark-border][data-size=medium],.c10a-product-hero .center-buttons .main .primary-button[data-theme=light-border][data-size=medium],.c10a-product-hero .center-buttons .main .primary-button[data-theme=primary-border][data-size=medium],.c10a-product-hero .center-buttons .main .primary-button[data-theme=secondary-border][data-size=medium] {
        padding: 1.6rem .8rem
    }
}

.c10b-product-hero .list-container {
    text-align: center
}

.c10b-product-hero .list {
    padding: 0;
    list-style: none
}

.c10b-product-hero .list li {
    margin: 3rem 0
}

.c10b-product-hero .list li .copy-01 {
    margin-top: .5rem
}

.c10b-product-hero .share-icon {
    cursor: pointer;
    margin-bottom: 1rem
}

.c10b-product-hero .product-image {
    display: none
}

.c10b-product-hero .product-image.changing {
    top: 0;
    position: absolute;
    display: inherit
}

.c10b-product-hero .product-image.selected {
    display: inherit
}

.c10b-product-hero .share-container .heading-04 {
    text-align: center
}

.c10b-product-hero .share-container ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c10b-product-hero .share-container ul li {
    margin-right: 2rem
}

.c10b-product-hero .share-container ul li.hide {
    display: none
}

.c10b-product-hero .share-container ul li:last-child {
    margin-right: 0
}

.c10b-product-hero .share-container .share .icon {
    height: 2.8rem;
    width: 2.8rem;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c10b-product-hero .share-container .share .icon:hover {
    opacity: .8
}

.c10b-product-hero .center-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c10b-product-hero .center-buttons,.c10b-product-hero .center-buttons .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c10b-product-hero .center-buttons .main {
    width: 80%;
    max-width: 350px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c10b-product-hero .media-container picture img {
    max-height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.c10b-product-hero[data-animation=true] .heading .heading-01,.c10b-product-hero[data-animation=true] .heading .heading-04,.c10b-product-hero[data-animation=true] .list-container,.c10b-product-hero[data-animation=true] .media-container,.c10b-product-hero[data-animation=true] .share-container {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c10b-product-hero .share-container {
        padding-left:1rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .c10b-product-hero .share-container .heading-04 {
        text-align: inherit
    }

    .c10b-product-hero .share-container ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c10b-product-hero .list-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: inherit
    }

    .c10b-product-hero .media-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c10b-product-hero .media-container picture img {
        max-height: 35rem;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }

    .c10b-product-hero .center-buttons {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c10b-product-hero .center-buttons,.c10b-product-hero .center-buttons .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .c10b-product-hero .center-buttons .main {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    .c10b-product-hero .center-buttons .main a {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .c10b-product-hero .center-buttons .main .primary-button[data-size=medium],.c10b-product-hero .center-buttons .main .primary-button[data-theme=dark-border][data-size=medium],.c10b-product-hero .center-buttons .main .primary-button[data-theme=light-border][data-size=medium],.c10b-product-hero .center-buttons .main .primary-button[data-theme=primary-border][data-size=medium],.c10b-product-hero .center-buttons .main .primary-button[data-theme=secondary-border][data-size=medium] {
        padding: 1.6rem .8rem
    }
}

@media (min-width: 1280px) {
    .c10b-product-hero .center-buttons .main a {
        -webkit-box-flex:0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .c10b-product-hero .center-buttons .main .link {
        -ms-flex-item-align: center;
        align-self: center
    }

    .c10b-product-hero .center-buttons .main .link a {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: .4rem;
        padding: 1.6rem .8rem
    }

    .c10b-product-hero .center-buttons .main .link a:nth-child(2) {
        margin-right: 0;
        margin-left: .4rem
    }
}

.wechat {
    position: fixed;
    z-index: 2
}

.wechat,.wechat .overlay {
    width: 100%;
    height: 100%;
    top: 0
}

.wechat .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    opacity: 0
}

.wechat .notice {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.wechat .notice .popup-container {
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(0,0,0,.02);
    box-shadow: 0 .3rem .7rem rgba(0,0,0,.02)
}

.wechat .notice .description {
    padding: 2rem 2rem 3rem
}

.wechat .notice .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.wechat .notice .buttons .primary-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wechat .hidden {
    display: none
}

@media (min-width: 1025px) {
    .wechat .notice .buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .wechat .notice .buttons .primary-button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        min-width: inherit;
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.c10c-product-hero [data-animation=true] .header-container,.c10c-product-hero [data-animation=true] .list-container,.c10c-product-hero [data-animation=true] .media-container {
    opacity: 1!important
}

.c10c-product-hero .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c10c-product-hero .wrapper .header-container.mobile {
    width: 100%;
    text-align: center
}

.c10c-product-hero .wrapper .media-container {
    width: 46%;
    padding-right: 5%;
    margin-top: 3rem
}

.c10c-product-hero .wrapper .media-container img {
    max-width: 100%;
    height: auto
}

.c10c-product-hero .wrapper .media-container .product-image {
    display: none
}

.c10c-product-hero .wrapper .media-container .product-image.selected {
    display: inherit
}

@media (min-width: 1025px) {
    .c10c-product-hero .wrapper .media-container {
        width:25%;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .c10c-product-hero .wrapper .media-container {
        width:20%
    }
}

.c10c-product-hero .wrapper .list-container {
    width: 46%;
    margin-top: 5rem
}

.c10c-product-hero .wrapper .list-container ul.list {
    list-style: none;
    padding: 0;
    margin: 0
}

.c10c-product-hero .wrapper .list-container ul.list li {
    padding: 2rem 0;
    color: #003087;
    border-bottom: 2px solid rgba(26,128,227,.3)
}

.c10c-product-hero .wrapper .list-container ul.list li:first-child {
    padding-top: 0
}

.c10c-product-hero .wrapper .list-container ul.list li:last-child {
    border: none
}

.c10c-product-hero .wrapper .list-container ul.list li span {
    display: block
}

@media (min-width: 1025px) {
    .c10c-product-hero .wrapper .list-container {
        margin-top:0
    }

    .c10c-product-hero .wrapper .list-container ul.list {
        margin-top: 3rem
    }
}

.c10c-product-hero .wrapper .product-options {
    width: 100%
}

.c10c-product-hero .wrapper .product-options .select {
    max-width: none
}

.c10c-product-hero .wrapper .buttons-container .primary-button {
    padding: 1.5rem 3rem
}

.c10c-product-hero .wrapper .buttons-container.mobile {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%
}

@media (min-width: 767px) {
    .c10c-product-hero .wrapper .buttons-container.mobile {
        display:none
    }
}

.c10c-product-hero .wrapper .buttons-container.desktop {
    display: none
}

@media (min-width: 767px) {
    .c10c-product-hero .wrapper .buttons-container.desktop {
        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
    }

    .c10c-product-hero .wrapper .buttons-container.desktop .primary-button {
        margin-right: 2rem
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .c10c-product-hero .wrapper .buttons-container.desktop {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        text-align: center;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c10c-video-highlight.video-active {
    position: relative;
    z-index: 11
}

.c10c-video-highlight .video-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.c10c-video-highlight .video-article {
    position: relative;
    opacity: 1;
    pointer-events: inherit
}

.c10c-video-highlight .medias {
    left: -2rem;
    width: calc(100% + 4rem);
    min-height: 1px
}

.c10c-video-highlight .medias .responsive-image {
    width: 100%
}

.c10c-video-highlight[data-animation=true] .description,.c10c-video-highlight[data-animation=true] .heading-01,.c10c-video-highlight[data-animation=true] .medias {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c10c-video-highlight .medias {
        left:-8rem;
        width: calc(100% + 16rem)
    }
}

@media (min-width: 1025px) {
    .c10c-video-highlight.video-active {
        z-index:inherit
    }

    .c10c-video-highlight .title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center
    }

    .c10c-video-highlight .medias {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        left: 0
    }

    .c10c-video-highlight .medias picture {
        border-radius: 1rem;
        overflow: hidden
    }

    .c10c-video-highlight .description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
}

.c10d-text-guide-hero .text-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.c10d-text-guide-hero .image {
    left: -2rem;
    width: calc(100% + 4rem);
    min-height: 1px
}

.c10d-text-guide-hero .image .responsive-image {
    width: 100%
}

.c10d-text-guide-hero[data-animation=true] .description,.c10d-text-guide-hero[data-animation=true] .heading-01,.c10d-text-guide-hero[data-animation=true] .image {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c10d-text-guide-hero .image {
        left:-8rem;
        width: calc(100% + 16rem)
    }
}

@media (min-width: 1025px) {
    .c10d-text-guide-hero .title {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center
    }

    .c10d-text-guide-hero .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        left: 0
    }

    .c10d-text-guide-hero .image picture {
        border-radius: 1rem;
        overflow: hidden
    }

    .c10d-text-guide-hero .description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
}

html[dir=rtl] .c10d-text-guide-hero .wrapper .row .heading-01 {
    text-align: center
}

.c26-breadcrumbs {
    display: none
}

.c26-breadcrumbs .item,.c26-breadcrumbs .title {
    display: inline-block
}

.c26-breadcrumbs .item {
    font-weight: 400
}

.c26-breadcrumbs .title {
    font-weight: 700
}

.c26-breadcrumbs .icon {
    color: #1a80e3;
    vertical-align: baseline;
    width: .6rem;
    height: .6rem;
    padding: 0 .5rem .2rem
}

@media (min-width: 1025px) {
    .c26-breadcrumbs {
        display:block
    }

    .c26-breadcrumbs .add-margin-top {
        margin-top: 6rem
    }
}

@media (max-width: 1025px) {
    .c26-breadcrumbs {
        margin-bottom:30px;
        margin-top: 20px
    }

    .c26-breadcrumbs.mobile-nav {
        display: block!important
    }
}

@media (max-width: 1025px) {
    .n01-header+.c26-breadcrumbs,.n01-header+nav+.c26-breadcrumbs {
        margin-top:70px
    }
}

@media (max-width: 1025px) {
    .n01-header+nav+div .c26-breadcrumbs,.n01-header+nav+section+.c26-breadcrumbs,.n01-header+nav+section .c26-breadcrumbs {
        margin-top:20px
    }

    .n01-header+nav+div .c26-breadcrumbs.mobile-nav .wrapper,.n01-header+nav+section+.c26-breadcrumbs.mobile-nav .wrapper,.n01-header+nav+section .c26-breadcrumbs.mobile-nav .wrapper {
        padding: 0
    }
}

.c12a-testimonials .navigation {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c12a-testimonials .navigation .navigation-index {
    color: #9ac9f7;
    font-weight: 700;
    line-height: 0;
    display: inline-block;
    margin: 0 1rem
}

.c12a-testimonials .navigation .navigation-left,.c12a-testimonials .navigation .navigation-right {
    display: inline-block;
    margin-top: -.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c12a-testimonials .navigation .navigation-left .icon,.c12a-testimonials .navigation .navigation-right .icon {
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.c12a-testimonials .navigation .navigation-left .icon:hover,.c12a-testimonials .navigation .navigation-right .icon:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c12a-testimonials .navigation .navigation-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c12a-testimonials .hide-navigation {
    display: none
}

.c12a-testimonials {
    overflow: hidden;
    position: relative;
    margin-top: 6rem
}

.c12a-testimonials .heading-02 {
    color: #004f96
}

.c12a-testimonials .quote-carousel {
    position: relative;
    min-height: 35rem
}

.c12a-testimonials .quote-carousel .quotes {
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    -o-transition: transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s
}

.c12a-testimonials .quote-carousel .quotes .quote-card {
    width: 100%;
    height: auto;
    opacity: 1;
    margin-bottom: 1rem;
    margin-top: 5rem;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

.c12a-testimonials .quote-carousel .quotes .quote-card.mobile {
    display: none
}

.c12a-testimonials .quote-carousel .quotes .quote-card.active {
    opacity: 1
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote {
    height: 100%;
    margin-top: 0;
    padding: 1rem 2rem;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 1rem #b5b5b5;
    box-shadow: 0 0 1rem #b5b5b5
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .copy {
    text-align: left
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .author {
    -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;
    position: absolute;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .avatar {
    height: 8rem;
    width: 8rem;
    margin-right: auto;
    margin-left: auto
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .description {
    margin-top: 1rem;
    text-align: center
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .names {
    font-weight: 700
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .quote-symbol {
    top: .5rem;
    left: .5rem
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .quote-container {
    margin-top: 8rem;
    position: relative
}

.c12a-testimonials .quote-carousel .quotes .quote-card .quote .link {
    position: absolute;
    bottom: 2rem
}

@media (max-width: 1025px) {
    .c12a-testimonials .quote-carousel .quotes .quote-card .quote {
        min-height:260px
    }
}

@media (max-width: 1025px) {
    .c12a-testimonials .quote-carousel .quotes .quote-card {
        position:relative
    }
}

.c12a-testimonials .navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    width: 100vw;
    top: 50%;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%)
}

.c12a-testimonials .navigation .navigation-left,.c12a-testimonials .navigation .navigation-right {
    position: absolute;
    bottom: 0;
    display: none
}

.c12a-testimonials .navigation .navigation-left.active,.c12a-testimonials .navigation .navigation-right.active {
    display: block
}

.c12a-testimonials .navigation .navigation-left .icon,.c12a-testimonials .navigation .navigation-right .icon {
    height: 2.5rem;
    font-weight: bolder
}

.c12a-testimonials .navigation .navigation-right {
    right: 3%
}

.c12a-testimonials .navigation .navigation-left {
    left: 3%
}

.c12a-testimonials .navigation .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .1s;
    -o-transition: .1s opacity;
    transition: opacity .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    bottom: -15rem;
    z-index: 10;
    left: 0;
    width: 100%
}

@media (min-width: 1025px) {
    .c12a-testimonials .navigation .swiper-pagination {
        bottom:-21rem
    }
}

.c12a-testimonials .navigation .swiper-pagination.desktop-bullet {
    display: none
}

@media (min-width: 1025px) {
    .c12a-testimonials .navigation .swiper-pagination.desktop-bullet {
        display:block
    }
}

.c12a-testimonials .navigation .swiper-pagination.mobile-bullet {
    display: block
}

@media (min-width: 1025px) {
    .c12a-testimonials .navigation .swiper-pagination.mobile-bullet {
        display:none
    }
}

.c12a-testimonials .navigation .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #d3d3d3;
    margin: 0 3px
}

.c12a-testimonials .navigation .swiper-pagination .swiper-pagination-bullet.active {
    background: #1f1f1f
}

.c12a-testimonials .navigation .swiper-pagination .swiper-pagination-bullet:hover {
    cursor: pointer
}

.c12a-testimonials[data-animation=true] .quote,.c12a-testimonials[data-animation=true] .text-center {
    opacity: 1!important
}

.c12a-testimonials .slick-initialized .slick-list {
    height: 100%;
    margin: 0 -2rem
}

.c12a-testimonials .slick-initialized .slick-slide {
    margin: 0 2rem
}

.c12a-testimonials .slick-initialized .slick-dots {
    bottom: 0
}

.c12a-testimonials .slick-initialized .slick-arrow.slick-prev {
    left: -5rem
}

.c12a-testimonials .slick-initialized .slick-arrow.slick-next {
    right: -5rem
}

@media (min-width: 1025px) {
    .c12a-testimonials .quote-carousel .quote-viewport .quotes .slick-list .quote-card {
        padding:0;
        opacity: 0
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .slick-list .quote-card.slick-active {
        opacity: 1
    }

    .c12a-testimonials .slick-initialized .slick-dots {
        bottom: -3rem
    }

    .c12a-testimonials .quote-carousel {
        min-height: 35rem
    }

    .c12a-testimonials .quote-carousel .quote-viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes {
        display: block;
        width: 100%;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        cursor: inherit!important;
        white-space: nowrap;
        min-height: 260px
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card {
        opacity: 1;
        height: auto;
        width: 30%;
        margin-top: 4rem;
        padding: 0 1.4%;
        display: inline-block;
        position: relative;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important;
        cursor: inherit!important;
        white-space: normal
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card .quote {
        min-height: 26rem;
        width: 100%;
        padding: 2rem 3rem
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card .quote .copy {
        text-align: left
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card .quote .author {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card .quote .quote-symbol {
        top: 2rem;
        left: -2rem
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes .quote-card.mobile {
        display: none
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes.less-quotes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c12a-testimonials .quote-carousel .quote-viewport .quotes.less-quotes .quote-card {
        width: 33%
    }

    .c12a-testimonials .navigation {
        max-width: 144rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: none
    }

    .c12a-testimonials .navigation.has-more-quotes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c12b-testimonials[data-animation=true] .avatar-top,.c12b-testimonials[data-animation=true] .buttons,.c12b-testimonials[data-animation=true] .heading-04,.c12b-testimonials[data-animation=true] .items-container,.c12b-testimonials[data-animation=true] .testimonial-text {
    opacity: 1!important
}

.c12b-testimonials .avatar-top {
    height: 8rem;
    width: 8rem;
    text-align: left;
    overflow: hidden
}

.c12b-testimonials .items-container {
    overflow: hidden;
    width: 100%;
    min-height: .125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/c-12-b-bg.c9135db.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.c12b-testimonials .testimonial-text {
    color: #99cf63
}

.c12b-testimonials .testimonial-text:before {
    content: "\201C";
    margin-right: .2rem
}

.c12b-testimonials .testimonial-text:after {
    content: "\201D";
    margin-left: .2rem
}

.c12b-testimonials .items-viewport {
    height: auto;
    width: 90vw;
    z-index: 0
}

.c12b-testimonials .items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c12b-testimonials .item {
    height: auto;
    width: 86vw;
    padding: 2vw;
    display: inline-block
}

.c12b-testimonials .item picture {
    width: 100%
}

.c12b-testimonials .item.special picture img {
    max-height: 27rem;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.c12b-testimonials .buttons {
    margin-bottom: 2rem;
    max-width: 350px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.c12b-testimonials .buttons,.c12b-testimonials .buttons .first {
    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: 767px) {
    .c12b-testimonials .items-viewport {
        margin:0 0 0 6rem;
        height: auto;
        width: 41vw
    }

    .c12b-testimonials .item {
        height: auto;
        width: 39vw;
        padding: 1.5vw;
        display: inline-block
    }
}

@media (min-width: 1025px) {
    .c12b-testimonials .avatar-top {
        height:15rem;
        width: 15rem
    }

    .c12b-testimonials .items-viewport {
        margin: 0;
        height: auto;
        width: 80vw;
        max-width: 140rem;
        padding: 0 12rem
    }

    .c12b-testimonials .items-container {
        background-position: 50%
    }

    .c12b-testimonials .items,.c12b-testimonials .items-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c12b-testimonials .items {
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10rem 0;
        cursor: inherit!important
    }

    .c12b-testimonials .item {
        width: 25vw;
        padding: 0;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c12b-testimonials .item.special {
        width: 25vw;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c12b-testimonials .item.special picture img {
        max-height: 40rem;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }

    .c12b-testimonials .item:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .c12b-testimonials .item:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c12b-testimonials .item .article-card,.c12b-testimonials .item .promotion-card {
        max-width: 300px;
        width: 100%
    }

    .c12b-testimonials .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: inherit;
        position: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: inherit
    }

    .c12b-testimonials .buttons .first {
        margin-right: 1rem;
        display: inherit
    }
}

.c13-video-highlight .information {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.c13-video-highlight .video-card {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.c13-video-highlight .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c13-video-highlight .list {
    margin: 0;
    padding: 0;
    list-style: none
}

.c13-video-highlight .list li {
    margin: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c13-video-highlight .icon-container {
    margin-right: 2rem
}

.c13-video-highlight .icon-container .icon {
    height: 5rem;
    width: 5rem
}

.c13-video-highlight .icon-container .icon svg path {
    fill: #9ac9f7
}

.c13-video-highlight .detail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.c13-video-highlight .detail-container div {
    width: 100%
}

.c13-video-highlight .detail-container .title {
    color: #000
}

.c13-video-highlight .detail-container .copy-text {
    color: #646464
}

.c13-video-highlight[data-animation=true] {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c13-video-highlight .information {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0
    }

    .c13-video-highlight .video-card {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.c14-faq ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.c14-faq ul li {
    border-bottom: 1px solid #ebebeb
}

.c14-faq .arrow-icon {
    min-width: 2rem
}

.c14-faq .arrow-icon img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

.c14-faq .faq-accordion.active .arrow-icon img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c14-faq table {
    width: 100%!important
}

.c14-faq table.table-width {
    width: auto!important
}

.c14-faq .faq-category {
    margin-bottom: 3rem
}

.c14-faq .faq-category .faq-heading,.c14-faq .faq-category h2 {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.c14-faq .faq-category h2 {
    color: #1a80e3;
    cursor: auto
}

.c14-faq .faq-copy {
    overflow: hidden;
    height: 0
}

.c14-faq .faq-copy .copy {
    padding-bottom: 3rem
}

.c14-faq .faq-copy .copy .text {
    padding: 1rem 0
}

.c14-faq .faq-copy .copy .text li {
    border-bottom: none
}

.c14-faq .faq-copy .copy .text img {
    width: 100%;
    height: auto
}

.c14-faq .faq-copy .copy .buttons {
    padding: 1rem 0
}

.c14-faq .faq-copy .copy .buttons .primary-button {
    margin-right: 1rem
}

.c14-faq .contact-box {
    position: relative;
    overflow: hidden;
    height: 0
}

.c14-faq .contacts {
    background: rgba(154,201,247,.1);
    border-radius: 1rem;
    padding: 3rem;
    margin: 1rem 0
}

.c14-faq .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c14-faq .contact-details .image {
    margin-right: 1rem
}

.c14-faq .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c14-faq[data-animation=true] {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c14-faq .faq-category .faq-heading,.c14-faq .faq-category h2 {
        padding:2rem 3rem
    }

    .c14-faq .text-center {
        text-align: center
    }

    .c14-faq .faq-copy .copy .buttons,.c14-faq .faq-copy .copy .text {
        padding: 1rem 3rem
    }
}

.c15-image-cards .image-row {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c15-image-cards .image-row .col-image {
    margin-left: 1.3rem;
    margin-right: 1.3rem
}

.c15-image-cards[data-animation=true] .col-image,.c15-image-cards[data-animation=true] .heading-02,.c15-image-cards[data-animation=true] .heading-04 {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c15-image-cards .text-center-desktop {
        text-align:center
    }
}

.c15-image-cards.c15a-image-cards .media-card .responsive-image,.c15-image-cards.c15a-image-cards .media-card .responsive-image img {
    height: unset;
    max-height: none
}

.media-card .responsive-image {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    max-height: 30rem
}

.media-card .responsive-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.media-card ol {
    margin: 0;
    padding: 0 0 0 1.5rem
}

@media (min-width: 1025px) {
    .media-card .responsive-image {
        max-height:20rem
    }

    .media-card .responsive-image img {
        height: 18rem
    }
}

.c16-campaign {
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/background_c16_small.12c0f52.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

.c16-campaign[data-animation=true] .buttons-container,.c16-campaign[data-animation=true] .campaign-container,.c16-campaign[data-animation=true] .campaign-image,.c16-campaign[data-animation=true] .description,.c16-campaign[data-animation=true] .heading-02,.c16-campaign[data-animation=true] .heading-04 {
    opacity: 1!important
}

.c16-campaign .campaign-image {
    max-width: 300px;
    margin: 0 auto
}

.c16-campaign .lines {
    position: absolute;
    height: calc(100% - 4rem)
}

.c16-campaign .lines .line-gray {
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    left: 2.05rem;
    top: .5rem
}

.c16-campaign .lines .line-quaternary {
    content: "";
    width: 1px;
    height: 0;
    background: #b293c4;
    position: absolute;
    left: 2.05rem;
    top: .5rem
}

.c16-campaign .campaign-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.c16-campaign .campaign-list .campaign-list-item {
    padding-left: 5rem;
    position: relative;
    margin: 0 0 4rem
}

.c16-campaign .campaign-list .campaign-list-item .bullet {
    border: 1px solid #b293c4;
    border-radius: 100%;
    background: #fff;
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 1.5rem;
    top: .5rem
}

.c16-campaign .campaign-list .campaign-list-item .campaign-item-content {
    opacity: .5
}

.c16-campaign .campaign-list .campaign-list-item:last-child {
    margin: 0
}

.c16-campaign .buttons {
    margin-bottom: 2rem;
    max-width: 350px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.c16-campaign .buttons,.c16-campaign .buttons .primary-button:first-child {
    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: 1025px) {
    .c16-campaign {
        background-image:url(/profiles/custom/friso_starter/themes/friso/asset/image/background_c16.f85197c.png);
        background-size: contain
    }

    .c16-campaign .campaign-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .c16-campaign .campaign-list .campaign-list-item {
        padding-left: 0;
        margin: 0 0 2rem
    }

    .c16-campaign .campaign-list .campaign-list-item .description {
        margin-left: 2rem
    }

    .c16-campaign .campaign-list .campaign-list-item .campaign-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c16-campaign .campaign-list .campaign-list-item .campaign-item-content .heading-01 {
        line-height: .8
    }

    .c16-campaign .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: inherit;
        position: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: inherit
    }

    .c16-campaign .buttons .primary-button:first-child {
        margin-right: 1rem;
        display: inherit
    }
}

.c17a-storefinder .map-container {
    position: relative
}

.c17a-storefinder .map-container:before {
    content: "";
    display: block;
    padding-top: 65.40698%
}

.c17a-storefinder .map-container .map {
    position: absolute;
    top: 0;
    left: 0
}

.c17a-storefinder .search-row {
    z-index: 1
}

.c17a-storefinder .search-container {
    position: relative;
    max-width: 41rem;
    z-index: 2;
    margin: 0 auto
}

.c17a-storefinder .search-container .icon {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none
}

.c17a-storefinder .stores-list {
    min-height: 35rem;
    overflow-y: auto;
    position: relative
}

.c17a-storefinder [data-stores] {
    position: absolute;
    padding-right: 50px
}

.c17a-storefinder input {
    position: relative;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 2px #1a80e3;
    box-shadow: inset 0 0 0 2px #1a80e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    border-radius: 4rem;
    width: calc(100% - .4rem);
    margin: .5rem 0;
    z-index: 2;
    padding: 1.7rem 55px 1.7rem 1.7rem
}

.c17a-storefinder input:invalid {
    border: .2rem solid red
}

.c17a-storefinder[data-animation=true] .row {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c17a-storefinder input {
        max-width:41rem
    }

    .c17a-storefinder .stores-and-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .c17a-storefinder .stores-and-map .stores-list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-height: inherit
    }

    .c17a-storefinder .stores-and-map .map-display {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.pac-container {
    padding-top: 40px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    border: 2px solid #1a80e3;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    z-index: 0
}

.pac-container .pac-item:first-child {
    border-top: 0
}

.store-card {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    overflow: hidden
}

.store-card,.store-card .marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.store-card .marker {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.store-card .marker .distance {
    margin-top: .5rem
}

.store-card .marker .icon {
    width: 4rem;
    height: 4rem
}

.store-card .information {
    margin-left: 1rem;
    margin-bottom: 2rem
}

.store-card ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.store-card ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

.store-card ul li .day,.store-card ul li .time {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.map {
    position: relative
}

.map,.no-results {
    width: 100%;
    height: 100%
}

.no-results {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    opacity: 0
}

.no-results .marker .icon {
    width: 4rem
}

.no-results.active {
    opacity: 1
}

.c17b-compact-storefinder .map-container {
    position: relative
}

.c17b-compact-storefinder .map-container:before {
    content: "";
    display: block;
    padding-top: 65.45455%
}

.c17b-compact-storefinder .map-container .map {
    position: absolute;
    top: 0;
    left: 0
}

.c17b-compact-storefinder .align {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.c17b-compact-storefinder .align .top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%
}

.c17b-compact-storefinder .align .bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.c17b-compact-storefinder[data-animation=true],.c17b-compact-storefinder[data-animation=true] .col-6 {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c17b-compact-storefinder .map-container {
        position:relative;
        width: 80%;
        left: 10%
    }

    .c17b-compact-storefinder .map-container:before {
        content: "";
        display: block;
        padding-top: 39.77273%
    }
}

.c18-reviews ul {
    list-style: none;
    padding: 0
}

.c18-reviews [data-review-overall] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0
}

.c18-reviews .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.c18-reviews .bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.c18-reviews .reviews {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    text-align: right
}

.c18-reviews .percentage {
    position: relative;
    width: 0;
    background: -webkit-gradient(linear,right top,left top,from(#9ac9f7),to(#1a80e3));
    background: -o-linear-gradient(right,#9ac9f7,#1a80e3);
    background: linear-gradient(270deg,#9ac9f7,#1a80e3);
    height: 1.6rem;
    border-radius: 4rem
}

.c18-reviews .carousel-column {
    position: relative;
    min-height: 21rem
}

.c18-reviews .review-carousel {
    -webkit-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem);
    width: calc(100% + 2.4rem);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 24rem
}

.c18-reviews .review-cards {
    width: 80vw;
    left: 10%
}

.c18-reviews .review-cards .review-card {
    width: 90%;
    padding: 0 5%
}

.c18-reviews .primary-button {
    display: inline-block
}

.c18-reviews[data-animation=true] .heading-02,.c18-reviews[data-animation=true] .heading-04,.c18-reviews[data-animation=true] .primary-button,.c18-reviews[data-animation=true] .reviews-content>div {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c18-reviews .bar {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }

    .c18-reviews .review-carousel {
        -webkit-transform: translateX(-7.2rem);
        -ms-transform: translateX(-7.2rem);
        transform: translateX(-7.2rem);
        width: calc(100% + 14.4rem)
    }
}

@media (min-width: 1025px) {
    .c18-reviews .reviews-content {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c18-reviews .review-carousel {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 100%;
        position: relative;
        min-height: inherit;
        overflow: inherit
    }

    .c18-reviews .carousel-column {
        min-height: inherit
    }

    .c18-reviews .review-cards {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: inherit!important
    }

    .c18-reviews .review-cards,.c18-reviews .review-cards .review-card {
        width: 100%;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important;
        position: relative
    }

    .c18-reviews .review-cards .review-card {
        padding: 0
    }

    .c18-reviews .review-cards .review-card:first-child {
        margin-top: 0
    }
}

.review {
    position: relative;
    text-align: center;
    padding-top: 4rem
}

.review:before {
    content: "\201C";
    font-weight: 700;
    font-size: 6rem;
    position: absolute;
    top: 0;
    left: 50%;
    color: #9ac9f7;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .review {
        text-align:inherit;
        padding-left: 4rem;
        padding-top: 0
    }

    .review:before {
        content: "\201C";
        font-weight: 700;
        font-size: 6rem;
        position: absolute;
        top: -1rem;
        left: 1rem;
        color: #9ac9f7
    }
}

.c19-benefits-highlight .tab-container {
    position: relative;
    min-height: 10rem;
    overflow: hidden
}

.c19-benefits-highlight .tabs {
    width: 40%;
    left: 30%
}

.c19-benefits-highlight .tabs .tab-btn {
    text-align: center
}

.c19-benefits-highlight .tab-content {
    min-height: 50rem;
    position: relative
}

.c19-benefits-highlight .tab-content .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c19-benefits-highlight .tab-content .contents .content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c19-benefits-highlight .tab-content .contents .content.active {
    opacity: 1;
    pointer-events: inherit;
    position: relative
}

.c19-benefits-highlight [tab-active=true] .tab-button {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    background: #fff
}

.c19-benefits-highlight[data-animation=true] .contents,.c19-benefits-highlight[data-animation=true] .heading-02,.c19-benefits-highlight[data-animation=true] .heading-04,.c19-benefits-highlight[data-animation=true] .tab-container {
    opacity: 1!important
}

.c19-benefits-highlight .wrapper>.row .col-6 h4:first-child {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

@media (min-width: 1025px) {
    .c19-benefits-highlight {
        background-position:center 40%
    }

    .c19-benefits-highlight .tab-viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c19-benefits-highlight .tab-content {
        min-height: 35rem
    }

    .c19-benefits-highlight .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 120rem;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c19-benefits-highlight .tabs,.c19-benefits-highlight .tabs .tab-btn {
        position: relative;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important
    }

    .c19-benefits-highlight .tabs .tab-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 2rem;
        margin-right: 2rem
    }
}

.tab-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #646464;
    padding: .8rem 2rem;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 4rem;
    cursor: pointer
}

.c33-benefits-card[data-animation=true] .col-6 {
    opacity: 1!important
}

.c33-benefits-card .vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center
}

.c33-benefits-card picture {
    width: 100%
}

.c33-benefits-card picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.c33-benefits-card .video.active .behind {
    display: none
}

.c33-benefits-card .video .content picture img {
    min-height: auto
}

.c33-benefits-card .border-image picture img {
    border-radius: 0
}

@media (min-width: 1280px) {
    .c33-benefits-card .btn-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c33-benefits-card .btn-wrapper .primary-button:first-of-type {
        margin-right: 20px
    }
}

@media (min-width: 1025px) {
    .c33-benefits-card .vertical-center {
        text-align:inherit
    }

    .c33-benefits-card picture img {
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }
}

.c20a-nutritional-ingredients .tab-container {
    position: relative;
    min-height: 10rem;
    overflow: hidden
}

.c20a-nutritional-ingredients .tabs {
    width: 40%;
    left: 30%
}

.c20a-nutritional-ingredients .tabs .tab-btn {
    text-align: center
}

.c20a-nutritional-ingredients .tab-content {
    min-height: 25rem;
    position: relative;
    overflow: hidden;
    height: auto
}

.c20a-nutritional-ingredients .tab-content .content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c20a-nutritional-ingredients .tab-content .content.active {
    opacity: 1;
    pointer-events: inherit
}

.c20a-nutritional-ingredients .tab-overlay {
    position: absolute;
    width: 100%;
    height: 5rem;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -o-linear-gradient(hsla(0,0%,100%,0),#fff);
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
    bottom: 0
}

.c20a-nutritional-ingredients [tab-active=true] .tab-button {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    background: #fff
}

.c20a-nutritional-ingredients[data-animation=true] .primary-button,.c20a-nutritional-ingredients[data-animation=true] .tab-container,.c20a-nutritional-ingredients[data-animation=true] .tab-content {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c20a-nutritional-ingredients .tab-viewport {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c20a-nutritional-ingredients .tab-content {
        min-height: 50rem
    }

    .c20a-nutritional-ingredients .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 120rem;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c20a-nutritional-ingredients .tabs,.c20a-nutritional-ingredients .tabs .tab-btn {
        position: relative;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important
    }

    .c20a-nutritional-ingredients .tabs .tab-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .c20a-nutritional-ingredients .tab-overlay {
        display: none
    }
}

.c20a-nutritional-ingredients .show-more-button {
    background: transparent;
    border: none;
    cursor: pointer
}

.c20a-nutritional-ingredients .show-more-button .icon {
    height: 3rem;
    width: 3rem
}

.nutritional-card table {
    margin: 0 auto
}

:lang(ar) .nutritional-card table {
    text-align: right
}

.nutritional-card thead {
    font-size: 1.2rem
}

@media (min-width: 767px) {
    .nutritional-card thead {
        font-size:2rem
    }
}

.nutritional-card thead span {
    color: #8a8a8a;
    display: block;
    font-size: 1.2rem
}

.nutritional-card tbody {
    font-size: 1.6rem
}

.nutritional-card td,.nutritional-card th {
    padding: .5rem 1.5rem;
    text-align: left;
    vertical-align: top
}

.nutritional-card th {
    padding: 1rem 1.5rem
}

.c20b-textual-filters[data-animation=true] .textual-container>.row {
    opacity: 1!important
}

.c20b-textual-filters .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c20b-textual-filters .textual-container {
    position: relative;
    z-index: 1
}

.c20b-textual-filters .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem 0 .5rem
}

.c20b-textual-filters .last-arrow {
    margin: 0 0 0 .5rem
}

.c20b-textual-filters .sub-navigation {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    min-width: 18rem;
    text-align: left;
    border: 2px solid #1a80e3;
    border-radius: 1rem;
    z-index: 3;
    background: #fff;
    -webkit-transform: translateY(100%) translateY(-1.5rem);
    -ms-transform: translateY(100%) translateY(-1.5rem);
    transform: translateY(100%) translateY(-1.5rem);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.c20b-textual-filters .sub-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.c20b-textual-filters .sub-navigation ul li {
    cursor: pointer
}

.c20b-textual-filters .sub-navigation ul li a {
    display: block;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.c20b-textual-filters .sub-navigation ul li a:hover {
    background: rgba(154,201,247,.2)
}

.c20b-textual-filters .sub-navigation ul li a.selected {
    opacity: .5;
    pointer-events: none
}

.c20b-textual-filters .sub-navigation:before {
    content: "";
    position: absolute;
    display: block;
    top: -1rem;
    left: .9rem;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #1a80e3
}

.c20b-textual-filters .sub-navigation:after {
    content: "";
    position: absolute;
    display: block;
    top: -.7rem;
    left: 1.2rem;
    width: 0;
    height: 0;
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-bottom: .7rem solid #fff
}

.c20b-textual-filters .nav-selected {
    position: relative;
    z-index: 1;
    padding: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c20b-textual-filters .nav-selected:hover .nav-selected-label {
    cursor: pointer;
    opacity: .8
}

.c20b-textual-filters .nav-selected:hover .sub-navigation {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(100%) translateY(-.7rem);
    -ms-transform: translateY(100%) translateY(-.7rem);
    transform: translateY(100%) translateY(-.7rem)
}

.c20b-textual-filters select {
    color: #1a80e3;
    border: 0;
    background: transparent;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: "";
    text-overflow: "";
    padding-right: 3.5rem;
    text-align: center;
    text-align-last: center
}

.c20b-textual-filters select::-ms-expand {
    display: none
}

.c20b-textual-filters .selector {
    width: auto;
    position: relative;
    display: inline
}

.c20b-textual-filters .sel-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c20b-textual-filters .subtitle {
    font-weight: 400
}

@media (min-width: 1025px) {
    .c20b-textual-filters .nav-selected {
        padding-bottom:2rem
    }
}

.c31-nutritional-value[data-animation=true] .card,.c31-nutritional-value[data-animation=true] .heading-02,.c31-nutritional-value[data-animation=true] .heading-04 {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c31-nutritional-value .list-items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c31-nutritional-value .list-items>div {
        width: calc(50% - 2rem);
        margin: 0 1rem 2rem
    }

    .c31-nutritional-value .list-items .item {
        width: 45%
    }
}

@media (min-width: 1025px) {
    .c31-nutritional-value .list-items>div {
        width:33%;
        margin: 0;
        max-width: 27rem
    }

    .c31-nutritional-value .list-items .item {
        width: 25%
    }
}

.card .responsive-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    max-height: 15rem;
    min-height: 15rem
}

@media (min-width: 1025px) {
    .card .description {
        min-height:5rem
    }
}

.c21-cta[data-animation=true] {
    opacity: 1!important
}

.c22a-paragraph .video .content picture img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.c22a-paragraph {
    word-wrap: break-word
}

.c22a-paragraph a:not(.primary-button) {
    color: #646464;
    text-decoration: underline
}

.c22a-paragraph img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: block
}

.c22a-paragraph iframe {
    width: 100%;
    position: relative
}

.c22a-paragraph .google-slides {
    position: relative;
    padding-top: 56.25%
}

.c22a-paragraph .google-slides iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c22a-paragraph[data-animation=true] {
    opacity: 1!important
}

.c22a-paragraph h1,.c22a-paragraph h2,.c22a-paragraph h3 {
    line-height: 4rem
}

.c22a-paragraph .link a {
    color: #1a80e3!important;
    text-decoration: none
}

.c22a-paragraph .behind {
    display: none
}

.c22a-paragraph .cookie-overlay {
    background-color: rgba(0,0,0,.6);
    height: calc(100% - 4px)
}

.c23-quote {
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/c-12-b-bg.c9135db.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.c23-quote .quotes {
    padding: 6rem 0 5rem
}

.c23-quote .quotes:before {
    content: "\201C";
    font-weight: 700
}

.c23-quote .quotes:after {
    content: "\201D";
    font-weight: 700
}

.c23-quote[data-animation=true] {
    opacity: 1!important
}

.c24a-image-carousel .images .image-card .responsive-image {
    background-color: #ebebeb
}

.c24a-image-carousel .image-carousel {
    position: relative;
    min-height: 70vw;
    overflow: hidden
}

.c24a-image-carousel[data-animation=true] .heading-04,.c24a-image-carousel[data-animation=true] .image-card {
    opacity: 1!important
}

.c24a-image-carousel .images {
    width: 70vw;
    left: 15%
}

.c24a-image-carousel .images .image-card {
    width: 90%;
    padding: 0 5%
}

.c24a-image-carousel .images .image-card picture {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem
}

.c24a-image-carousel .images .image-card picture:before {
    content: "";
    display: block;
    padding-top: 100%
}

.c24a-image-carousel .images .image-card picture img {
    top: 0;
    position: absolute;
    height: 100%;
    width: auto
}

.c24a-image-carousel .images .image-card:nth-child(2n) picture {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

@media (min-width: 767px) {
    .c24a-image-carousel .image-carousel {
        min-height:40vw
    }

    .c24a-image-carousel .images {
        width: 40vw
    }
}

@media (min-width: 1025px) {
    .c24a-image-carousel .image-carousel {
        min-height:32rem;
        overflow: inherit
    }

    .c24a-image-carousel .image-viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c24a-image-carousel .images {
        width: 100%;
        max-width: 120rem;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: inherit!important
    }

    .c24a-image-carousel .images,.c24a-image-carousel .images .image-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important
    }

    .c24a-image-carousel .images .image-card {
        width: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 1.2%;
        max-width: 35rem
    }
}

.c24b-instagram-carousel .navigation {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c24b-instagram-carousel .navigation .navigation-index {
    color: #9ac9f7;
    font-weight: 700;
    line-height: 0;
    display: inline-block;
    margin: 0 1rem
}

.c24b-instagram-carousel .navigation .navigation-left,.c24b-instagram-carousel .navigation .navigation-right {
    display: inline-block;
    margin-top: -.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c24b-instagram-carousel .navigation .navigation-left .icon,.c24b-instagram-carousel .navigation .navigation-right .icon {
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

.c24b-instagram-carousel .navigation .navigation-left .icon:hover,.c24b-instagram-carousel .navigation .navigation-right .icon:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c24b-instagram-carousel .navigation .navigation-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c24b-instagram-carousel .hide-navigation {
    display: none
}

.c24b-instagram-carousel {
    overflow: hidden
}

.c24b-instagram-carousel[data-animation=true] .heading-04,.c24b-instagram-carousel[data-animation=true] .navigation,.c24b-instagram-carousel[data-animation=true] .tab .flow-wrap>div {
    opacity: 1!important
}

.c24b-instagram-carousel .image-tab-content {
    min-height: 30rem;
    position: relative
}

.c24b-instagram-carousel .image-tab-content .image-content {
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.c24b-instagram-carousel .image-tab-content .image-content.active {
    opacity: 1;
    pointer-events: inherit
}

.tab .image-card .responsive-image {
    background-color: #ebebeb
}

.tab .image-card picture {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem
}

.tab .image-card picture:before {
    content: "";
    display: block;
    padding-top: 100%
}

.tab .image-card picture img {
    top: 0;
    position: absolute;
    height: 100%;
    width: auto
}

.tab .image-card:nth-child(2n) picture {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.carousel-images {
    position: relative;
    min-height: 70vw;
    overflow: hidden
}

.carousel-images .images {
    width: 70vw;
    left: 15%
}

.carousel-images .images .image-card {
    width: 90%;
    padding: 0 5%
}

.carousel-images .images .image-card picture {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem
}

.carousel-images .images .image-card picture:before {
    content: "";
    display: block;
    padding-top: 100%
}

.carousel-images .images .image-card picture img {
    top: 0;
    position: absolute;
    height: 100%;
    width: auto
}

.carousel-images .images .image-card:nth-child(2n) picture {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

@media (min-width: 767px) {
    .carousel-images {
        min-height:40vw
    }

    .carousel-images .images {
        width: 40vw
    }
}

.c25-quiz {
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/blue-brush-bg.704157a.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    padding: 5rem 0 10rem
}

.c25-quiz .quiz-levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

.c25-quiz .left-level-description,.c25-quiz .right-level-description {
    top: -3rem;
    position: absolute
}

.c25-quiz .left-level-description {
    left: 0
}

.c25-quiz .right-level-description {
    right: 0
}

.c25-quiz ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c25-quiz ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 6rem;
    margin: 0 .5rem
}

.c25-quiz ul li .value {
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    border: 1px solid #9ac9f7;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.c25-quiz ul li .value .number {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: .5
}

.c25-quiz ul li .value:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.c25-quiz ul li .value:hover .number {
    opacity: 1
}

.c25-quiz ul .percentage {
    text-align: center;
    margin-top: 1rem;
    min-height: 2.3rem;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.c25-quiz ul .percentage.active {
    opacity: 1
}

.c25-quiz[data-animation=true] .row {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c25-quiz .quiz-levels {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c25-quiz .left-level-description,.c25-quiz .right-level-description {
        top: 0;
        position: relative
    }

    .c25-quiz ul {
        max-width: 55rem
    }

    .c25-quiz ul li {
        max-width: 8rem;
        margin: 0 1rem
    }
}

.c29a-product-header {
    position: relative;
    overflow: hidden
}

.c29a-product-header .hero-background {
    position: absolute;
    width: 100%;
    top: 0
}

.c29a-product-header .hero-content {
    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;
    width: 100%;
    top: 0
}

.c29a-product-header .product-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0
}

.c29a-product-header .product-row .product-image {
    display: block;
    margin-bottom: 1rem
}

@media (max-width: 1025px) {
    .c29a-product-header .product-row .primary-button[data-size=small] {
        padding:.5rem 1rem
    }
}

.c29a-product-header .product-image img {
    max-height: 37rem;
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.c29a-product-header .bg {
    width: 175vw;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    pointer-events: none;
    position: relative;
    max-height: 45rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
    background: #fff
}

.c29a-product-header .bg:before {
    content: "";
    display: block;
    padding-top: 100%
}

@media (max-width: 1025px) {
    .c29a-product-header .bg {
        max-height:30rem
    }
}

.c29a-product-header .bg picture {
    max-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c29a-product-header .bg picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.c29a-product-header .primary-button[data-size=medium] {
    padding: 1.7rem 2.4rem 1.6rem
}

.c29a-product-header[data-animation=true] .hero-content .wrapper>.row {
    opacity: 1!important
}

@media (min-width: 767px) {
    .c29a-product-header .product-image img {
        max-height:31rem;
        width: 100%
    }
}

@media (min-width: 1025px) {
    .c29a-product-header .product-image img {
        max-height:40rem;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }

    .c29a-product-header .bg {
        width: 162vw;
        position: relative
    }

    .c29a-product-header .bg:before {
        content: "";
        display: block;
        padding-top: 34.43526%
    }
}

.c29b-campaign-hero {
    position: relative;
    overflow: hidden
}

.c29b-campaign-hero[data-animation=true] .bg .responsive-image img,.c29b-campaign-hero[data-animation=true] .hero-content .wrapper>.row {
    opacity: 1!important
}

.c29b-campaign-hero .primary-button[data-size=medium] {
    padding: 1.7rem .2rem 1.6rem
}

.c29b-campaign-hero .hero-background {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: ellipse(110% 80% at 50% 20%);
    clip-path: ellipse(110% 80% at 50% 20%);
    pointer-events: none;
    background: #fff;
    color: #fff
}

.c29b-campaign-hero .hero-background picture {
    opacity: .5
}

.c29b-campaign-hero .hero-background picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c29b-campaign-hero .hero-background picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.c29b-campaign-hero .hero-content {
    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;
    width: 100%;
    top: 0;
    padding: 0
}

.c29b-campaign-hero .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: ellipse(110% 80% at 50% 20%);
    clip-path: ellipse(110% 80% at 50% 20%);
    pointer-events: none
}

.c29b-campaign-hero .buttons a {
    margin-left: .5rem;
    margin-right: .5rem
}

@media (min-width: 1025px) {
    .c29b-campaign-hero .primary-button[data-size=medium] {
        padding:1.7rem 2.2rem 1.6rem
    }

    .c29b-campaign-hero .hero-content {
        padding: 0 0 19rem
    }

    .c29b-campaign-hero .hero-background {
        height: 100%
    }

    .c29b-campaign-hero .bg {
        -webkit-clip-path: ellipse(110% 80% at 50% 20%);
        clip-path: ellipse(110% 80% at 50% 20%)
    }
}

.ajax-progress {
    visibility: hidden
}

.c30-article-listing {
    background: #fff;
    -webkit-box-shadow: 0 0 0 2rem #fff;
    box-shadow: 0 0 0 2rem #fff
}

.c30-article-listing .overview-hero {
    overflow: hidden
}

.c30-article-listing .parent-reading-articles .article {
    float: left;
    width: 47%;
    padding-right: 2rem;
    padding-bottom: 2rem;
    display: block
}

.c30-article-listing .parent-reading-articles .article:nth-child(2n) {
    padding-right: 0
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article {
        width:23%
    }

    .c30-article-listing .parent-reading-articles .article:nth-child(2n) {
        padding-right: 2rem
    }

    .c30-article-listing .parent-reading-articles .article:nth-child(4n) {
        padding-right: 0
    }
}

.c30-article-listing .parent-reading-articles .article img {
    border-radius: 5px;
    height: auto;
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover
}

.c30-article-listing .parent-reading-articles .article .article--content-image {
    position: relative
}

.c30-article-listing .parent-reading-articles .article .article--content-image .media-button {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 3rem;
    width: 3rem
}

.c30-article-listing .parent-reading-articles .article .article--content-image .media-button .icon {
    height: 1rem;
    width: 1rem
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article .article--content-image .media-button {
        height:6rem;
        width: 6rem
    }

    .c30-article-listing .parent-reading-articles .article .article--content-image .media-button .icon {
        height: 2rem;
        width: 2rem
    }
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article .article--content-copy {
        min-height:150px;
        position: relative
    }
}

.c30-article-listing .parent-reading-articles .article .article--content-copy span.copy-02 {
    display: block;
    color: #646464;
    padding-top: .5rem
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article .article--content-copy span.copy-02 {
        font-size:1.4rem;
        padding-top: 1rem
    }
}

.c30-article-listing .parent-reading-articles .article .article--content-copy h2 {
    padding: 1rem 0
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article .article--content-copy h2 {
        font-size:2rem;
        line-height: 2.4rem;
        padding-bottom: 3.5rem
    }
}

.c30-article-listing .parent-reading-articles .article .article--content-copy .link {
    display: none
}

@media (min-width: 1025px) {
    .c30-article-listing .parent-reading-articles .article .article--content-copy .link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute
    }

    .c30-article-listing .parent-reading-articles .article .article--content-copy .link a {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding-right: .3rem
    }
}

.c30-article-listing .article-listing-wrapper {
    padding-top: 4rem;
    clear: both;
    background: #fff
}

.c30-article-listing .article-listing-wrapper form {
    display: none
}

@media (max-width: 1025px) {
    .c30-article-listing .article-listing-wrapper {
        padding-top:0
    }
}

.c30-article-listing .hero-carousel {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.c30-article-listing .hero-carousel.slick-initialized {
    opacity: 1
}

.c30-article-listing .hero-carousel.slick-slider .slick-list {
    padding-bottom: 1rem!important
}

@media (min-width: 1025px) {
    .c30-article-listing .hero-carousel.slick-slider .slick-list {
        padding:0 18vw!important;
        background-color: #fff
    }
}

.c30-article-listing .hero-carousel.slick-slider .slick-arrow {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) no-repeat 50%
}

@media (min-width: 1025px) {
    .c30-article-listing .hero-carousel.slick-slider .slick-arrow.slick-next {
        right:19vw
    }

    .c30-article-listing .hero-carousel.slick-slider .slick-arrow.slick-prev {
        left: 19vw
    }
}

.c30-article-listing .hero-carousel.slick-slider:hover .slick-arrow {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in
}

@media (min-width: 1025px) {
    .c30-article-listing .hero-carousel .slick-dots {
        bottom:-40px
    }

    .c30-article-listing .hero-carousel .slick-slide {
        opacity: .4
    }

    .c30-article-listing .hero-carousel .slick-slide.slick-active {
        opacity: 1
    }
}

.c30-article-listing .hero-carousel .hero-carousel--article {
    background-size: cover!important;
    height: 50vh;
    position: relative
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay {
    padding: 1rem 1.5rem
}

@media (min-width: 1025px) {
    .c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay {
        padding:2rem 4rem
    }
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay span:not(.icon) {
    display: block
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay .heading-02 {
    padding: 1rem 0
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay .link {
    color: #fff;
    padding-top: 2rem
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay .link .icon svg path {
    fill: #fff
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay .link:hover {
    text-decoration: underline
}

.c30-article-listing .hero-carousel .hero-carousel--article .hero-carousel--article---copy .overlay .link:hover .icon svg path {
    color: #fff
}

.c30-article-listing .hero-carousel[data-gradient=true] .hero-carousel--article---copy {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(70%,rgba(65,65,65,.5)));
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,rgba(65,65,65,.5) 70%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(65,65,65,.5) 70%)
}

.c30-article-listing .article-listing {
    padding-top: 2rem
}

.c30-article-listing .article-listing .category-tabs-wrapper {
    position: relative
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs {
    margin-bottom: 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: unset
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list {
    padding-bottom: 1rem!important
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list .slick-track .slick-slide {
    opacity: .6;
    padding: .8rem .4rem;
    color: #646464;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 4rem;
    cursor: default;
    outline: none
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list .slick-track .slick-slide.slick-current {
    opacity: 1;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    background: #fff
}

@media (max-width: 1025px) {
    .c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list .slick-track .slick-slide {
        font-size:1.2rem;
        line-height: 1.7rem;
        padding: .8rem 1rem
    }
}

@media screen and (min-width: 769px) {
    .c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list .slick-track {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%!important;
        -webkit-transform: translateZ(0)!important;
        -ms-transform: translateZ(0)!important;
        transform: translateZ(0)!important
    }

    .c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-list .slick-track .slick-slide {
        opacity: 1;
        width: auto!important;
        padding: .8rem 2rem;
        cursor: pointer
    }
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-arrow {
    height: 2rem;
    top: 35%
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs ul.slick-dots {
    bottom: -25px;
    width: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs ul.slick-dots li {
    width: 100%;
    margin: 0
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs ul.slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 0;
    background: #646464;
    opacity: .4
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs ul.slick-dots li button:before {
    content: unset
}

.c30-article-listing .article-listing .category-tabs-wrapper .category-tabs ul.slick-dots li.slick-active button {
    opacity: 1
}

.c30-article-listing .article-listing .article-listing-by-category {
    margin-top: 4rem;
    min-height: 100vh
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row {
    width: 48%;
    padding-right: 0;
    padding-bottom: 2rem
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n) {
    padding-right: 0
}

@media (min-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row {
        width:23%
    }

    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row {
        padding:0 0 2rem
    }

    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n) {
        padding-right: 0;
        padding-left: 0
    }
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article {
    display: block;
    height: 100%
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-image {
    position: relative
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-image .media-button {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 3rem;
    width: 3rem
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-image .media-button .icon {
    height: 1rem;
    width: 1rem
}

@media (min-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-image .media-button {
        height:6rem;
        width: 6rem
    }

    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-image .media-button .icon {
        height: 2rem;
        width: 2rem
    }
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy span.copy-02 {
    display: block;
    color: #646464;
    padding-top: .5rem
}

@media (min-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy span.copy-02 {
        font-size:1.4rem;
        padding-top: 1rem
    }
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy h2 {
    padding: 1rem 0
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy h2 a {
    display: block;
    word-wrap: break-word
}

@media (min-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy h2 {
        font-size:2rem;
        line-height: 2.4rem;
        padding-bottom: 3.5rem
    }
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy .link {
    display: none
}

@media (min-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy .link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row .article .article--content-copy .link a {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding-right: .3rem
    }
}

.c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2
}

@media (max-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div {
        gap:1.4rem
    }
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager {
    width: 100%;
    padding-top: 2rem
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li {
    padding-right: 1rem
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item a {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: .5rem 1rem;
    border: 1px solid #fff;
    border-radius: .5rem
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.is-active a,.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item a:hover {
    border-color: #1a80e3;
    color: #1a80e3;
    background-color: #fff;
    font-weight: 700
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--next span,.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous span {
    display: none
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--next a,.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous a {
    border: none
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--next a:hover,.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous a:hover {
    border: none;
    background-color: transparent
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--next a:after,.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous a:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjMUE4MEUzIiBzdHJva2Utd2lkdGg9IjQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) no-repeat 50%;
    width: 1rem;
    height: 1.5rem;
    content: "";
    display: block
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous {
    padding-right: 1rem
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--previous a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c30-article-listing .article-listing .article-listing-by-category nav.pager ul.js-pager__items li.pager__item.pager__item--next {
    padding-right: 0;
    padding-left: 1rem
}

@media (max-width: 1025px) {
    .c30-article-listing .article-listing .article-listing-by-category {
        margin-top:2rem
    }
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter {
    border-bottom: 2px solid #ebebeb;
    height: 55px;
    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;
    position: relative
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter a {
    font-size: 1.6rem;
    display: block;
    padding: .5rem 2rem
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter a.is-active {
    background-color: #1a80e3;
    color: #fff;
    border-radius: 6px
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter a:first-child {
    margin-left: 1rem
}

@media (max-width: 1025px) {
    .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter a {
        display:inline-block;
        float: none;
        vertical-align: middle
    }
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter select {
    color: #d3d3d3;
    border-radius: .75rem;
    display: none
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected {
    background: transparent;
    border-radius: .75rem;
    width: 100%;
    text-align: left;
    position: relative
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAAXNSR0IArs4c6QAAAXpJREFUKBWVkL1LA0EQxWcuEYkGRMTm9qIggqTxDzAIKiJGgmJhYSNIwK/CSrCJMcmpKJaWFlpYpBAhoJVoVLARbOyCFuLdxUKxEUJCvB13Axc0REkeHLM7b95vbxdASNWtYVnrFdPNIZlRNN0YA5ufs7iZqAfCEmaEbLoQoFApp8aMffGRmrBWagGJuSU5Lw4+JCJUZGhuXZtHwCRwvitOWPgP5Itb08BpDxBSfX4WRkRCJzCQJvfjjXVCACEFacaM+o4cz6la3AgKPwWEtw2dLPg8i3nplf5ELq4G8cvTyqYE9ZJzPNDi2UnZd9SRsAKc8JgAH7yexnEHIP0yRG6elrHQ1uSeEKA7Ijvp07Mjsq9tGr0256eIYHibldHMavun7DsqX8dpyNq1/dFSKOTSRNAjXm2ROO2IuxfJhYFshBk/Z+W6KkQa3Vuv7bmifQ1EfkB8AwX7s2ssI71K/QmRg9rGOyM7f+ZCJfwSVe8rwzXvY0S/3q1a8BtIP4kxskix+QAAAABJRU5ErkJggg==);
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    pointer-events: none
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected.select-arrow-active:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAAHuJ1aRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMjdUMTE6Mjk6NDgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTI3VDExOjMwOjM1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZTNhM2JjYy01OGEyLTRhYmEtODVlZi03MDA5NTg4N2NmNzIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlM2EzYmNjLTU4YTItNGFiYS04NWVmLTcwMDk1ODg3Y2Y3MiIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0yN1QxMToyOTo0OCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TS25OAAAAVxJREFUKJGdkr1KA0EQx/+zOU2MWCgiuJuIlcHGxhdQEUFiY2Eh+ABWYiEoomH3YiNaayXaCalEHyBYpPEBREEs3L0gphCxMcLdWJ14YE5wqvn8zczuAAA0swAAMDMhXcYOm4MAMHHw3Ns5S2n7qrRtAwCkthwHpLbJFrIalBBGd/lub+hhe7iVwIyeck4Z+5koMC6aqrP3x5z/FWncizTu9qdPxIoy7k54PJsRYl1p10hUKu3qBWPnY7vg2xVl3CUAkDLujIlumhV1lGjnBxuIohJU1c10nKkazKb+y4jfnAw5OqFMrux2BoNOeb9C5F5QpJAbzNxFgjY5wjER7rPZ/PTj1sBbKqS03+p7/2jXwRj3BM09VdT3qxRMczHiqEaE655+VX5Yo3aCtFTjjDT2QmoXFk2wnLai8t2q1JaVdufxvZKqugUO+YoE7QaVwl4aIAEzzmfmXZFB+QvqzYqoyNSo6QAAAABJRU5ErkJggg==)
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-items div,.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected {
    padding: 15px;
    cursor: pointer;
    font-size: 1.6rem
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected {
    width: auto;
    padding: 15px;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 15px;
    text-align: left;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px #d3d3d3;
    box-shadow: 0 0 3px #d3d3d3;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter p {
    margin: 0
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-hide {
    display: none
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .same-as-selected,.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-items div:hover {
    background-color: #e7f2fc;
    color: #1a80e3
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter:after {
    content: ""
}

.c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .parent-select {
    display: none
}

@media (max-width: 1025px) {
    .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .parent-select {
        width:100%;
        max-width: 92vw
    }
}

@media (min-width: 1025px) {
    .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected {
        width:100%;
        max-width: 220px
    }

    .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-selected:after {
        right: 0
    }

    .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-items {
        max-width: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.c30-article-listing .overview-hero .hero-background {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0,0,0,.5)
}

.c30-article-listing .overview-hero .hero-content h1,.c30-article-listing .overview-hero .hero-content h2,.c30-article-listing .overview-hero .hero-content h3 {
    color: #fff
}

.c30-article-listing .overview-hero .hero-content h1,.c30-article-listing .overview-hero .hero-content h2 {
    font-size: 2.4rem
}

.c30-article-listing .overview-hero .hero-content h3 {
    font-size: 3.2rem;
    line-height: 3.6rem
}

@media (min-width: 1025px) {
    .c30-article-listing .overview-hero .hero-content {
        padding:10rem 0
    }

    .c30-article-listing .overview-hero .hero-content h1,.c30-article-listing .overview-hero .hero-content h2 {
        font-size: 2.4rem;
        line-height: 3rem
    }

    .c30-article-listing .overview-hero .hero-content h3 {
        font-size: 4rem;
        line-height: 2.6rem
    }
}

html[dir=rtl] .c30-article-listing .category-tabs-wrapper .category-tabs .article-listing-filter.product-range-filter .select-items {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

html[dir=rtl] .c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-prev {
    -webkit-transform: rotate(1turn) translateY(-50%);
    -ms-transform: rotate(1turn) translateY(-50%);
    transform: rotate(1turn) translateY(-50%);
    right: 0!important
}

html[dir=rtl] .c30-article-listing .article-listing .category-tabs-wrapper .category-tabs .slick-next {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    right: unset;
    left: 0!important
}

html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row {
    padding-right: 0;
    padding-left: 0
}

html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n) {
    padding-left: 0
}

@media (min-width: 1025px) {
    html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n),html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(5n) {
        padding-left:0
    }
}

@media (max-width: 1025px) {
    html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row {
        width:47%
    }

    html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(2n),html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(3),html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(5),html[dir=rtl] .c30-article-listing .article-listing .article-listing-by-category .views-element-container>div .views-row:nth-child(7) {
        padding-left: 0
    }
}

html[dir=rtl] .c30-article-listing .article .link a {
    padding-right: 0;
    padding-left: .3rem
}

html[dir=rtl] .c30-article-listing .article .link .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir=rtl] .c30-article-listing .pager .pager__item--previous {
    padding-right: 0!important
}

html[dir=rtl] .c30-article-listing .pager .pager__item--previous a:after {
    -webkit-transform: unset!important;
    -ms-transform: unset!important;
    transform: unset!important
}

html[dir=rtl] .c30-article-listing .pager .pager__item--next {
    padding-right: 1rem!important;
    padding-left: 0!important
}

html[dir=rtl] .c30-article-listing .pager .pager__item--next a:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.overview-hero {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 10rem);
    display: inline-block
}

.overview-hero .hero-background {
    position: absolute;
    width: 175vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    pointer-events: none;
    background: #fff;
    overflow: hidden
}

.overview-hero .hero-background,.overview-hero .hero-background picture {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.overview-hero .hero-background picture {
    opacity: .5;
    max-width: 100vw
}

.overview-hero .hero-background picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.overview-hero .hero-background picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.overview-hero .hero-content {
    position: relative;
    width: 100%;
    padding: 14rem 0
}

.overview-hero .tab-btn {
    display: inline
}

.overview-hero [tab-active=true] .tab-button {
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    color: #1a80e3;
    border: 1px solid #9ac9f7;
    text-shadow: .5px 0 0 #1a80e3;
    font-weight: 700;
    background: #fff
}

.overview-hero[data-animation=true] .heading-02,.overview-hero[data-animation=true] .heading-04,.overview-hero[data-animation=true] .tabs-container {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .overview-hero .hero-background {
        width:162vw
    }

    .overview-hero .hero-content {
        padding: 10rem 0 20rem
    }
}

.c32-share {
    display: block;
    position: relative
}

.c32-share .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: inherit!important;
    bottom: 8rem;
    right: 1rem;
    -webkit-box-shadow: 0 .3rem .7rem rgba(0,0,0,.2);
    box-shadow: 0 .3rem .7rem rgba(0,0,0,.2);
    background: #fff;
    border-radius: 5rem;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2
}

.c32-share .menu .icon-button {
    border-width: 1px!important
}

.c32-share .menu .close-button,.c32-share .menu .share-button,.c32-share .menu .social-button {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    border-width: 1px
}

.c32-share .menu .close-button .icon,.c32-share .menu .share-button .icon,.c32-share .menu .social-button .icon {
    height: 2rem;
    width: 2rem
}

.c32-share .menu .close-button,.c32-share .menu .share-button {
    position: absolute;
    top: 0;
    left: 0
}

.c32-share .menu .close-button {
    border-color: #1a80e3;
    background-color: #1a80e3
}

.c32-share .menu .close-button .icon svg path {
    fill: #fff
}

.c32-share .menu .share-button-wrapper {
    position: relative;
    width: 4rem;
    height: 4rem;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 5rem
}

.c32-share .menu .share-button-wrapper .close-button,.c32-share .menu .share-button-wrapper .share-button {
    opacity: 0;
    pointer-events: none
}

.c32-share .menu .share-button-wrapper .close-button.active,.c32-share .menu .share-button-wrapper .share-button.active {
    opacity: 1;
    pointer-events: inherit
}

.c32-share .menu .share-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 0;
    max-width: 0
}

.c32-share .menu .share-menu .icon-button {
    margin: .2rem .3rem .2rem 0
}

.c32-share .menu .share-menu .icon-button:first-child {
    margin: .2rem .3rem .2rem .2rem
}

.c32-share .menu .share-menu .icon-button:last-child {
    margin: .2rem .1rem .2rem 0
}

@media (min-width: 767px) {
    .c32-share .menu {
        bottom:8rem;
        right: 2rem
    }
}

@media (min-width: 1025px) {
    .c32-share .menu {
        bottom:5rem;
        right: 12rem
    }
}

.c34-sticky-bottom-notification {
    background: -o-linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95) 100%);
    background: linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95));
    z-index: 2;
    color: #fff;
    position: fixed;
    bottom: 6rem;
    width: 100%;
    height: 0;
    overflow: hidden
}

.c34-sticky-bottom-notification .text-center-mobile {
    text-align: center
}

.c34-sticky-bottom-notification .sticky-notification {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.c34-sticky-bottom-notification .primary-button {
    white-space: nowrap
}

@media (min-width: 1025px) {
    .c34-sticky-bottom-notification {
        background:-o-linear-gradient(45deg,#1a80e3 70%,#9ac9f7 100%);
        background: linear-gradient(45deg,#1a80e3 70%,#9ac9f7);
        text-align: inherit;
        overflow: hidden;
        bottom: 0
    }

    .c34-sticky-bottom-notification .text-center-mobile {
        text-align: inherit
    }
}

.c35a-search-results .before-page .icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c35a-search-results .after-page,.c35a-search-results .before-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c35a-search-results .after-page .icon,.c35a-search-results .before-page .icon {
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    margin: 0 1rem
}

.c35a-search-results .after-page a,.c35a-search-results .before-page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c35a-search-results .after-page a:hover .icon,.c35a-search-results .before-page a:hover .icon {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c35a-search-results .after-page {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.c35a-search-results .pagination-label {
    margin-bottom: 2rem
}

@media (min-width: 1025px) {
    .c35a-search-results .before-page {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0
    }

    .c35a-search-results .pagination-label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .c35a-search-results .after-page {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.c37-heading[data-animation=true] .heading-01 {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c37-heading .title {
        text-align:center
    }
}

.c38-fertile-calculator .calendar-captions {
    width: 100%;
    opacity: 0
}

.c38-fertile-calculator .calendar-captions ul {
    list-style: none;
    display: inline-block;
    padding: 0
}

.c38-fertile-calculator .calendar-captions ul li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c38-fertile-calculator .calendar-captions ul li .color {
    position: relative;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    margin-right: 1rem;
    overflow: hidden;
    border-radius: 50%;
    top: .2rem
}

.c38-fertile-calculator .calendar-captions ul li .color.type-ovulation {
    background: #1a80e3
}

.c38-fertile-calculator .calendar-captions ul li .color.type-cycle {
    background: rgba(154,201,247,.4)
}

.c38-fertile-calculator .calendar-captions ul li .color.type-today {
    background: transparent;
    -webkit-box-shadow: 0 .2rem .2rem rgba(154,201,247,.7);
    box-shadow: 0 .2rem .2rem rgba(154,201,247,.7)
}

.c38-fertile-calculator .main-container.active .calendar-captions {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.calendar {
    width: 100%;
    color: #202020;
    text-align: center
}

.calendar .month-container {
    color: #000;
    width: 100%;
    text-align: center;
    margin-bottom: .8rem
}

.calendar .calendar-date {
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    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
}

.calendar .calendar-date:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

.calendar .calendar-date.is-special {
    color: #fff
}

.calendar .calendar-date.is-special:after {
    content: "";
    display: block;
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
    top: 50%;
    left: 50%;
    line-height: 5.5rem;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
    background: #1a80e3
}

.calendar .calendar-date.is-first-event-date:before {
    right: 0;
    width: 100%;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    background: -webkit-gradient(linear,right top,left top,from(rgba(154,201,247,.4)),to(rgba(154,201,247,0)));
    background: -o-linear-gradient(right,rgba(154,201,247,.4),rgba(154,201,247,0));
    background: linear-gradient(270deg,rgba(154,201,247,.4),rgba(154,201,247,0));
    overflow: hidden
}

.calendar .calendar-date.is-last-event-date:before {
    left: 0;
    width: 100%;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    background: -webkit-gradient(linear,left top,right top,from(rgba(154,201,247,.4)),to(rgba(154,201,247,0)));
    background: -o-linear-gradient(left,rgba(154,201,247,.4),rgba(154,201,247,0));
    background: linear-gradient(90deg,rgba(154,201,247,.4),rgba(154,201,247,0));
    overflow: hidden
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 0
}

.calendar tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar th {
    text-transform: inherit;
    line-height: 5.5rem;
    color: #646464
}

.calendar td,.calendar th {
    height: 4.5rem;
    width: 14.28571%;
    display: inline-table
}

.calendar td {
    position: relative;
    margin: .2rem 0
}

.calendar td:first-child .calendar-date:before {
    right: 0;
    width: 100%;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem
}

.calendar td:first-child .calendar-date.is-last-event-date:before {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.calendar td:last-child .calendar-date:before {
    left: 0;
    width: 100%;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem
}

.calendar .is-next-month,.calendar .is-previous-month {
    opacity: .2
}

.calendar .is-today {
    color: #1a80e3;
    opacity: 1
}

.calendar .is-today:after {
    content: "";
    display: block;
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
}

.calendar .is-selected {
    position: relative
}

.calendar .is-event-date {
    color: #1a80e3;
    opacity: 1
}

.calendar .is-event-date:before {
    background: rgba(154,201,247,.4)
}

@media (min-width: 767px) {
    .calendar .calendar-date.is-first-event-date:before,.calendar .calendar-date.is-last-event-date:before,.calendar td:first-child .calendar-date.is-last-event-date:before,.calendar td:first-child .calendar-date:before,.calendar td:last-child .calendar-date:before {
        width:70%
    }
}

@media (min-width: 1025px) {
    .calendar td,.calendar th {
        height:5.5rem;
        width: 14.28571%
    }

    .calendar td {
        margin: 1rem 0
    }

    .calendar .calendar-date.is-special:after,.calendar .is-today:after {
        height: 5.5rem;
        width: 5.5rem
    }
}

.fertile-info .fertile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fertile-info .fertile-container .left {
    margin-right: 1rem
}

.fertile-info .icon-button[data-theme=light]:hover {
    opacity: 1;
    cursor: inherit
}

@media (min-width: 1025px) {
    .fertile-info .fertile-container {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fertile-info .margin-to-bottom {
        margin-bottom: 8rem
    }
}

.fertile-hero .responsive-image {
    background-color: #ebebeb
}

.fertile-hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fertile-hero .c26-breadcrumbs {
    color: #ebebeb
}

.fertile-hero .c26-breadcrumbs .col-12-md {
    width: 100%
}

.fertile-hero .background-container {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%
}

.fertile-hero .hero-background {
    position: absolute;
    width: 208vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    background: #fff
}

.fertile-hero .hero-background,.fertile-hero .hero-background picture {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fertile-hero .hero-background picture {
    max-width: 100vw
}

.fertile-hero .hero-background picture:before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),to(transparent));
    background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 100%);
    background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.fertile-hero .hero-background picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    will-change: transform
}

.fertile-hero .hero-content {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 10rem 0
}

.fertile-hero .hero-content .row {
    z-index: 1
}

.fertile-hero .hero-content form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fertile-hero .hero-content form .col {
    position: relative;
    width: 100%;
    margin-right: 1rem
}

.fertile-hero .hero-content form .col.with-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.fertile-hero .hero-content form input[type=number] {
    position: relative;
    border: 2px solid #1a80e3;
    font-size: 1.6rem;
    border-radius: 4rem;
    padding: 1.7rem;
    width: calc(100% - 3.8rem);
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.fertile-hero .hero-content form input[type=number]:focus {
    -webkit-box-shadow: 0 0 5px 2px rgba(26,128,227,.4);
    box-shadow: 0 0 5px 2px rgba(26,128,227,.4);
    outline: 0
}

.fertile-hero .hero-content form .input-container {
    position: relative
}

.fertile-hero .hero-content form .input-container:after {
    content: attr(data-days);
    position: absolute;
    top: 57%;
    right: 4rem;
    float: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #646464;
    font-size: 1.2rem;
    z-index: 2
}

.fertile-hero .button-container,.fertile-hero .button-container button {
    width: 100%
}

.fertile-hero[data-animation=true] .heading-02,.fertile-hero[data-animation=true] .heading-04 {
    opacity: 1!important
}

.fertile-hero[data-animation=true] .responsive-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 767px) {
    .fertile-hero .button-container,.fertile-hero .button-container button {
        width:auto
    }
}

@media (min-width: 1025px) {
    .fertile-hero {
        max-height:62rem
    }

    .fertile-hero .hero-background {
        width: 162vw
    }

    .fertile-hero .hero-background picture:before {
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(70%,transparent));
        background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 70%);
        background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent 70%)
    }

    .fertile-hero .hero-content {
        padding: 0 0 10rem
    }

    .fertile-hero .hero-content form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .fertile-hero .hero-content form .col.with-flex {
        min-width: 28rem
    }
}

.date-picker {
    width: 100%;
    position: relative;
    display: inline-block
}

.date-picker input {
    display: inline-block;
    width: calc(100% - 3.4rem - 4px);
    border-radius: 4rem;
    min-width: 15rem;
    font-size: 1.6rem;
    padding: 1.7rem;
    background: #fff;
    outline: 0;
    border: 2px solid #1a80e3;
    -webkit-appearance: inherit
}

.date-picker .icon {
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    pointer-events: none
}

.c38-fertile-calculator .main-container.hidden {
    display: none
}

.pregnancy-info .responsive-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    max-height: 25rem
}

.pregnancy-info .align-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1025px) {
    .pregnancy-info .responsive-image img {
        max-height:40rem
    }
}

.pregnancy-table .table-mode .row {
    border-bottom: .1rem solid #9ac9f7;
    padding-bottom: 3rem
}

.pregnancy-table .pregnancy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pregnancy-table .pregnancy-info .icon-container .icon {
    height: 10rem;
    width: 10rem
}

.pregnancy-table .pregnancy-info .right-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-left: 3rem
}

.pregnancy-table .pregnancy-info .right-container .description-container {
    margin-top: 1rem
}

.pregnancy-table .mobile-margin {
    margin-top: 2rem
}

.pregnancy-table .is-special {
    padding: 1.5rem 2rem;
    border: 1px solid #9ac9f7;
    -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
    display: inline-block;
    border-radius: 4rem;
    white-space: nowrap;
    background: #fff
}

.pregnancy-table .left-info-container {
    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
}

@media (min-width: 767px) {
    .pregnancy-table .mobile-margin {
        margin-top:0
    }

    .pregnancy-table .left-info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .pregnancy-table .pregnancy-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pregnancy-table .pregnancy-info .right-container {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: center;
        margin-left: 0
    }

    .pregnancy-table .pregnancy-info .right-container .description-container,.pregnancy-table .pregnancy-info .right-container .title-container {
        margin-top: 2rem
    }
}

.pregnancy-hero .responsive-image {
    background-color: #ebebeb
}

.pregnancy-hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pregnancy-hero .c26-breadcrumbs {
    color: #ebebeb
}

.pregnancy-hero .c26-breadcrumbs .col-12-md {
    width: 100%
}

.pregnancy-hero .background-container {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%
}

.pregnancy-hero .hero-background {
    position: absolute;
    width: 208vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    background: #fff
}

.pregnancy-hero .hero-background,.pregnancy-hero .hero-background picture {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pregnancy-hero .hero-background picture {
    max-width: 100vw
}

.pregnancy-hero .hero-background picture:before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),to(transparent));
    background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 100%);
    background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.pregnancy-hero .hero-background picture img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    will-change: transform
}

.pregnancy-hero .hero-content {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 10rem 0
}

.pregnancy-hero .hero-content .row {
    z-index: 1
}

.pregnancy-hero .hero-content form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pregnancy-hero .hero-content form .col {
    position: relative;
    width: 100%;
    margin-right: 1rem
}

.pregnancy-hero .hero-content form .col.with-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.pregnancy-hero .hero-content form input[type=number] {
    position: relative;
    border: 2px solid #1a80e3;
    font-size: 1.6rem;
    border-radius: 4rem;
    padding: 1.7rem;
    width: calc(100% - 3.8rem);
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.pregnancy-hero .hero-content form input[type=number]:focus {
    -webkit-box-shadow: 0 0 5px 2px rgba(26,128,227,.4);
    box-shadow: 0 0 5px 2px rgba(26,128,227,.4);
    outline: 0
}

.pregnancy-hero .hero-content form .input-container {
    position: relative
}

.pregnancy-hero .hero-content form .input-container:after {
    content: attr(data-days);
    position: absolute;
    top: 57%;
    right: 4rem;
    float: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #646464;
    font-size: 1.2rem;
    z-index: 2
}

.pregnancy-hero .button-container,.pregnancy-hero .button-container button {
    width: 100%
}

.pregnancy-hero[data-animation=true] .heading-02,.pregnancy-hero[data-animation=true] .heading-04 {
    opacity: 1!important
}

.pregnancy-hero[data-animation=true] .responsive-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 767px) {
    .pregnancy-hero .button-container,.pregnancy-hero .button-container button {
        width:auto
    }
}

@media (min-width: 1025px) {
    .pregnancy-hero {
        max-height:62rem
    }

    .pregnancy-hero .hero-background {
        width: 162vw
    }

    .pregnancy-hero .hero-background picture:before {
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(70%,transparent));
        background: -o-linear-gradient(left,rgba(0,0,0,.8) 0,transparent 70%);
        background: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent 70%)
    }

    .pregnancy-hero .hero-content {
        padding: 0 0 10rem
    }

    .pregnancy-hero .hero-content form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pregnancy-hero .hero-content form .col.with-flex {
        min-width: 28rem
    }

    .pregnancy-hero .button-container {
        margin-top: 3.2rem
    }
}

.c40-prelanding {
    height: 100%;
    background-image: url(/profiles/custom/friso_starter/themes/friso/asset/image/country-selector-bg.221380b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-position-y: bottom;
    position: relative;
    padding-bottom: 60px
}

.c40-prelanding .logo img {
    margin-top: -10px;
    margin-left: 30px;
    width: 70px;
    height: 60px;
    top: 0;
    overflow: hidden;
    z-index: 1000
}

@media (min-width: 767px) {
    .c40-prelanding .logo img {
        margin-top:-10px;
        margin-left: 80px;
        width: 150px;
        height: 121px;
        top: 0;
        overflow: hidden;
        z-index: 1000
    }
}

.prelanding-title {
    color: #00327d;
    text-align: center;
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: 1px;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto 60px
}

@media (min-width: 767px) {
    .prelanding-title {
        font-size:3.7rem;
        line-height: 5.8rem;
        letter-spacing: 1px
    }
}

.prelanding-subtitle {
    color: #000;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px
}

@media (min-width: 767px) {
    .prelanding-subtitle {
        font-size:2.8rem
    }
}

.prelanding-content {
    margin-bottom: 170px
}

.prelanding-content .flow-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prelanding-list-item {
    margin-bottom: 20px
}

.country-group a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00327d
}

.country-flag {
    margin-right: 10px
}

.prelanding-bottom {
    font-family: Roboto,Arial,sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a4283;
    color: #fff;
    height: 81px;
    font-size: 14px;
    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;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 767px) {
    .prelanding-bottom {
        padding-left:70px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.prelanding-bottom a {
    font-weight: 700
}

.prelanding-bottom-content {
    text-align: center
}

@media (min-width: 767px) {
    .prelanding-bottom-content {
        text-align:left
    }
}

.c41-features {
    position: relative
}

.c41-features .wrapper .row.flex .col-8-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (min-width: 1025px) {
    .c41-features .wrapper .row.md-flex .col-10-md {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.c41a-feature {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-top: 2rem
}

.c41a-feature .row {
    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
}

.c41a-feature .row .image {
    height: 4rem;
    width: 6rem;
    margin-left: auto;
    margin-right: auto
}

.c41a-feature .row .image img {
    height: auto;
    width: auto;
    max-height: 4rem;
    max-width: 6rem
}

.c41a-feature .row .copy-01 {
    margin-top: 1.5rem
}

@media (min-width: 1025px) {
    .c41a-feature {
        margin-top:4rem
    }

    .c41a-feature .row .image {
        height: 7.5rem;
        width: 9rem
    }

    .c41a-feature .row .image img {
        max-height: 7.5rem;
        max-width: 9rem
    }
}

.c41b-feature {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-top: 2rem;
    border: 1px solid #1a80e3;
    border-radius: 2rem;
    -webkit-box-shadow: 0 5px 8px 0 rgba(50,50,50,.3);
    box-shadow: 0 5px 8px 0 rgba(50,50,50,.3);
    cursor: pointer
}

.c41b-feature:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    color: #1a80e3
}

.c41b-feature:hover .icon svg path {
    fill: #1a80e3
}

.c41b-feature .row {
    padding: 1rem;
    width: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c41b-feature .row,.c41b-feature .row .image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c41b-feature .row .image {
    height: 4rem;
    width: 6rem;
    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;
    margin: unset
}

.c41b-feature .row .c41b-feature--link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c42a-article-carousel {
    overflow: hidden;
    padding-bottom: 3rem
}

.c42a-article-carousel[data-animation=true] .c42-article-carousel-image,.c42a-article-carousel[data-animation=true] .copy-01,.c42a-article-carousel[data-animation=true] .heading-04 {
    opacity: 1!important
}

@media (min-width: 1025px) {
    .c42a-article-carousel {
        overflow:visible;
        padding-bottom: 5rem
    }
}

.c42a-article-carousel h2.section-title {
    padding: 2rem 0
}

.c42a-article-carousel .content-card--image,.c42a-article-carousel .featured-content--image {
    position: relative
}

.c42a-article-carousel .content-card--image p,.c42a-article-carousel .featured-content--image p {
    font-size: medium
}

.c42a-article-carousel .content-card--image img,.c42a-article-carousel .featured-content--image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

.c42a-article-carousel .content-card--image .media-button,.c42a-article-carousel .featured-content--image .media-button {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 3rem;
    width: 3rem
}

.c42a-article-carousel .content-card--image .media-button .icon,.c42a-article-carousel .featured-content--image .media-button .icon {
    height: 1rem;
    width: 1rem
}

@media (min-width: 1025px) {
    .c42a-article-carousel .content-card--image .media-button,.c42a-article-carousel .featured-content--image .media-button {
        height:6rem;
        width: 6rem
    }

    .c42a-article-carousel .content-card--image .media-button .icon,.c42a-article-carousel .featured-content--image .media-button .icon {
        height: 2rem;
        width: 2rem
    }
}

.c42a-article-carousel .c42a-article-carousel--featured-article-section {
    padding-bottom: 2rem
}

@media (min-width: 1025px) {
    .c42a-article-carousel .c42a-article-carousel--featured-article-section {
        padding-bottom:3rem
    }
}

.c42a-article-carousel .c42a-article-carousel--featured-article .row {
    display: block;
    background-color: #fff
}

.c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-content--image {
    position: relative;
    z-index: 1
}

.c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy {
    padding: 1.5rem
}

@media (min-width: 1025px) {
    .c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy {
        padding:1rem 0 5rem 3rem
    }
}

.c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy span {
    color: #646464
}

.c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy .heading-04 {
    padding: .5rem 0;
    font-weight: bolder
}

@media (min-width: 767px) {
    .c42a-article-carousel .c42a-article-carousel--featured-article .row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-content--image {
        padding: 0;
        z-index: unset
    }
}

@media (min-width: 1025px) {
    .c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy {
        position:relative
    }

    .c42a-article-carousel .c42a-article-carousel--featured-article .row .featured-article--copy .link {
        position: absolute;
        bottom: 2.5rem
    }
}

.c42a-article-carousel .c42a-article-carousel--the-carousel .c42a-article-carousel--carousel-content-card .content-card--copy {
    padding: 1rem 0
}

.c42a-article-carousel .c42a-article-carousel--the-carousel .c42a-article-carousel--carousel-content-card .content-card--copy span {
    color: #646464
}

.c42a-article-carousel .c42a-article-carousel--the-carousel .c42a-article-carousel--carousel-content-card .content-card--copy .heading-05 {
    font-weight: bolder;
    padding-bottom: 1rem
}

@media (max-width: 1025px) {
    .c42a-article-carousel .c42a-article-carousel--the-carousel .c42a-article-carousel--carousel-content-card.slick-slide {
        opacity:.4;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .c42a-article-carousel .c42a-article-carousel--the-carousel .c42a-article-carousel--carousel-content-card.slick-slide.slick-active {
        opacity: 1
    }
}

.c42a-article-carousel .c42a-article-carousel--the-carousel .slick-list {
    margin: 0 2rem
}

.c42a-article-carousel .c42a-article-carousel--the-carousel .slick-list .slick-track div {
    margin: 0 .25rem
}

@media (min-width: 1025px) {
    .c42a-article-carousel .c42a-article-carousel--the-carousel .slick-list {
        margin:0 0 0 -.75rem;
        overflow: hidden
    }
}

.c42a-article-carousel .slick-initialized.slick-slider {
    margin-bottom: 50px
}

.c42a-article-carousel .slick-initialized .slick-arrow {
    top: 44%
}

@media (max-width: 1025px) {
    .c42a-article-carousel .slick-initialized .slick-arrow.slick-prev {
        left:0
    }

    .c42a-article-carousel .slick-initialized .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width: 1025px) {
    .c42a-article-carousel .slick-initialized .slick-arrow.slick-prev {
        left:-4.5rem
    }

    .c42a-article-carousel .slick-initialized .slick-arrow.slick-next {
        right: -4rem
    }
}

.c42a-article-carousel .slick-initialized .slick-dots {
    bottom: -25px
}

@media (min-width: 1025px) {
    .component--c42b_article_carousel .c42a-article-carousel--featured-article .row .featured-article--copy {
        padding:1rem 0 5rem 3rem
    }
}

section.c43-related-articles {
    padding: 3rem 0 0
}

section.c43-related-articles.background {
    background: #f6fae6
}

section.c43-related-articles .wrapper {
    padding: 0
}

@media (min-width: 1025px) {
    section.c43-related-articles .wrapper {
        padding:0 12rem
    }
}

section.c43-related-articles .section-title {
    font-weight: bolder;
    padding: 0;
    opacity: 1!important
}

@media (min-width: 1025px) {
    section.c43-related-articles .section-title {
        padding:1rem 0
    }
}

section.c43-related-articles .article {
    opacity: 1!important
}

section.c43-related-articles .article .article--content-image {
    width: 35%;
    position: relative;
    font-size: medium
}

section.c43-related-articles .article .article--content-image .media-button {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 3rem;
    width: 3rem
}

section.c43-related-articles .article .article--content-image .media-button .icon {
    height: 1rem;
    width: 1rem
}

section.c43-related-articles .article .article--content-image img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2;
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

@media (min-width: 1025px) {
    section.c43-related-articles .article .article--content-image {
        width:100%
    }

    section.c43-related-articles .article .article--content-image .media-button {
        position: absolute;
        bottom: .5rem;
        right: .5rem;
        height: 6rem;
        width: 6rem
    }

    section.c43-related-articles .article .article--content-image .media-button .icon {
        height: 2rem;
        width: 2rem
    }
}

section.c43-related-articles .article .article--content-copy {
    width: 65%;
    padding: .5rem 1.2rem 0
}

@media (min-width: 1025px) {
    section.c43-related-articles .article .article--content-copy {
        width:100%;
        padding: 1rem 0
    }
}

section.c43-related-articles .article .article--content-copy span.copy-02 {
    color: #646464;
    display: block
}

@media (min-width: 1025px) {
    section.c43-related-articles .article .article--content-copy span.copy-02 {
        font-size:1.4rem
    }
}

section.c43-related-articles .article .article--content-copy h2 {
    padding: 0 0 .5rem;
    font-weight: bolder
}

@media (min-width: 1025px) {
    section.c43-related-articles .article .article--content-copy h2 {
        padding:.5rem 0 1rem;
        font-size: 2rem;
        line-height: 2.4rem
    }
}

section.c43-related-articles .article .article--content-copy .link {
    font-size: 1.4rem
}

@media (min-width: 1025px) {
    section.c43-related-articles .article .article--content-copy .link {
        font-size:1.5rem
    }
}

section.c43-related-articles .views-element-container {
    padding-top: 3rem
}

@media (max-width: 1025px) {
    section.c43-related-articles .views-element-container .views-row {
        border-top:1px solid #646464
    }
}

@media (min-width: 1025px) {
    section.c43-related-articles .views-element-container>div,section.c43-related-articles .views-element-container>div>div:not(.views-row) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.c43-related-articles .views-element-container .views-row {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        padding-right: 2rem
    }

    section.c43-related-articles .views-element-container .views-row:nth-child(3) {
        padding-right: 0
    }

    section.c43-related-articles .views-element-container .views-row .article {
        opacity: 1!important;
        display: block
    }

    section.c43-related-articles .views-element-container .views-row .article .col-12-md {
        width: 100%
    }
}

section.c43-related-articles .articles {
    padding-top: 2rem
}

section.c43-related-articles .articles .article:nth-child(n+4) {
    display: none
}

@media (max-width: 1025px) {
    section.c43-related-articles .articles {
        padding-top:3rem
    }

    section.c43-related-articles .articles .article {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        border-top: 1px solid #646464
    }
}

@media (min-width: 1025px) {
    section.c43-related-articles .articles {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.c43-related-articles .articles .article {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        display: block;
        padding-right: 2rem
    }

    section.c43-related-articles .articles .article:nth-child(3) {
        padding-right: 0
    }

    section.c43-related-articles .articles .col-12-md {
        width: 100%
    }
}

@media (min-width: 1025px) {
    section.c43-related-articles {
        padding:5rem 12rem
    }
}

.c44a-featured-tools {
    padding: 10rem 0
}

.c44a-featured-tools[data-animation=true] .c44a-featured-tools--cards>.card,.c44a-featured-tools[data-animation=true] .heading-02 {
    opacity: 1!important
}

.c44a-featured-tools--cards {
    font-size: inherit;
    border-top: 1px solid #8a8a8a
}

@media (min-width: 1025px) {
    .c44a-featured-tools--cards {
        border:none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c44a-featured-tools--cards .card {
    position: relative
}

.c44a-featured-tools--cards .card .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.c44a-featured-tools--cards .card .content__description>p {
    margin-top: 0
}

@media (max-width: 1025px) {
    .c44a-featured-tools--cards .card {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        border-bottom: 1px solid #8a8a8a;
        width: 100%
    }

    .c44a-featured-tools--cards .card .image {
        padding: 2rem 0
    }

    .c44a-featured-tools--cards .card .content {
        padding: 2rem
    }
}

@media (min-width: 1025px) {
    .c44a-featured-tools--cards .card {
        border:1px solid #8a8a8a;
        border-radius: 5px;
        margin-right: 2rem;
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%
    }

    .c44a-featured-tools--cards .card:last-child,.c44a-featured-tools--cards .card:nth-child(3n) {
        margin-right: 0
    }

    .c44a-featured-tools--cards .card .image {
        width: 100%;
        height: 50%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c44a-featured-tools--cards .card .image img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .c44a-featured-tools--cards .card .content {
        width: 100%;
        margin-bottom: 2rem
    }

    .c44a-featured-tools--cards .card .content .content__title {
        padding: 2rem 2rem 0
    }

    .c44a-featured-tools--cards .card .content .content__title .heading-04 {
        font-size: 2rem
    }

    .c44a-featured-tools--cards .card .content .content__description {
        padding: 0 2rem 2rem
    }

    .c44a-featured-tools--cards .card .link {
        position: absolute;
        bottom: 2rem;
        left: 2rem
    }
}

@media (min-width: 1280px) {
    .c44a-featured-tools--cards .card {
        -ms-flex-preferred-size:33%;
        flex-basis: 33%
    }
}

.c45-related-articles .heading-02 {
    margin-bottom: 2rem;
    opacity: 1!important
}

.c45-related-articles .related-articles {
    opacity: 1!important
}

.c45-related-articles .related-articles a {
    display: block;
    height: 100%;
    width: 100%
}

.c45a-related-articles .article,.c45b-related-articles .article {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ebebeb;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    cursor: pointer;
    overflow: hidden
}

.c45a-related-articles .article:hover,.c45b-related-articles .article:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.c45a-related-articles .article .article--content-image,.c45b-related-articles .article .article--content-image {
    padding: 2rem 2rem 0;
    position: relative
}

.c45a-related-articles .article .article--content-image img,.c45b-related-articles .article .article--content-image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.c45a-related-articles .article .article--content-image .media-button,.c45b-related-articles .article .article--content-image .media-button {
    height: 3rem;
    width: 3rem;
    position: absolute;
    bottom: 1rem;
    right: 3rem
}

.c45a-related-articles .article .article--content-image .media-button .main-icon,.c45b-related-articles .article .article--content-image .media-button .main-icon {
    height: 1rem;
    width: 1rem
}

.c45a-related-articles .article .article--content-copy,.c45b-related-articles .article .article--content-copy {
    padding: 2rem
}

.c45a-related-articles .article .article--content-copy .copy-01,.c45b-related-articles .article .article--content-copy .copy-01 {
    padding-bottom: .5rem
}

.c45a-related-articles .article .article--content-copy .link,.c45b-related-articles .article .article--content-copy .link {
    font-size: 1.4rem
}

@media (min-width: 767px) {
    .c45a-related-articles .article,.c45b-related-articles .article {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative
    }

    .c45a-related-articles .article .article--content-copy,.c45a-related-articles .article .article--content-image,.c45b-related-articles .article .article--content-copy,.c45b-related-articles .article .article--content-image {
        padding: 1rem
    }

    .c45a-related-articles .article .article--content-image,.c45b-related-articles .article .article--content-image {
        width: 30%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .c45a-related-articles .article .article--content-image .media-button,.c45b-related-articles .article .article--content-image .media-button {
        height: 2rem;
        width: 2rem;
        bottom: 1.5rem;
        right: 1.5rem
    }

    .c45a-related-articles .article .article--content-copy,.c45b-related-articles .article .article--content-copy {
        width: 70%
    }
}

.c45c-related-articles .related-articles a,.c45d-related-articles .related-articles a {
    display: table;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #1a80e3
}

.c45c-related-articles .related-articles a:before,.c45d-related-articles .related-articles a:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjcgMS4xMDJMMTMuOTU2IDExLjc5YTEuNSAxLjUgMCAwIDEgMCAyLjEyMUwzLjI2OSAyNC41OThhMS41IDEuNSAwIDAgMS0yLjU2LTEuMDZWMi4xNjNhMS41IDEuNSAwIDAgMSAyLjU2LTEuMDZ6IiBmaWxsPSIjMWE4MGUzIi8+PC9zdmc+);
    display: table-cell;
    height: .5rem;
    width: .5rem;
    color: #1a80e3;
    padding: .5rem 1rem
}

.c45c-related-articles .related-articles a:hover,.c45d-related-articles .related-articles a:hover {
    text-decoration: underline
}

.c46-where-to-buy[data-animation=true] .heading-02,.c46-where-to-buy[data-animation=true] .heading-04,.c46-where-to-buy[data-animation=true] .retailers-wrapper {
    opacity: 1!important
}

.c46-where-to-buy .retailers-wrapper.multiple>div {
    padding: 1rem 0
}

.c46-where-to-buy .retailers-wrapper.multiple>div:nth-child(2) {
    border-top: 1px solid #ccc;
    border-left: none
}

@media (min-width: 1025px) {
    .c46-where-to-buy .retailers-wrapper.multiple>div:nth-child(2) {
        border-top:none;
        border-left: 1px solid #ccc
    }
}

.c46-where-to-buy .retailers-wrapper .heading-04 {
    margin: 2rem 0
}

.c46-where-to-buy .retailers-wrapper .retailer {
    margin-bottom: 2rem
}

.c46-where-to-buy .retailers-wrapper .retailer,.c46-where-to-buy .retailers-wrapper .retailer .logo {
    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
}

.c46-where-to-buy .retailers-wrapper .retailer .logo {
    height: 100px;
    width: 150px
}

.c46-where-to-buy .retailers-wrapper .retailer .button,.c46-where-to-buy .retailers-wrapper .retailer .copy {
    width: 170px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem
}

@media (min-width: 1025px) {
    .c46-where-to-buy .retailers-wrapper {
        padding-top:3rem
    }

    .c46-where-to-buy .retailers-wrapper.multiple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c46-where-to-buy .retailers-wrapper.single .retailers {
        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: wrap;
        flex-wrap: wrap;
        max-height: 520px
    }

    .c46-where-to-buy .retailers-wrapper .retailers {
        padding: 0 3rem
    }
}

.c47-popup .wrapper {
    padding: 0 3rem 3rem
}

.popup.ui-dialog.c47 {
    background: none;
    border: none;
    background: -o-linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95) 100%);
    background: linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95));
    color: #fff
}

.popup.ui-dialog.c47 .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzFBODBFMyI+PHBhdGggZD0iTS41NTcgMTMuODMxTDE0LjI1Mi4xMzZsMS4xOTEgMS4xOUwxLjc0OCAxNS4wMjN6Ii8+PHBhdGggZD0iTTEuNzQ4LjEzNkwxNS40NDMgMTMuODNsLTEuMTkgMS4xOTFMLjU1NiAxLjMyN3oiLz48L2c+PC9zdmc+) no-repeat 50%
}

#block-c48featuredcontentblade {
    margin-top: 114px
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider {
    margin-left: auto;
    margin-right: auto
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-slide {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-slide:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots {
    bottom: -15px
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots li {
    width: 40px
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 0;
    background: #646464;
    opacity: .4
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots li button:before {
    content: unset
}

@media (min-width: 1025px) {
    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots li button {
        height:2px
    }
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-dots li.slick-active button {
    background: #1a80e3;
    opacity: 1
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade {
    width: 300px;
    max-width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    box-shadow: 0 .3rem .7rem rgba(32,32,32,.2);
    border-radius: 1rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade .image,#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade img,#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade picture {
    border-radius: 1rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade .image {
    font-size: 0
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.with-copy {
    margin-bottom: 3rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.with-copy .copy {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 1rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.with-copy .copy p {
    margin: 0
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.with-copy .copy .ribbon span {
    background-color: #b29a4f;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 5px
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.with-copy .copy .title {
    margin-top: .5rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade.without-copy .read-more {
    position: absolute;
    bottom: 5%;
    right: 5%
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .blade .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.01)),to(#fff));
    background: -o-linear-gradient(hsla(0,0%,100%,.01),#fff);
    background: linear-gradient(hsla(0,0%,100%,.01),#fff);
    border-radius: 1rem
}

#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABECAYAAADp9JfCAAAABHNCSVQICAgIfAhkiAAABcBJREFUaEPNml2ME1UUx8+ddiusYlD2o51tm0gMJvLAC4uhazYQXTQCQUMgARMDDxKMifHFgAS3t6su4ZEX8eNBXlwSDEYjMQFMQBJRPnwQhQceMNl2291lCRiQxW471//tftDdbefMtDONTZpM954559dz79z/Pacr6H/2EuU8ZjIbJ2HtUaSWYuBCVsZko3lngCJysBvBvxckHi+DOFN8tGnjyHvhfxoFVgJqlemng6R+mwNTYlBEJ3My9nJDgUyZ6UPoD6oFBdTxXDK6hYTApb+vUoYiMv05Lt60DyU+ycro2/7iEE0CpdKv4bt/wwWzhOodTsY/5OzqGS9b1OkBfNjGOVOCduWSsS84u1rHHz72UoVMypyBo4SdMywiyyKxaURGT9Qa1O6+WftQy8Gbi5rGx3/B07bcPpjKA+qlYRk76zXULCDtvF0OtwVo4jIuY0ym7hcNkRjtjf7uJdQ8oEmokaUG5ZEparMNpuhWUYRWjcj2G15BVQTSzsN9ueXCKmioRUywdJGaVo7I8KgXUFWBtPM2OZQIUhELXYTsp09dHadFz9+RT9ypF8oWaHL6MhsMUt/CMGALpehSThS6ST71oB4oFkg7N1OD20iJAS4QTgmncs/GXqGtosjZVht3BFSCSqb3Yl8/wAXCPnUUYryds6sbSDvAEeUw9qjdXDBAHQLUu5xdpXHHGSrdrJSIpDJfOZEYZHNvNhk76BbKHZD2fkwFItfSPyBT69hgQm3PJuNHWbsyA/dA+mb514KICp4TgjrttwMqQmJedaN7tQGBYrG8vbiZ7l3A5TL7DKh8gQJrR2XHeSeZqhlIO2+Rg2aIxK+45HTvrjKCq4d7I1c5qLqAtHOtewGVv4hFvISZvlERNFZm93ek7ezqBtLO2/oyKwKWOg9nzfZQ6oZFodV2uucJkIYIy/QaODuNd5CBujqxcOHqsT2td+vfh5gFgLP5ZtRNxwBlMKbnsxRdS1Lk59p5lqFpx2GZ2QEx/pJbvBg/AahNgLLKbT0H0s7NVDqJTEkeSh3JyvhO34FKUHIQWRI7OCicEA7kZHzftJ0vGSo5l8qIUEavp808lHgrJ6Ofajv/gKYocEI4Bd3r4aCwkNajioFG+vwyZbZZUeEnQK1ktoMRTF3YdyAN0dGfWaLy6mdcPsNAdTYEyOkReIIeifgOhKdtnSKh14Z9kUA0gFPm674CmX1DXWQVf8Szs4CZqmsPFjyWuL33yb99A3JeaKos9KNzTMazvj325kdDMVWwLuPbsqV4XojEmIxe921j1M2Kyb6AWGo/TVSxWeHplDlt56BMKuDdU6md4x2Qi4YX9GErunDHK2XQGyDoFrpv3yHABm7jRxWyc1hGj1Sz8wTIqbIjMxLFY8oOum4giGc/FvD7XGZQ9s47+3g+ZRGZ2S1IHeZgSo13im6dezr0FEjrE0p9XefbZhkwZwHTA5gCB17zxuhUnxAADdFAIivN+05gagIK9w12Ghad4/QJzq+LkEgM7YvecgrjGqhFZpaFyEI9LxbbB5mtT74AaX2iQhF1vDAZmDt5Mp4r1yfPgfSJz8pbFzl9wqP9wDKoe7g3fskNRLktuw/pMzFRUbdSVjBiWcAWsB511qlaYfg1BH1CKXMS1GsYGBwKaUs1fXIDWD1DLvQJNDN1lZvgrjZGp/qEyvNjlC/76wWZvr9ihkyZ1gLYywdxpk+8n4cW84Cc6hNcVOxeuAnOTtlUf+drTp/gqGp/xzMgUw69iF8vTztweAUFXddN2XbPga1rk9KUtcrRcJD+/QMfWuwfb3XDCBmr3OqTG6oSkJNFjGOEoy6qm+BV1xD3owpg7lmk0D2N/1lvQO7+UobaU5kXAkqh5K38KpDR5bQTzwXkxmcee/y7xWf4sGvuDUUSG938VsEF5MZn7UOAOoQ/vDN105WCId7w+mdwV0DaONyfa1X5ifZGrBd2Y+ToGzH+H2hFDan8HWH1AAAAAElFTkSuQmCC)
}

@media (min-width: 767px) {
    #block-c48featuredcontentblade .featured-content-blade.slick-slider .blade {
        width:100%;
        max-width: 100%
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .blade .gradient-background {
        background: -webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,.01)));
        background: -o-linear-gradient(right,#fff,hsla(0,0%,100%,.01));
        background: linear-gradient(270deg,#fff,hsla(0,0%,100%,.01))
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .blade .copy {
        bottom: unset!important;
        width: 40%!important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-prev {
        left: -35px!important
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-next {
        right: -35px!important
    }
}

@media (min-width: 1025px) {
    #block-c48featuredcontentblade .featured-content-blade.slick-slider {
        max-width:760px
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .blade {
        width: 730px;
        max-width: 730px
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-prev {
        left: -25px!important
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-next {
        right: -25px!important
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .copy-02 {
        font-size: 1.6rem
    }
}

@media (max-width: 1025px) {
    #block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-next,#block-c48featuredcontentblade .featured-content-blade.slick-slider .slick-prev {
        display:none!important
    }

    #block-c48featuredcontentblade .featured-content-blade.slick-slider .copy-02 {
        font-size: 1.6rem
    }
}

@media (max-width: 1025px) {
    #block-c48featuredcontentblade {
        padding:0
    }
}

@media (min-width: 1025px) {
    #block-c48featuredcontentblade .wrapper {
        margin-top:3rem
    }
}

@media (min-width: 1025px) {
    #block-c48featuredcontentblade.show-multiple .featured-content-blade {
        max-width:100%
    }

    #block-c48featuredcontentblade.show-multiple .featured-content-blade .blade {
        width: 730px;
        max-width: 730px
    }

    #block-c48featuredcontentblade.show-multiple .featured-content-blade .slick-prev {
        left: -5rem!important
    }

    #block-c48featuredcontentblade.show-multiple .featured-content-blade .slick-next {
        right: -5rem!important
    }
}

.c49-promotions .promotion .vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c49-promotions .promotion img {
    border-radius: 1rem
}

.c49-promotions .promotion .btn-wrapper {
    text-align: center
}

@media (min-width: 1025px) {
    .c49-promotions .promotion .btn-wrapper {
        text-align:left
    }
}

.article-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-menu .share-button-wrapper {
    position: relative;
    width: 4rem;
    height: 4rem
}

.article-menu .share-button-wrapper .icon-button {
    position: absolute;
    left: 0;
    top: 0
}

.article-menu .share-button-wrapper .close-button,.article-menu .share-button-wrapper .share-button {
    opacity: 0;
    pointer-events: none
}

.article-menu .share-button-wrapper .close-button.active,.article-menu .share-button-wrapper .share-button.active {
    opacity: 1;
    pointer-events: inherit
}

.article-menu .actions {
    position: relative;
    width: 100%
}

.article-menu .play-wrapper {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin-right: .5rem
}

.article-menu .play-wrapper .icon-button {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}

.article-menu .play-wrapper .icon-button.active {
    opacity: 1;
    pointer-events: inherit
}

.article-menu .share-menu,.article-menu .video-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.article-menu .share-menu.active,.article-menu .video-menu.active {
    opacity: 1;
    pointer-events: inherit
}

.article-menu .share-menu .icon-button,.article-menu .video-menu .icon-button {
    margin-right: .5rem
}

.n01-header {
    position: relative;
    z-index: 10;
    height: 0
}

@media (min-width: 1025px) {
    .n01-header.hideHeader {
        min-height:0;
        background: none
    }

    .n01-header.hideHeader .navigation {
        display: none
    }
}

.n01-header .copy-01,.n01-header .copy-02,.n01-header .copy-03 {
    text-align: inherit
}

.n01-header .overlay {
    position: fixed
}

.n01-header .overlay.active {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.n01-header .mobile-absolute-top {
    position: absolute;
    top: 0
}

.n01-header .logo-wrapper {
    height: 0;
}

.n01-header .only-desktop {
    display: none
}

.n01-header .mobile-buttons-container {
    white-space: nowrap
}

.n01-header .second-nav-button .primary-button {
    margin-top: 10px
}

.n01-header .second-nav-button .primary-button:last-child {
    margin-bottom: 15px
}

.n01-header .container-margin-left {
    margin-top: .5rem
}

.n01-header .align-right-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.n01-header .logo {
    position: absolute;
    z-index: 1;
    max-width: 9rem
}

.n01-header .logo .logo-link {
    position: relative;
    width: 100%
}

.n01-header .logo-mobile {
    position: absolute;
    top: 0;
    width: 100%
}

.n01-header .options-selector {
    width: 100%
}

.n01-header .options-selector .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3rem 0
}

.n01-header .options-selector .language-selector {
    margin-right: 1rem
}

.n01-header .options-selector .bottom-line {
    border-bottom: 1px solid #9ac9f7
}

.n01-header .indicate-persona,.n01-header .indicate-third {
    position: relative;
    cursor: pointer
}

.n01-header .indicate-persona:before,.n01-header .indicate-third:before {
    width: 1rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: -1.5rem;
    padding: 1.5rem;
    -webkit-transform: translate(-2.5rem,-50%) rotate(180deg);
    -ms-transform: translate(-2.5rem,-50%) rotate(180deg);
    transform: translate(-2.5rem,-50%) rotate(180deg);
    content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    -webkit-box-sizing: unset;
    box-sizing: unset
}

.n01-header .indicate-third {
    margin: .9rem 0
}

.n01-header .navigation-selector {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden
}

.n01-header .navigation {
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    color: #fff;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2
}

.n01-header .navigation .persona-selector {
    position: absolute;
    width: 100%;
    height: 100%
}

.n01-header .navigation.right {
    right: 0;
    background: -o-linear-gradient(135deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95) 100%);
    background: linear-gradient(-45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95))
}

.n01-header .navigation.right .logo {
    display: none
}

.n01-header .item-selected,.n01-header .persona-selected {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.n01-header .main-navigation {
    position: absolute;
    width: 100%;
    height: 100%
}

.n01-header .sub-navigation {
    position: absolute;
    width: 100%
}

.n01-header .full-height {
    height: 100%
}

.n01-header .burguer-navigation,.n01-header .close-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    pointer-events: none
}

.n01-header .burguer-navigation.active,.n01-header .close-navigation.active {
    opacity: 1;
    pointer-events: inherit
}

.n01-header .search-navigation {
    margin-right: .5rem
}

.n01-header .nav-bar {
    position: fixed;
    width: 100%;
    height: 6rem;
    -webkit-box-shadow: 0 -.3rem .7rem rgba(0,0,0,.2);
    box-shadow: 0 -.3rem .7rem rgba(0,0,0,.2);
    bottom: 0;
    background: #fff;
    z-index: 1
}

.n01-header .nav-bar .action-navigation,.n01-header .nav-bar .burguer-navigation,.n01-header .nav-bar .close-navigation,.n01-header .nav-bar .open-navigation,.n01-header .nav-bar .search-navigation,.n01-header .nav-bar .social-navigation,.n01-header .nav-bar .swap-navigation {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
    border-width: 1px
}

.n01-header .nav-bar .action-navigation .icon,.n01-header .nav-bar .burguer-navigation .icon,.n01-header .nav-bar .close-navigation .icon,.n01-header .nav-bar .open-navigation .icon,.n01-header .nav-bar .search-navigation .icon,.n01-header .nav-bar .social-navigation .icon,.n01-header .nav-bar .swap-navigation .icon {
    height: 2rem;
    width: 2rem
}

.n01-header .nav-bar .nav-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-1 .burguer-navigation,.n01-header .nav-bar .nav-buttons.menu-to-right .col-1 .close-navigation {
    left: inherit;
    right: 0
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: left
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .sub-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .swap-navigation {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .search-navigation {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: .5rem
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .article-menu .actions {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .article-menu .actions .share-menu,.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .article-menu .actions .video-menu {
    left: 1rem;
    right: inherit
}

.n01-header .nav-bar .nav-buttons.menu-to-right .col-5 .article-menu .share-button-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.n01-header .nav-bar.mobile .nav-buttons .left {
    width: 3.5rem
}

.n01-header .nav-bar.mobile .nav-buttons .middle {
    width: calc(100% - 8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.n01-header .nav-bar.mobile .nav-buttons .middle .dock-cta .primary-button {
    padding: .7rem 1.2rem!important;
    display: block;
    z-index: 1;
    font-size: 1.4rem;
    line-height: 2rem
}

.n01-header .nav-bar.mobile .nav-buttons .right {
    width: 3.5rem;
    max-width: 3.5rem
}

.n01-header .persona-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.n01-header .persona-list li {
    padding: .5rem 0
}

.n01-header .persona-list li a {
    display: block;
    font-size: 1.2rem;
    position: relative;
    cursor: pointer
}

.n01-header .persona-list li a:after {
    width: 1rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-.5rem,-50%);
    -ms-transform: translate(-.5rem,-50%);
    transform: translate(-.5rem,-50%);
    content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
}

.n01-header .persona-list li a strong {
    width: 100%;
    font-size: 1.6rem
}

.n01-header .next-menu {
    position: relative;
    cursor: pointer
}

.n01-header .next-menu:after {
    width: 1rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-.5rem,-50%);
    -ms-transform: translate(-.5rem,-50%);
    transform: translate(-.5rem,-50%);
    content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNSAxNC4zMzJMMSAzMCIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
}

.n01-header .sub-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.n01-header .sub-list li {
    padding: 1rem 0
}

.n01-header .sub-list li a {
    width: 100%;
    display: block
}

.n01-header .sub-list>li:first-child {
    margin-top: 5rem
}

.n01-header .third-navigation {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%)
}

.n01-header .third-navigation.active {
    display: block
}

.n01-header .third-navigation ul {
    margin-left: 0;
    list-style: none
}

@media (min-width: 767px) {
    .n01-header .navigation {
        width:30rem
    }

    .n01-header .navigation .wrapper {
        padding: 0 1.2rem
    }
}

@media (min-width: 1025px) {
    .n01-header {
        background:#fff;
        display: inherit;
        height: inherit;
        -webkit-box-shadow: 0 .3rem .7rem rgba(0,0,0,.2);
        box-shadow: 0 .3rem .7rem rgba(0,0,0,.2);
        z-index: 2
    }

    .n01-header .overlay {
        display: none
    }

    .n01-header .mobile-absolute-top {
        position: inherit;
        top: inherit
    }

    .n01-header .next-menu:after {
        display: none
    }

    .n01-header .persona-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .n01-header .persona-list li {
        padding: 0;
        overflow: hidden;
        position: relative;
        cursor: pointer
    }

    .n01-header .persona-list li a {
        font-size: 1.6rem;
        padding: 2rem 3rem;
        display: block;
        -webkit-transition: background .2s ease-in;
        -o-transition: background .2s ease-in;
        transition: background .2s ease-in;
        z-index: 2;
        height: 100%
    }

    .n01-header .persona-list li a:after {
        display: none
    }

    .n01-header .persona-list li a:hover {
        background: hsla(0,0%,92.2%,.4)
    }

    .n01-header .persona-list li.selected {
        background: transparent;
        color: #fff
    }

    .n01-header .persona-list li.selected a:hover {
        background: transparent
    }

    .n01-header .persona-list li.selected .bg {
        position: absolute;
        width: 100vw;
        height: 12.4rem;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,right top,left top,from(#9ac9f7),to(#1a80e3));
        background: -o-linear-gradient(right,#9ac9f7,#1a80e3);
        background: linear-gradient(270deg,#9ac9f7,#1a80e3);
        z-index: 1
    }

    .n01-header .sub-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .n01-header .sub-list li {
        padding: 0;
        position: relative
    }

    .n01-header .sub-list li a {
        width: auto;
        display: inherit;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in
    }

    .n01-header .sub-list li a:hover {
        opacity: .8
    }

    .n01-header .sub-list li:hover .third-navigation {
        opacity: 1;
        pointer-events: inherit;
        -webkit-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important
    }

    .n01-header .sub-list li.selected a:hover {
        opacity: 1
    }

    .n01-header .sub-list>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2rem;
        height: inherit
    }

    .n01-header .sub-list>li:first-child {
        margin-top: 0
    }

    .n01-header .sub-list>li>a {
        padding: 2rem 0
    }

    .n01-header .third-navigation {
        position: absolute;
        display: block;
        top: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(-1rem)!important;
        -ms-transform: translateY(-1rem)!important;
        transform: translateY(-1rem)!important;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        z-index: -1;
        width: auto
    }

    .n01-header .third-navigation ul {
        width: 100%;
        padding: 0;
        color: #000;
        background: #fff;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-right: 1px solid #9ac9f7;
        border-bottom: 1px solid #9ac9f7;
        border-left: 1px solid #9ac9f7;
        -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
        box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
    }

    .n01-header .third-navigation ul li {
        white-space: nowrap;
        padding: 1.2rem 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        display: block;
        width: 100%
    }

    .n01-header .third-navigation ul li a {
        padding: 0
    }

    .n01-header .third-navigation ul li:hover {
        background: rgba(154,201,247,.2)
    }

    .n01-header .only-desktop {
        display: block
    }

    .n01-header .second-nav-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .n01-header .second-nav-button .primary-button {
        margin-top: 0;
        min-width: 6rem
    }

    .n01-header .second-nav-button .primary-button:first-child {
        margin-right: 10px
    }

    .n01-header .second-nav-button .primary-button:last-child {
        margin-bottom: 0
    }

    .n01-header .persona-menu,.n01-header .persona-selected {
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important
    }

    .n01-header .persona-menu,.n01-header .persona-selector {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .n01-header .align-right-grid {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .n01-header .navigation-selector {
        height: inherit;
        min-height: inherit;
        overflow: inherit
    }

    .n01-header .logo {
        position: absolute;
        z-index: 10;
        max-width: 16rem
    }

    .n01-header .navigation {
        position: relative;
        width: 100%;
        height: inherit;
        -webkit-transform: inherit!important;
        -ms-transform: inherit!important;
        transform: inherit!important;
        background: #fff;
        color: inherit
    }

    .n01-header .navigation .wrapper {
        padding: 0 12rem
    }

    .n01-header .navigation .persona-selector {
        position: relative;
        width: 100%
    }

    .n01-header .navigation.right {
        right: inherit;
        background: transparent
    }

    .n01-header .navigation.right .logo {
        display: inherit
    }

    .n01-header nav {
        width: 100%;
        position: relative;
        display: inline-block
    }

    .n01-header .main-navigation {
        position: inherit;
        width: 100%
    }

    .n01-header .sub-navigation {
        position: inherit;
        width: 100%;
        background: -webkit-gradient(linear,right top,left top,from(#9ac9f7),to(#1a80e3));
        background: -o-linear-gradient(right,#9ac9f7,#1a80e3);
        background: linear-gradient(270deg,#9ac9f7,#1a80e3);
        color: #fff
    }

    .n01-header .main-nav-items,.n01-header .sub-nav-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .n01-header .sub-nav-items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .n01-header .selectors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1025px) and (min-width:1025px) {
    .n01-header .selectors.mobile {
        display:none
    }
}

@media (min-width: 1025px) {
    .n01-header .language-selector picture {
        top:50%;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #1a80e3;
        border-radius: 100%
    }
}

@media (min-width: 1439px) {
    .n01-header .persona-list li a span,.n01-header .persona-list li a strong {
        width:auto;
        display: inline-block
    }
}

.n01-header>.c32-share {
    display: none
}

@media (min-width: 1025px) {
    .n01-header>.c32-share {
        display:block
    }

    .n01-header>.c32-share .menu {
        position: fixed!important
    }
}

.n01-header .nav-bar.mobile .middle .c32-share {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
    width: 100%
}

.n01-header .nav-bar.mobile .middle .c32-share .menu {
    position: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent;
    bottom: 0;
    right: 0
}

.n01-header .nav-bar.mobile .middle .c32-share .menu .share-button-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    border: none;
    border-radius: unset
}

.n01-header .nav-bar.mobile .middle .c32-share .menu .close-button,.n01-header .nav-bar.mobile .middle .c32-share .menu .share-button,.n01-header .nav-bar.mobile .middle .c32-share .menu .social-button {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
    border-color: #9ac9f7
}

.n01-header .nav-bar.mobile .middle .c32-share .menu .social-button {
    margin: 0 .2rem
}

.n01-header .nav-bar.mobile .middle .c32-share .menu .social-button:last-child {
    marfgin-right: .4rem
}

@media (min-width: 1025px) {
    .n01-header .nav-bar.mobile .middle .c32-share .menu {
        position:fixed!important
    }
}

.n01-header .nav-bar.mobile .middle .dock-cta+.c32-share {
    position: absolute!important
}

.n01-header .nav-bar.mobile .middle .dock-cta+.c32-share .menu {
    bottom: 0;
    right: 0
}

button#dock-btn {
    visibility: hidden
}

button#dock-btn.cswidget {
    visibility: visible
}

.search {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search .search-selector-button {
    height: 3.8rem;
    width: 3.8rem;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: .5rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.search .search-selector-button:hover {
    background: hsla(0,0%,92.2%,.2)
}

.search .search-selector-button .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.search .search-selector {
    display: none
}

@media (min-width: 1025px) {
    .search .search-selector {
        display:block;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        bottom: 0;
        right: .5rem;
        min-width: 25rem;
        border: 2px solid #1a80e3;
        border-radius: 1rem;
        z-index: 1;
        background: #fff;
        -webkit-transform: translateY(100%) translateY(-.5rem);
        -ms-transform: translateY(100%) translateY(-.5rem);
        transform: translateY(100%) translateY(-.5rem);
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
        box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
    }

    .search .search-selector:before {
        content: "";
        position: absolute;
        display: block;
        top: -1rem;
        right: .9rem;
        width: 0;
        height: 0;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        border-bottom: 1rem solid #1a80e3
    }

    .search .search-selector:after {
        content: "";
        position: absolute;
        display: block;
        top: -.7rem;
        right: 1.2rem;
        width: 0;
        height: 0;
        border-left: .7rem solid transparent;
        border-right: .7rem solid transparent;
        border-bottom: .7rem solid #fff
    }
}

@media (min-width: 1025px) and (-ms-high-contrast:active),(min-width:1025px) and (-ms-high-contrast:none) {
    .search .search-selector {
        opacity:1;
        display: none
    }
}

@media (min-width: 1025px) {
    @supports (-ms-ime-align:auto) {
        .search .search-selector {
            opacity:1;
            display: none
        }
    }

    .search .header-autocomplete-items {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        overflow: hidden
    }

    .search .header-search-input {
        width: 100%;
        padding: .8rem 3rem .8rem 1rem;
        color: #202020;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        border-radius: 1rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .search .no-search-results,.search .search-results {
        width: 100%;
        border-top: 2px solid #9ac9f7;
        overflow: hidden
    }

    .search .no-search-results .results-wrapper,.search .search-results .results-wrapper {
        overflow-y: auto;
        max-height: 20rem
    }

    .search .no-search-results .results-wrapper a,.search .search-results .results-wrapper a {
        padding: .8rem 1rem;
        cursor: pointer;
        display: block
    }

    .search .no-search-results .results-wrapper a:hover,.search .search-results .results-wrapper a:hover {
        background-color: rgba(154,201,247,.2)
    }

    .search .no-search-results .results-wrapper a.active,.search .no-search-results .results-wrapper a.active:hover,.search .search-results .results-wrapper a.active,.search .search-results .results-wrapper a.active:hover {
        background-color: #9ac9f7
    }

    .search .no-search-results .results-wrapper .no-result-found,.search .search-results .results-wrapper .no-result-found {
        padding: .8rem 1rem
    }

    .search .loading-icon {
        opacity: 0;
        -webkit-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        right: 1.2rem;
        top: 1.9rem
    }

    .search .loading-icon,.search .loading-icon .icon {
        position: absolute;
        pointer-events: none;
        height: 1.5rem;
        width: 1.5rem;
        z-index: 2
    }

    .search .loading-icon.active {
        opacity: 1
    }

    .search .enter-icon {
        position: absolute;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        height: 1.2rem;
        width: 1.2rem;
        padding: .5rem;
        right: .8rem;
        top: .8rem;
        z-index: 1
    }

    .search .enter-icon.icon {
        height: 1.2rem;
        width: 1.2rem;
        position: absolute;
        z-index: 2
    }

    .search .enter-icon.icon svg path {
        fill: #1a80e3
    }

    .search .enter-icon.hide {
        opacity: 0;
        pointer-events: none
    }

    .search.active-search .search-selector-button {
        border: 2px solid #1a80e3;
        -webkit-box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6);
        box-shadow: 0 .4rem 1.3rem rgba(154,201,247,.6)
    }

    .search.active-search .search-selector {
        opacity: 1;
        pointer-events: inherit;
        -webkit-transform: translateY(100%) translateY(.2rem);
        -ms-transform: translateY(100%) translateY(.2rem);
        transform: translateY(100%) translateY(.2rem)
    }
}

@media (min-width: 1025px) and (-ms-high-contrast:active),(min-width:1025px) and (-ms-high-contrast:none) {
    .search.active-search .search-selector {
        display:block
    }
}

@media (min-width: 1025px) {
    @supports (-ms-ime-align:auto) {
        .search.active-search .search-selector {
            display:block
        }
    }
}

.search-mobile {
    position: fixed;
    bottom: 6rem;
    width: 100%;
    height: calc(100% - 6rem);
    background: -o-linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95) 100%);
    background: linear-gradient(45deg,rgba(26,128,227,.95) 70%,hsla(0,0%,100%,.95));
    will-change: transform;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: none
}

.search-mobile.active,.search-mobile .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-mobile .wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-mobile input {
    border-radius: 4rem;
    width: calc(100% - 7rem);
    height: 4rem;
    border: 0;
    padding: 0 5rem 0 2rem;
    color: #202020;
    font-size: 1.6rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-mobile .loading-icon {
    opacity: 0;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.search-mobile .loading-icon.active {
    opacity: 1
}

.search-mobile .search-icon {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.search-mobile .search-icon.hide {
    opacity: 0
}

.search-mobile .sticky-top {
    display: block
}

.search-mobile .sticky-top .icon-button .icon {
    height: 1.5rem;
    width: 1.5rem
}

.search-mobile .sticky-top .col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-mobile .sticky-top .col-6 form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1rem;
    width: 100%
}

.search-mobile .sticky-top .col-6 form .icon {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 6.5rem;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.search-mobile .sticky-bottom {
    max-height: 60rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width: 1025px) {
    .search-mobile,.search-mobile.active {
        display:none
    }
}

.mobile-results[data-search-item=true] {
    opacity: 1!important
}

.mobile-results a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1.5rem
}

.mobile-results .results-wrapper {
    padding: 4rem 0
}

.mobile-results .type {
    width: 2rem
}

.mobile-results .type .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem
}

.mobile-results .label {
    width: 100%
}

.n02-footer {
    margin-bottom: 6rem;
    background-color: #fff
}

.n02-footer .footer-top {
    color: #fff;
    padding-bottom: 3rem;
    -webkit-box-shadow: 0 0 1.5rem 1rem #fff;
    box-shadow: 0 0 1.5rem 1rem #fff;
    overflow: hidden
}

.n02-footer .footer-top .newsletter.hide-newsletter {
    display: none
}

@media (min-width: 1025px) {
    .n02-footer .footer-top .newsletter.hide-newsletter {
        display:block
    }
}

.n02-footer .footer-top .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.n02-footer .footer-top .buttons .primary-button {
    width: 100%;
    text-align: center;
    max-width: 26.5rem;
    margin-right: 1rem
}

.n02-footer .footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.n02-footer .footer-top ul li {
    width: auto;
    margin-left: 3rem
}

.n02-footer .footer-top ul li:first-child {
    margin-left: 0
}

.n02-footer .footer-top nav {
    list-style: none;
    margin: 0;
    padding: 0;
    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
}

@media (min-width: 767px) {
    .n02-footer .footer-top nav {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.n02-footer .footer-top nav a {
    width: auto
}

@media (min-width: 767px) {
    .n02-footer .footer-top nav a {
        margin-left:3rem
    }
}

.n02-footer .footer-top nav a:first-child {
    margin-left: 0
}

.n02-footer .footer-top .social-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.n02-footer .footer-top .social-container ul li {
    margin-left: 2rem
}

.n02-footer .footer-top .social-container ul li:first-child {
    margin-left: 0
}

.n02-footer .footer-top .social-container .icon {
    height: 2.2rem;
    width: 2.2rem
}

.n02-footer .footer-top .social-container .icon path {
    fill: #fff
}

.n02-footer .footer-top.footer-links .wrapper>.row {
    gap: 1rem
}

@media (max-width: 1025px) {
    .n02-footer .footer-top.footer-links .wrapper>.row.flow-wrap>div {
        margin-top:3rem
    }
}

@media (max-width: 1025px) {
    .n02-footer .footer-top.footer-links .wrapper>.row.flow-wrap>div:first-child {
        margin-top:6rem
    }
}

.n02-footer .footer-top.footer-links .wrapper>.row .heading-04 {
    font-size: 2.4rem;
    line-height: 2.7rem
}

@media (min-width: 1025px) {
    .n02-footer .footer-top.footer-links .wrapper>.row .heading-04 {
        font-size:2rem;
        line-height: 2.3rem
    }
}

.n02-footer .footer-top.footer-links .sitemap-links ul {
    display: inline-block
}

.n02-footer .footer-top.footer-links .sitemap-links ul li {
    margin-top: .5rem;
    margin-left: 0
}

.n02-footer .footer-top.footer-links .sitemap-links ul li:first-child {
    margin-top: 0
}

.n02-footer .footer-top.footer-links .buttons .primary-button {
    padding: 1.6rem 3rem;
    width: auto;
    line-height: 1
}

@media (min-width: 1025px) {
    .n02-footer .footer-top.footer-links .desktop-hidden {
        display:none
    }
}

.n02-footer .footer-bottom {
    padding-bottom: 2rem
}

.n02-footer .footer-bottom .wrapper {
    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
}

@media (min-width: 1025px) {
    .n02-footer .footer-bottom .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.n02-footer .footer-bottom .copyright-content {
    margin-right: auto;
    max-width: 450px
}

.n02-footer .footer-bottom .trade-registration-logo {
    height: 5.5rem;
    margin: 2rem auto 0 0
}

.n02-footer .footer-bottom .trade-registration-logo>a,.n02-footer .footer-bottom .trade-registration-logo picture {
    height: inherit
}

@media (min-width: 1025px) {
    .n02-footer .footer-bottom .trade-registration-logo {
        margin:0 0 0 2rem
    }
}

.n02-footer .footer-bottom .trade-registration-logo img {
    width: auto;
    height: 100%
}

@media (min-width: 1025px) {
    .n02-footer,.n02-footer .footer-top {
        margin-bottom:0
    }

    .n02-footer .footer-top .col-4-md {
        margin-right: 3rem
    }

    .n02-footer .footer-top nav,.n02-footer .footer-top ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .n02-footer .footer-top .buttons .primary-button {
        width: calc(100% - 9rem);
        padding: 1.6rem 0
    }

    .n02-footer .footer-top .social-container {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .n02-footer .footer-top .social-container ul li,.n02-footer .footer-top .social-container ul li:first-child {
        margin-left: 1rem
    }

    .n02-footer .footer-top .social-container .icon {
        height: 1.8rem;
        width: 1.8rem
    }
}

.styleguide-meta {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
    border-collapse: collapse
}

.dark .styleguide-meta {
    color: #1caa5c
}

.styleguide-meta pre {
    font-size: 1.4rem
}

.styleguide-meta td,.styleguide-meta th {
    border: 1px solid #e2e2e2;
    padding: .5rem
}

.styleguide .category {
    margin: 2rem 0;
    padding: 2rem;
    border: 1px solid #ccc
}

.styleguide .category-heading {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.styleguide .variant-heading {
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.5rem
}

.styleguide .variant-heading:after {
    height: 1px;
    width: 100%;
    opacity: .2;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    content: "";
    background: currentColor
}

.styleguide .group {
    padding: 2rem;
    border: 1px solid #ccc
}

.styleguide .group:not(:last-child) {
    margin-bottom: 2rem
}

.styleguide .group .variant {
    padding: 1rem
}

.styleguide .group .variant.dark .variant-heading {
    color: #fff
}

.styleguide .sub-group {
    margin-bottom: 3rem
}

.styleguide .dark-background {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #1a80e3
}

.styleguide .dark-background-texture {
    color: #1caa5c
}

.styleguide .styleguide-color,.styleguide .styleguide-icon {
    height: 6.8rem;
    width: 6.8rem;
    padding: 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    display: inline-block;
    background: #fff
}

.styleguide .styleguide-color {
    position: relative
}

.styleguide .styleguide-color:before {
    content: "";
    display: block;
    height: 75%;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: currentColor;
    border: 1px solid #ccc;
    position: absolute
}

.styleguide .styleguide-color.primary {
    color: #1a80e3
}

.styleguide .styleguide-color.primary-alternate {
    color: #9ac9f7
}

.styleguide .styleguide-color.secondary {
    color: #1caa5c
}

.styleguide .styleguide-color.secondary-alternate {
    color: #99cf63
}

.styleguide .map-container {
    height: 60rem;
    width: 100%;
    position: relative
}

.styleguide .grid-container {
    text-align: center
}

.styleguide .grid-container .row:not(:last-child) {
    margin-bottom: 2rem
}

.styleguide .grid-container .row>div {
    background: #1a80e3;
    padding: 2rem
}

.styleguide .grid-container .row .desktop {
    display: none
}

.styleguide .grid-container .row .mobile {
    display: block
}

@media (min-width: 1025px) {
    .styleguide .grid-container .row .desktop {
        display:block
    }

    .styleguide .grid-container .row .mobile {
        display: none
    }
}

.smile-image {
    position: relative;
    overflow: hidden;
    width: auto;
    display: inline-block
}

.smile-image picture {
    display: grid;
    -webkit-clip-path: ellipse(100% 80% at 50% 20%);
    clip-path: ellipse(100% 80% at 50% 20%)
}

@-webkit-keyframes rotating {
    0% {
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -ms-transform: translateY(-50%) rotate(1turn);
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -ms-transform: translateY(-50%) rotate(1turn);
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

.responsive-video {
    height: 100%;
    width: 100%
}

.responsive-video video {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.responsive-video[data-cover=true] {
    position: relative;
    overflow: hidden
}

.responsive-video[data-cover=true] video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.video-container {
    position: relative;
    cursor: pointer
}

.video-container .play-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.video-container .play-button .media-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.video-container .play-button:hover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.background-texture {
    background-image: url(/profiles/custom/friso_starter/themes/friso/image/bg-mobile.webp);
}

#block-conversationnavigation .persona-container .video-container div.video {
    -webkit-mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-mobile-2.webp);
    mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-mobile-2.webp);
}

@media all and (min-width: 1024px) {
    .background-texture {
        background-image:url(/profiles/custom/friso_starter/themes/friso/image/bg.webp);
    }

    #block-conversationnavigation .persona-container .video-container div.video {
        -webkit-mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-desktop.webp);
        mask-image: url(/profiles/custom/friso_starter/modules/friso_conversation_navigation/assets/Wave-desktop.webp);
    }
}

/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 6px 2px;
    background: transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1261;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/core/misc/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js input.form-autocomplete {
    background-image: url(/core/misc/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/core/misc/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    padding: 0;
    border-width: 0;
}

.container-inline div,.container-inline label {
    display: inline-block;
}

.container-inline .details-wrapper {
    display: block;
}

.container-inline .hidden {
    display: none;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li::after {
    content: ", ";
}

.item-list__comma-list li:last-child::after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

@media (scripting:enabled) {
    .js-hide.js-hide {
        display: none;
    }

    .js-show {
        display: block;
    }
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    min-width: 100px;
    max-width: 100%;
    height: 16px;
    margin-top: 5px;
    border: 1px solid;
    background-color: #fff;
}

.progress__bar {
    width: 3%;
    min-width: 3%;
    max-width: 100%;
    height: 16px;
    background-color: #000;
}

.progress__description,.progress__percentage {
    overflow: hidden;
    margin-top: 0.2em;
    color: #555;
    font-size: 0.875em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}

.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}

.system-status-counter__status-icon--error::before {
    background-image: url(/core/misc/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning::before {
    background-image: url(/core/misc/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked::before {
    background-image: url(/core/misc/icons/73b355/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.063);
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle {
    background-image: url(/core/misc/icons/000000/move.svg);
}

@media (forced-colors:active) {
    a.tabledrag-handle .handle,a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle {
        background: linktext;
        -webkit-mask: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
        mask: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
    }

    a.tabledrag-handle:focus {
        outline: solid 1px transparent;
    }
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}

.touchevents a.tabledrag-handle .handle {
    height: 21px;
    background-position: 40% 19px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(/core/misc/icons/787878/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(/core/misc/icons/787878/twistie-up.svg);
}

div.tree-child {
    background: url(/core/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/core/misc/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(/core/misc/tree.png) no-repeat -11px center;
}

.poll {
    overflow: hidden;
}

.poll .bar {
    height: 1em;
    margin: 1px 0;
    background-color: #ddd;
}

.poll .bar .foreground {
    background-color: #000;
    height: 1em;
    float: left;
}

.poll dl,.poll dd {
    margin: 0;
}

.poll .links {
    text-align: center;
}

.poll .percent {
    text-align: right;
}

.poll .total {
    text-align: center;
}

.poll .vote-form {
    text-align: center;
}

.poll .vote-form {
    text-align: left;
}

.poll .vote-form .poll-title {
    font-weight: bold;
}

.poll-chtext {
    width: 80%;
}

.poll-chvotes .form-text {
    width: 85%;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
}

.views-display-link + .views-display-link {
    margin-left: 0.5em;
}

.node--type-product_range.secondary-background-texture {
    background-size: cover!important;
}

.node--type-product_range.secondary-background-texture.background-texture-position-center {
    background-position: center top!important;
}

.node--type-product_range.secondary-background-texture.new-product-range-layout {
    background-size: contain!important;
}

.secondary-background-texture {
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    position: relative;
}

.paragraph--unpublished {
    background-color: #fff4f4;
}

.bef-exposed-form .form--inline .form-item {
    float: none;
}

.bef-exposed-form .form--inline > .form-item {
    float: left;
}

.bef-exposed-form .form--inline .bef--secondary {
    clear: left;
}
