@keyframes easeInCubicMotion {
    to {
        transform: translate(150px)
    }
}

@keyframes easeOutCubicMotion {
    to {
        transform: translate(150px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@font-face {
    font-family: "suisseintl";
    src: url("../../fonts/SuisseIntl/SuisseIntl-Regular.ttf") format("truetype"), url("../../fonts/SuisseIntl/SuisseIntl-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "suisseintl";
    src: url("../../fonts/SuisseIntl/SuisseIntl-Medium.ttf") format("truetype"), url("../../fonts/SuisseIntl/SuisseIntl-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "suisseintl";
    src: url("../../fonts/SuisseIntl/SuisseIntl-SemiBold.ttf") format("truetype"), url("../../fonts/SuisseIntl/SuisseIntl-SemiBold.otf") format("opentype");
    font-style: normal;
    font-weight: 600
}

b,
dt,
strong {
    font-family: suisseintl, helvetica, arial, sans-serif
}

ol li,
ul li,
ol ol li,
ul ol li {
    font-family: suisseintl, helvetica, arial, sans-serif
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
    height: 55px;
    padding: 15px 20px;
    background-color: transparent;
    border: solid 1px #c5c9cc
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit
}

.form-control {
    font-family: suisseintl, helvetica, arial, sans-serif;
    border-radius: 8px
}

.form-float-container {
    position: relative;
    color: #384952
}

.form-float-container.active label {
    transform: translate(0, 5px) scale(0.75)
}

.form-float-container .form-control-label {
    font-size: 16px;
    font-family: suisseintl, helvetica, arial, sans-serif;
    color: #384952;
    position: absolute;
    left: 20px;
    transform-origin: top left;
    transform: translate(0, 14px) scale(1);
    transition: all 150ms ease-in-out;
    pointer-events: none
}

.form-float-container .form-control-label.sr-only {
    display: none
}

.form-float-container .form-control {
    padding: 25px 20px 5px
}

.custom-control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: auto;
    padding-left: 40px
}

.custom-control-label::after,
.custom-control-label::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    display: block;
    width: 18px;
    height: 18px;
    color: #384952
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.custom-radio .custom-control-input~.custom-control-label::after {
    background-image: none;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #384952;
    color: #384952
}

.custom-checkbox .custom-control-input~.custom-control-label::after {
    background: none;
    border: solid 1px #c5c9cc;
    border-radius: 3px;
    line-height: 1.2;
    padding-left: 5px
}

.custom-radio .custom-control-input~.custom-control-label {
    font-family: suisseintl, helvetica, arial, sans-serif
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: #384952
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: 'x';
    background: none
}

.custom-select {
    font-family: suisseintl, helvetica, arial, sans-serif
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 15px !important;
    margin-top: 0 !important
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-container--open .select2-selection {
    border-bottom-color: #fff !important
}

.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg) !important
}

.select2-container .select2-selection {
    height: 55px;
    padding: 15px 45px 15px 20px;
    border-color: solid 1px #c5c9cc;
    border-radius: 40px
}

.select2-container .select2-selection:focus {
    outline: none
}

.select2-container .select2-selection__rendered {
    padding: 0 !important
}

.select2-container .select2-selection__rendered:focus {
    outline: none
}

.select2-container .select2-selection__arrow {
    height: 25px !important;
    top: 50% !important;
    right: 23px !important;
    transform: translateY(-50%)
}

.select2-container .select2-selection__arrow b {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iIzRBNEE0QSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC42MDUgNkw0IDYuNTUgMTAgMTJsNi01LjQ1LS42MDUtLjU1LTUuMzk4IDQuOTA1eiIvPjwvc3ZnPg==) no-repeat center center;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 40px !important;
    width: 40px !important;
    top: -7px !important;
    left: -25px !important
}

.select2-dropdown {
    top: -1px;
    border: solid 1px #c5c9cc;
    border-radius: 8px;
    overflow: hidden
}

.select2-dropdown .select2-results__options {
    overflow: hidden
}

.select2-results__option {
    padding: 5px 20px
}

.select2-results__option--selected {
    background-color: #8c9ba4 !important;
    color: white !important
}

.select2-results__option--selected.select2-results__option--highlighted {
    background-color: #8c9ba4 !important;
    color: white !important
}

.select2-results__option--highlighted {
    background-color: #f1f3f5 !important;
    color: #384952 !important
}

.select2-selection.bluegray {
    background-color: transparent;
    border-color: #fff
}

.select2-selection.bluegray .select2-selection__rendered {
    color: #fff
}

.select2-selection.bluegray .select2-selection__arrow {
    background: url(../assets/svg/dropdown-arrow-white.svg) no-repeat center center
}

.select2-dropdown.bluegray {
    background-color: #8c9ba4;
    border-color: #fff;
    color: #fff
}

.select2-dropdown.bluegray .select2-results__option--selected {
    background-color: #ddd !important;
    color: #384952 !important
}

.select2-dropdown.bluegray .select2-results__option--selected.select2-results__option--highlighted {
    background-color: #ddd !important;
    color: #384952 !important
}

.select2-dropdown.bluegray .select2-results__option--highlighted {
    background-color: #5897fb !important;
    color: white !important
}

.select2-selection.lighttint,
.select2-dropdown.lighttint {
    background-color: #f8f9fa
}

.award-slider {
    background-color: #fff;
    padding: 55px 0 50px
}

@media only screen and (min-width: 992px) {
    .award-slider {
        padding: 116px 0 90px
    }
}

.award-slider__heading h2 {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 38px
}

@media only screen and (min-width: 744px) {
    .award-slider__heading h2 {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .award-slider__heading h2 {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 59px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .award-slider__heading h2 {
        font-size: 60px;
        line-height: 65px
    }
}

.award-slider__slider {
    display: none;
    margin: 0 auto;
    width: 75%;
    justify-content: space-between
}

@media only screen and (min-width: 744px) {
    .award-slider__slider {
        flex-direction: row;
        display: flex
    }
}

.award-slider__slider.mobile {
    display: flex
}

@media only screen and (min-width: 744px) {
    .award-slider__slider.mobile {
        display: none
    }
}

.award-slider__slide {
    display: flex;
    align-items: center;
    flex-direction: column
}

.award-slider__slide-image {
    height: 130px
}

.award-slider__slide-image img {
    max-width: 100px;
    height: auto;
    width: auto;
    margin: 0 auto
}

.award-slider .slick-dots {
    bottom: -20%
}

.award-slider .slick-arrow {
    background-color: #636466;
    border: none
}

.award-slider .slick-arrow:hover {
    border: 1px solid #404040
}

.award-slider__slide-copy {
    padding-top: 21px;
    color: #2b3234;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center
}

.award-slider__progressBar-wrap {
    width: 86%;
    margin: 29px auto 0;
    display: block
}

@media only screen and (min-width: 992px) {
    .award-slider__progressBar-wrap {
        display: none
    }
}

.award-slider__progressBar-wrap .progressBar {
    display: block;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(90, 104, 113, 0.15);
    background-image: linear-gradient(to right, #636466, #636466);
    background-repeat: no-repeat;
    background-size: 33%;
    transition: background-position 0.4s ease-in-out
}

.back-to-topclp {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px
}

@media only screen and (min-width: 992px) {
    .back-to-topclp {
        height: 200px
    }
}

.back-to-topclp__button {
    cursor: pointer;
    display: block;
    background-color: #fff;
    border: none
}

@media only screen and (max-width: 743px) {
    .back-to-topclp__button svg {
        width: 70px;
        height: 70px
    }
}

.back-to-topclp__button path {
    transition: all ease-in-out 250ms;
    transform: translateX(0)
}

.back-to-topclp__button:hover path {
    transform: translateY(-10px)
}

.back-to-topclp--mobile-only {
    display: flex
}

@media only screen and (min-width: 744px) {
    .back-to-topclp--mobile-only {
        display: none
    }
}

.center-text-content {
    width: 100%;
    padding-bottom: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 68px
}

@media only screen and (min-width: 992px) {
    .center-text-content {
        padding-bottom: 120px;
        padding-top: 102px
    }
}

.center-text-content__wrapper-heading {
    margin: auto;
    width: 100%;
    max-width: 475px
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-heading {
        max-width: 575px
    }
}

@media only screen and (min-width: 992px) {
    .center-text-content__wrapper-heading {
        max-width: 700px
    }
}

.center-text-content__wrapper-heading br {
    display: none
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-heading br {
        display: block
    }
}

.center-text-content__wrapper-heading h4 {
    color: #1b5a8f;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.center-text-content__wrapper-heading h2 {
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 10px 0
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-heading h2 {
        margin: 20px 0 25px;
        padding: 0 30px;
        font-size: 45px;
        line-height: 48px
    }
}

.center-text-content__wrapper-heading p {
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.center-text-content__wrapper-cta {
    display: flex;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 475px;
    justify-content: space-evenly
}

.center-text-content__wrapper-cta a {
    margin: auto
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-cta {
        margin-top: 10px;
        max-width: 575px
    }
}

@media only screen and (min-width: 992px) {
    .center-text-content__wrapper-cta {
        max-width: 675px
    }
}

.center-text-content__wrapper-app-icons {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-app-icons {
        flex-direction: row
    }
}

.center-text-content__wrapper-app-icons .center-text-content__app-icon {
    height: 50px;
    margin: 5px
}

.center-text-content__wrapper-qr {
    display: flex;
    margin: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 475px;
    justify-content: space-evenly
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-qr {
        margin-top: 36px;
        max-width: 575px
    }
}

@media only screen and (min-width: 992px) {
    .center-text-content__wrapper-qr {
        max-width: 675px
    }
}

.center-text-content__wrapper-qr-codes {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 328px;
    justify-content: center
}

@media only screen and (min-width: 744px) {
    .center-text-content__wrapper-qr-codes {
        flex-direction: row
    }
}

.center-text-content__wrapper-qr-codes .center-text-content__qr-image {
    height: 117px;
    margin: 5px auto
}

.disclaimer {
    padding: 60px 0;
    background-color: #f1f3f5
}

@media only screen and (min-width: 992px) {
    .disclaimer {
        padding: 0 0 90px
    }
}

.disclaimer p {
    font-size: 12px;
    color: #384952;
    margin-bottom: 0
}

.disclaimer p a {
    font-size: 12px;
    color: #384952;
    text-decoration: underline
}

.disclaimer--home {
    background-color: #fff;
    padding: 25px 0
}

.disclaimer--home p {
    border-top: 1px solid #c6c6d0;
    padding-top: 25px;
    margin-bottom: 51px
}

@media only screen and (min-width: 992px) {
    .disclaimer--home p {
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 992px) {
    .disclaimer--home p {
        margin-bottom: 72px
    }
}

.disclaimer--plp {
    background-color: #fff
}

.disclaimer--plp .wide-container {
    padding: 0 20px
}

@media only screen and (min-width: 744px) {
    .disclaimer--plp .wide-container {
        padding: 0 40px
    }
}

@media only screen and (min-width: 992px) {
    .disclaimer--plp .wide-container {
        padding: 0 60px
    }
}

.disclaimer--plp p {
    border-top: 1px solid #c6c6d0;
    padding-top: 25px;
    margin-bottom: 8px
}

.featured-cards {
    padding: 59px 0
}

@media only screen and (min-width: 992px) {
    .featured-cards {
        padding: 60px 0
    }
}

@media only screen and (min-width: 1200px) {
    .featured-cards {
        padding: 80px 0
    }
}

.featured-cards__eyebrow {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #1b5a8f;
    text-align: center;
    padding-bottom: 10px
}

@media only screen and (min-width: 744px) {
    .featured-cards__eyebrow {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .featured-cards__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 14px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .featured-cards__eyebrow {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .featured-cards__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .featured-cards__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

.featured-cards__title {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 24px;
    text-align: center;
    max-width: none;
    margin: 0;
    font-weight: 500
}

@media only screen and (min-width: 744px) {
    .featured-cards__title {
        font-size: 60px;
        line-height: 65px
    }
}

@media only screen and (min-width: 744px) {
    .featured-cards__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 32px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .featured-cards__title {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .featured-cards__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 30px;
        line-height: 36px;
        max-width: 610px;
        margin: 0 auto;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .featured-cards__title {
        font-size: 60px;
        line-height: 65px
    }
}

.featured-cards__cards {
    list-style: none;
    margin: 0 -8px;
    justify-content: center
}

.featured-cards__card {
    padding: 0 8px;
    margin-bottom: 18px
}

.featured-cards__card:last-child {
    margin: 0
}

.featured-cards__card>a {
    overflow: hidden;
    display: block;
    transition: color 0.5ms ease
}

.featured-cards__card img {
    width: 100%;
    border-radius: 20px
}

.featured-cards__card .btn {
    max-width: 100%
}

@media (hover: hover) {

    .featured-cards__card:hover h4,
    .featured-cards__card:hover span.small-text {
        color: #636466
    }

    .featured-cards__card:hover a {
        color: #fff
    }

    .featured-cards__card:hover .featured-cards__card-alt-img {
        visibility: visible;
        opacity: 1
    }
}

.featured-cards__card-content {
    position: relative
}

.featured-cards__card-image-content {
    position: relative
}

.featured-cards__card-image-content::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 150.47319%
}

.featured-cards__card-image-content [data-media] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width: 992px) {
    .featured-cards__card-image-content {
        position: relative
    }

    .featured-cards__card-image-content::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 177.97619%
    }

    .featured-cards__card-image-content [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 1200px) {
    .featured-cards__card-image-content {
        position: relative
    }

    .featured-cards__card-image-content::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 177.77778%
    }

    .featured-cards__card-image-content [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.featured-cards__card-alt-img {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out
}

@media only screen and (min-width: 744px) {
    .featured-cards__card-alt-img {
        display: block
    }
}

.featured-cards__card-text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}

.featured-cards__card-text-content.wht>div {
    max-width: 236px;
    margin: 0 auto
}

.featured-cards__card-text-content h4 {
    margin-bottom: 10px;
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px
}

@media only screen and (min-width: 744px) {
    .featured-cards__card-text-content h4 {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .featured-cards__card-text-content h4 {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .featured-cards__card-text-content h4 {
        font-size: 25px;
        line-height: 32px
    }
}

@media only screen and (min-width: 992px) {
    .featured-cards__card-text-content h4 {
        padding: 0 6%
    }
}

.featured-cards__card-text-content .small-text {
    display: block;
    font-weight: normal;
    padding: 0 22px;
    padding-bottom: 20px
}

@media only screen and (min-width: 744px) {
    .featured-cards__card-text-content .small-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        padding: 0 34px;
        height: 100px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .featured-cards__card-text-content .small-text {
        font-size: 16px;
        line-height: 25px
    }
}

@media only screen and (min-width: 992px) {
    .featured-cards__card-text-content .small-text {
        padding: 0 23px;
        height: 89px
    }
}

.featured-cards__cta {
    white-space: nowrap;
    margin-bottom: 29px
}

.featured-cards__cta span {
    color: #034b6c
}

@media only screen and (max-width: 743px) {
    .featured-cards__cta {
        font-size: 14px;
        line-height: 22px;
        padding: 13px 39px
    }
}

.featured-cards--page-not-found {
    margin: 100px 0 60px
}

@media only screen and (min-width: 992px) {
    .featured-cards--page-not-found {
        margin: 110px 0
    }
}

.featured-reviews {
    padding: 60px 0;
    background-color: #1b5a8f !important;
    overflow: hidden
}

@media only screen and (min-width: 992px) {
    .featured-reviews {
        padding: 80px 0
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .featured-reviews .card-container {
        padding-right: 0
    }

    .featured-reviews .card-container .slick-slider {
        overflow: hidden
    }
}

.featured-reviews__title {
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 36px;
    line-height: 45px
}

@media only screen and (min-width: 744px) {
    .featured-reviews__title {
        font-size: 64px;
        line-height: 66px
    }
}

@media only screen and (min-width: 744px) {
    .featured-reviews__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 51px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .featured-reviews__title {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .featured-reviews__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 36px;
        line-height: 45px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .featured-reviews__title {
        font-size: 64px;
        line-height: 66px
    }
}

.featured-reviews__cards {
    padding-bottom: 40px
}

@media only screen and (min-width: 992px) {
    .featured-reviews__cards {
        padding-bottom: 0
    }
}

.featured-reviews__cards.slick-slider {
    margin: 0
}

.featured-reviews__cards .slick-list {
    overflow: visible
}

.featured-reviews__cards .slick-slide:last-of-type {
    margin-right: 0
}

@media only screen and (min-width: 1200px) {
    .featured-reviews__cards .slick-slide:last-of-type {
        margin-right: 100px
    }
}

.featured-reviews__cards .slick-track {
    display: flex
}

.featured-reviews__card {
    margin: 0 5px;
    padding: 50px 70px;
    background: #fff;
    width: 315px;
    min-height: 315px;
    height: auto;
    border-radius: 8px
}

@media only screen and (min-width: 992px) {
    .featured-reviews__card {
        margin: 0 8px;
        padding: 30px;
        width: 300px;
        min-height: 371px;
        height: auto
    }
}

.featured-reviews__card-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.featured-reviews__card-inner p {
    margin: 0
}

.featured-reviews__card-inner>div:first-child {
    flex: 1
}

.featured-reviews__card-inner h4 {
    height: auto;
    overflow-y: scroll;
    font-weight: 500;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 18px
}

.featured-reviews__card-inner h4::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width: 744px) {
    .featured-reviews__card-inner h4 {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .featured-reviews__card-inner h4 {
        height: calc(100% - 40px);
        max-height: 167px
    }
}

.featured-reviews .slick-arrow {
    background: #636466;
    border: 1px solid #636466;
    opacity: 0.8
}

.featured-reviews .slick-arrow::before {
    background-image: url("../images/assets/svg/btn-arrow-white.svg?")
}

.featured-reviews .slick-arrow:hover {
    background: #636466;
    border: 1px solid #636466;
    opacity: 0.8
}

.featured-reviews .slick-arrow:hover::before {
    background-image: url("../images/assets/svg/btn-arrow-white.svg")
}

.featured-reviews__review-name {
    color: #737682;
    padding-top: 20px
}

.featured-reviews__stars {
    margin-bottom: 38px
}

.featured-reviews__stars svg path {
    fill: #1b5a8f !important
}

.featured-reviews--product-page {
    background: #f1f3f5
}

.featured-reviews--product-page .featured-reviews__title {
    color: #2b3234
}

.home-template .featured-reviews__card,
#industry-page .featured-reviews__card {
    padding: 56px 40px;
    min-height: 395px
}

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

    .home-template .featured-reviews__card,
    #industry-page .featured-reviews__card {
        padding: 46px 40px;
        min-height: 350px
    }
}

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

    .home-template .featured-reviews__card,
    #industry-page .featured-reviews__card {
        min-height: 375px
    }
}

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

    .home-template .featured-reviews__card-inner>div:last-child,
    #industry-page .featured-reviews__card-inner>div:last-child {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .home-template .featured-reviews__card-inner>div:last-child h4,
    #industry-page .featured-reviews__card-inner>div:last-child h4 {
        flex-grow: 1
    }
}

.home-template .featured-reviews__card-inner h4,
#industry-page .featured-reviews__card-inner h4 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    width: 85%
}

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

    .home-template .featured-reviews__card-inner h4,
    #industry-page .featured-reviews__card-inner h4 {
        margin: 0;
        width: 100%
    }
}

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

    .home-template .featured-reviews__card-inner h4,
    #industry-page .featured-reviews__card-inner h4 {
        width: 76%
    }
}

.home-template .featured-reviews__card-inner h4::before,
.home-template .featured-reviews__card-inner h4::after,
#industry-page .featured-reviews__card-inner h4::before,
#industry-page .featured-reviews__card-inner h4::after {
    content: '"'
}

.home-template .featured-reviews__review-name,
#industry-page .featured-reviews__review-name {
    padding-top: 15px
}

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

    .home-template .featured-reviews__review-name,
    #industry-page .featured-reviews__review-name {
        padding-bottom: 10px
    }
}

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

    .home-template .featured-reviews__review-name,
    #industry-page .featured-reviews__review-name {
        padding-top: 0
    }
}

.hightlight-cards {
    background-color: #f7f7fa;
    padding: 44px 0 80px
}

@media only screen and (min-width: 744px) {
    .hightlight-cards {
        padding: 47px 0 57px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards {
        padding: 70px 0 40px
    }
}

.hightlight-cards__eyebrow {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #1b5a8f;
    text-align: left;
    padding-bottom: 10px
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__eyebrow {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 14px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .hightlight-cards__eyebrow {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .hightlight-cards__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

.hightlight-cards__heading {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 42px
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__heading {
        font-size: 60px;
        line-height: 65px
    }
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__heading {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 70px;
        width: 500px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .hightlight-cards__heading {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__heading {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 80px;
        width: 100%
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .hightlight-cards__heading {
        font-size: 60px;
        line-height: 65px
    }
}

.hightlight-cards__card-list--desktop {
    display: none
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card-list--desktop {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__card-list--desktop {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.hightlight-cards__card-list--mobile {
    display: block
}

.hightlight-cards__card-list--mobile .slick-dots {
    bottom: -15vw
}

.hightlight-cards__card-list--mobile .slick-dots button::before {
    background-color: #1b5a8f !important
}

.hightlight-cards__card-list--mobile button::before {
    background-color: #1b5a8f !important
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card-list--mobile {
        display: none
    }
}

.hightlight-cards__card {
    border-top: 1px solid #c6c6d0;
    width: 90vw;
    max-width: 400px;
    margin: 0 10px;
    position: relative
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card {
        width: 43vw;
        margin-bottom: 50px;
        min-height: 420px
    }

    .hightlight-cards__card:nth-of-type(2),
    .hightlight-cards__card:nth-of-type(5) {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__card {
        margin-bottom: 80px;
        width: 27vw;
        min-height: 460px
    }

    .hightlight-cards__card:nth-of-type(2),
    .hightlight-cards__card:nth-of-type(5) {
        margin: 0 1.5vw 80px
    }
}

@media only screen and (min-width: 1200px) {
    .hightlight-cards__card {
        min-height: 490px
    }
}

.hightlight-cards__card-container {
    padding-top: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 90vw
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card-container {
        display: block;
        min-height: auto
    }
}

.hightlight-cards__card-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #012536;
    font-weight: 500;
    padding-bottom: 6px
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__card-title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        padding-bottom: 16px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .hightlight-cards__card-title {
        font-size: 25px;
        line-height: 32px
    }
}

.hightlight-cards__card-copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #636466
}

@media only screen and (min-width: 744px) {
    .hightlight-cards__card-copy {
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (min-width: 992px) {
    .hightlight-cards__card-copy {
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        padding-bottom: 32px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .hightlight-cards__card-copy {
        font-size: 18px;
        line-height: 29px
    }
}

.hightlight-cards__card-image {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.home-promo-banner {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px
}

@media only screen and (min-width: 744px) {
    .home-promo-banner {
        margin-top: 50px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 992px) {
    .home-promo-banner {
        margin-top: 45px;
        margin-bottom: 45px
    }
}

.home-promo-banner__card {
    display: flex;
    align-items: center;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 0;
    flex-direction: column
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__card {
        flex-direction: row;
        margin-top: 80px;
        min-height: 55vw;
        padding: 55px 0 62px 34px
    }
}

@media only screen and (min-width: 992px) {
    .home-promo-banner__card {
        min-height: 589px;
        padding: 61px 0 62px 56px
    }
}

.home-promo-banner__background {
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto
}

@media only screen and (min-width: 992px) {
    .home-promo-banner__background {
        min-height: 589px
    }
}

.home-promo-banner__card-content {
    color: #055e88;
    max-width: 100%;
    height: 100%;
    position: static;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    padding: 15px 0
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__card-content {
        align-items: flex-start;
        padding: 25px 32px;
        max-width: 63%;
        position: absolute;
        top: 0;
        text-align: left
    }
}

@media only screen and (min-width: 992px) {
    .home-promo-banner__card-content {
        padding: 78px 55px
    }
}

.home-promo-banner__eyebrow {
    color: #1b5a8f;
    padding-bottom: 20px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__eyebrow {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .home-promo-banner__eyebrow {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .home-promo-banner__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .home-promo-banner__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

.home-promo-banner__title {
    color: #012536;
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 36px
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__title {
        font-size: 60px;
        line-height: 65px
    }
}

@media only screen and (min-width: 744px) {
    .home-promo-banner__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .home-promo-banner__title {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .home-promo-banner__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 36px;
        line-height: 45px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .home-promo-banner__title {
        font-size: 64px;
        line-height: 66px
    }
}

.home-three-grid {
    display: block
}

.home-three-grid__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
    .home-three-grid__list {
        padding: 0 50px
    }
}

.home-three-grid__item {
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 744px) {
    .home-three-grid__item {
        width: 48%;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 992px) {
    .home-three-grid__item {
        width: 31%
    }
}

.home-three-grid__title {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #28d;
    padding-bottom: 5px
}

@media only screen and (min-width: 744px) {
    .home-three-grid__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 992px) {
    .home-three-grid__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 16px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .home-three-grid__title {
        font-size: 25px;
        line-height: 32px
    }
}

.home-three-grid__copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #636466
}

@media only screen and (min-width: 744px) {
    .home-three-grid__copy {
        font-size: 18px;
        line-height: 29px
    }
}

.marquee {
    position: relative;
    background: #dfe3e6;
    height: auto
}

@media only screen and (min-width: 744px) {
    .marquee {
        height: 680px
    }
}

.marquee .container {
    display: flex;
    align-items: center;
    height: 100%
}

@media only screen and (min-width: 744px) {
    .marquee .container {
        background-color: transparent;
        align-items: flex-end;
        padding-bottom: 5vh
    }
}

@media only screen and (min-width: 992px) {
    .marquee .container {
        padding-bottom: 0;
        align-items: center
    }
}

.marquee__content {
    height: 100%
}

.marquee__slider {
    height: 100%
}

.marquee__slider.slick-slider {
    margin: 0
}

.marquee__slider .slick-list,
.marquee__slider .slick-track {
    height: 100%
}

.marquee__slider .slick-dots {
    margin-bottom: 30px
}

.marquee__slider .slick-dots li button::before {
    background-color: #f2f2f6
}

@media only screen and (max-width: 414px) {
    .marquee__slider .slick-dots {
        top: 46%;
        bottom: auto
    }
}

.marquee__slide {
    height: 100%
}

.marquee__slide,
.marquee__content {
    text-align: center
}

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

    .marquee__slide--text-left,
    .marquee__content--text-left {
        text-align: left
    }

    .marquee__slide--text-left .marquee__text-content,
    .marquee__content--text-left .marquee__text-content {
        padding-left: 5vw;
        max-width: none;
        width: calc(50% + 30px + 5vw);
        margin: 0
    }

    .marquee__slide--text-left .marquee__description,
    .marquee__content--text-left .marquee__description {
        margin: 0 auto 10px 0
    }

    .marquee__slide--text-left-bottom,
    .marquee__content--text-left-bottom {
        text-align: left
    }

    .marquee__slide--text-left-bottom .marquee,
    .marquee__content--text-left-bottom .marquee {
        align-items: flex-end
    }

    .marquee__slide--text-left-bottom .marquee__text-content,
    .marquee__content--text-left-bottom .marquee__text-content {
        padding-left: 5vw;
        max-width: none;
        width: calc(50% + 30px + 5vw);
        margin: 0;
        align-self: flex-end;
        margin-bottom: 90px
    }

    .marquee__slide--text-left-bottom .marquee__description,
    .marquee__content--text-left-bottom .marquee__description {
        margin: 0 auto 10px 0
    }

    .marquee__slide--text-center-bottom,
    .marquee__content--text-center-bottom {
        text-align: center
    }

    .marquee__slide--text-center-bottom .marquee,
    .marquee__content--text-center-bottom .marquee {
        align-items: center
    }

    .marquee__slide--text-center-bottom .marquee__text-content,
    .marquee__content--text-center-bottom .marquee__text-content {
        max-width: none;
        width: calc(50% + 30px);
        margin: 0 auto;
        align-self: flex-end;
        margin-bottom: 90px
    }

    .marquee__slide--text-center-bottom .marquee__description,
    .marquee__content--text-center-bottom .marquee__description {
        margin: 0 auto 10px 0
    }

    .marquee__slide--text-right,
    .marquee__content--text-right {
        text-align: left
    }

    .marquee__slide--text-right .marquee__text-content,
    .marquee__content--text-right .marquee__text-content {
        max-width: none;
        width: calc(50% + 30px);
        margin: 0 0 0 auto
    }

    .marquee__slide--text-right .marquee__description,
    .marquee__content--text-right .marquee__description {
        margin: 0 auto 10px 0
    }
}

.marquee__text-content {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    color: #fff
}

.marquee__eyebrow {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 10px
}

@media only screen and (min-width: 744px) {
    .marquee__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

@media only screen and (min-width: 992px) {
    .marquee__eyebrow {
        padding-top: 0;
        margin-bottom: 25px
    }
}

.marquee__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    max-width: 609px;
    margin: 0 auto 10px
}

@media only screen and (min-width: 744px) {
    .marquee__description {
        font-size: 24px;
        line-height: 36px
    }
}

.marquee__description p {
    margin: 0
}

.marquee__price {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    margin: 0;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500
}

@media only screen and (min-width: 992px) {
    .marquee__price {
        font-size: 21px;
        line-height: 23px;
        font-weight: 500
    }
}

.marquee__price>span {
    font-weight: normal
}

.marquee__price>s {
    color: #dfe3e6
}

.marquee__cta {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px
}

.marquee__cta>div {
    display: inline-block;
    margin-bottom: 10px
}

.marquee__cta .btn {
    min-width: 201px
}

@media only screen and (min-width: 992px) {
    .marquee__cta {
        margin-bottom: 0;
        margin-top: 24px;
        display: block
    }

    .marquee__cta>div {
        margin: 0 5px
    }
}

.marquee__app-icon {
    height: 50px
}

.marquee__qr {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px
}

.marquee__qr>div {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 150px
}

@media only screen and (min-width: 992px) {
    .marquee__qr {
        margin-bottom: 0;
        margin-top: 24px;
        display: block
    }

    .marquee__qr>div {
        margin: 0 5px
    }
}

.marquee__qr-image {
    height: 117px;
    margin: 0 auto;
    display: flex
}

.marquee__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 743px) {
    .marquee__media {
        position: relative
    }
}

.marquee--press {
    height: 340px
}

@media only screen and (min-width: 992px) {
    .marquee--press {
        height: 340px
    }
}

.marquee--press .marquee__description {
    max-width: 445px
}

@media only screen and (min-width: 992px) {
    .marquee--press .marquee__media {
        object-position: 90%
    }
}

.marquee--about-us {
    margin-bottom: 60px;
    background-color: #034a6c !important
}

@media only screen and (min-width: 1200px) {
    .marquee--about-us {
        margin-bottom: 120px
    }
}

.marquee--about-us .marquee__content {
    text-align: left
}

@media only screen and (min-width: 744px) {
    .marquee--about-us .marquee__text-content {
        max-width: none;
        width: calc(70% + 30px);
        margin: 0
    }
}

.marquee--about-us .marquee__title {
    margin: 1em 0
}

@media only screen and (min-width: 415px) {
    .marquee--about-us .marquee__title {
        margin: 0
    }
}

.marquee--policies {
    height: 300px;
    background-color: #5a6871
}

@media only screen and (min-width: 992px) {
    .marquee--policies {
        height: 300px
    }
}

.marquee .container--outer {
    align-items: center;
    padding-bottom: 0
}

.marquee--plans .marquee__text-content {
    margin: 0;
    text-align: left;
    width: 300px
}

@media only screen and (min-width: 744px) {
    .marquee--plans .marquee__text-content {
        width: 435px
    }
}

@media only screen and (min-width: 992px) {
    .marquee--plans .marquee__text-content {
        width: 590px
    }
}

.marquee--plans .marquee__text-content h1 {
    font-size: 48px;
    line-height: 50px
}

.marquee--plans .marquee__text-content h1 br {
    display: none
}

@media only screen and (min-width: 744px) {
    .marquee--plans .marquee__text-content h1 br {
        display: block
    }
}

.marquee--plans .marquee__slide {
    background-color: #000
}

.marquee--plans .marquee__media-wrap img {
    opacity: 0.75;
    object-position: top right
}

@media only screen and (min-width: 744px) {
    .marquee--plans .marquee__media-wrap img {
        opacity: 1
    }
}

.marquee--safe .marquee__text-content {
    margin: 0;
    text-align: left;
    width: 350px
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__text-content {
        width: 435px
    }
}

@media only screen and (min-width: 992px) {
    .marquee--safe .marquee__text-content {
        width: 590px
    }
}

.marquee--safe .marquee__slide {
    background-color: #000
}

.marquee--safe .marquee__media-wrap img {
    opacity: 0.75;
    object-position: top
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__media-wrap img {
        opacity: 1
    }
}

.marquee--safe .marquee__cta {
    flex-direction: column
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__cta {
        flex-direction: row
    }
}

.marquee--safe .marquee__cta>div {
    margin: 0 10px 25px 0
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__cta>div {
        margin: 0 10px 0 0
    }
}

.marquee--safe .marquee__cta>div:last-of-type {
    margin-bottom: 0
}

.marquee--safe .marquee__qr {
    flex-direction: column
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__qr {
        flex-direction: row
    }
}

.marquee--safe .marquee__qr>div {
    margin: 0 10px 25px 0
}

@media only screen and (min-width: 744px) {
    .marquee--safe .marquee__qr>div {
        margin: 0 10px 0 0
    }
}

.marquee--safe .marquee__qr>div:last-of-type {
    margin-bottom: 0
}

.marquee--safe .marquee__description {
    margin: 0 auto 10px 0
}

.marquee--safe .marquee__description button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-family: inherit;
    color: #384952;
    transition: color 200ms ease;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center
}

@media (hover: hover) {
    .marquee--safe .marquee__description button:hover {
        color: #3c9
    }
}

@media (hover: hover) {
    .marquee--safe .marquee__description button:hover circle {
        fill: currentColor
    }
}

.marquee--safe .marquee__description button span {
    display: inline-block;
    margin-right: 8px
}

.marquee--safe .marquee__description button circle {
    fill: #fff;
    transition: fill 200ms ease
}

.marquee--smart .marquee__text-content {
    margin: 0;
    text-align: left;
    width: 315px
}

@media only screen and (min-width: 744px) {
    .marquee--smart .marquee__text-content {
        width: 435px
    }
}

@media only screen and (min-width: 992px) {
    .marquee--smart .marquee__text-content {
        width: 590px
    }
}

.marquee--smart .marquee__description button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-family: inherit;
    color: #384952;
    transition: color 200ms ease;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center
}

@media (hover: hover) {
    .marquee--smart .marquee__description button:hover {
        color: #3c9
    }
}

@media (hover: hover) {
    .marquee--smart .marquee__description button:hover circle {
        fill: currentColor
    }
}

.marquee--smart .marquee__description button span {
    display: inline-block;
    margin-right: 8px
}

.marquee--smart .marquee__description button circle {
    fill: #fff;
    transition: fill 200ms ease
}

.marquee--seamless-security {
    height: 732px;
    background: linear-gradient(#f0f2f5 82%, #fff 18%)
}

@media only screen and (min-width: 744px) {
    .marquee--seamless-security {
        height: auto;
        background: linear-gradient(#f0f2f5 75%, #fff 25%)
    }
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security {
        height: auto
    }
}

.marquee--seamless-security .container {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%)
}

.marquee--seamless-security .marquee__text-content {
    text-align: left;
    align-self: start;
    margin: 60px 0 0
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security .marquee__text-content {
        margin-top: 120px
    }
}

.marquee--seamless-security .marquee__title {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    margin: 0;
    font-size: 44px;
    line-height: 47px;
    font-weight: 500;
    color: #2b3234;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security .marquee__title {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (min-width: 744px) {
    .marquee--seamless-security .marquee__title {
        width: 477px
    }
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security .marquee__title {
        width: 612px
    }
}

.marquee--seamless-security .marquee__description {
    margin: 0;
    color: #384952
}

@media only screen and (min-width: 744px) {
    .marquee--seamless-security .marquee__description {
        width: 463px
    }
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security .marquee__description {
        width: 400px
    }
}

@media only screen and (min-width: 744px) {
    .marquee--seamless-security .marquee__media-wrap {
        position: relative
    }

    .marquee--seamless-security .marquee__media-wrap::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 100.26042%
    }

    .marquee--seamless-security .marquee__media-wrap [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 992px) {
    .marquee--seamless-security .marquee__media-wrap {
        position: relative
    }

    .marquee--seamless-security .marquee__media-wrap::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 78.125%
    }

    .marquee--seamless-security .marquee__media-wrap [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.marquee--seamless-security .marquee__media {
    height: 75%;
    top: auto;
    object-position: bottom
}

@media only screen and (min-width: 744px) {
    .marquee--seamless-security .marquee__media {
        height: 100%;
        top: 0;
        object-position: center
    }
}

.marquee--emergency-response {
    height: 530px;
    background-color: transparent
}

.marquee--emergency-response .marquee__media {
    position: absolute;
    top: 0;
    width: 1264px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px
}

.marquee--emergency-response .container {
    align-items: start
}

.marquee--emergency-response .container .marquee__text-content {
    padding: 50px
}

.marquee--emergency-response .container .marquee__text-content .marquee__title {
    font-size: 45px;
    line-height: 48px
}

.secure-page .marquee.marquee-smart .marquee__slide.marquee__slide--text-left .marquee__text-content {
    width: calc(50% + 30px) !important
}

.secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content {
    text-align: left;
    justify-content: left;
    padding: 60px 0
}

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

    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content .marquee__description,
    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content .marquee__title {
        padding: 0 50px;
        min-width: 95%
    }
}

@media only screen and (min-width: 744px) {
    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left {
        text-align: left !important
    }

    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content {
        padding: 50px 0;
        justify-content: left;
        max-width: none
    }

    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content .marquee__description,
    .secure-page .marquee.marquee--emergency-response .marquee__slide.marquee__slide--text-left .marquee__text-content .marquee__title {
        margin: 0 0 10px;
        width: calc(50% + 20px) !important
    }
}

.modal {
    display: none;
    position: fixed 0;
    padding: 0 30px;
    size: 100%;
    z-index: 1050
}

.modal--opened {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    cursor: pointer
}

.modal__box {
    border-radius: 8px;
    position: relative;
    padding: 40px;
    max-width: 80%;
    color: black;
    background-color: white;
    z-index: 10
}

.modal__title {
    font-size: responsive 24px 60px
}

.modal__content,
.modal__content p {
    font-size: responsive 14px 18px;
    line-height: responsive 20px 26px
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: transparent;
    color: #000;
    border-width: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    z-index: 1000
}

.modal__close:focus {
    outline: none
}

.modal#deleteAddressModal .modal-dialog {
    max-width: 615px;
    top: 25%
}

.modal#deleteAddressModal .modal-dialog .modal-content {
    font-family: suisseintl, helvetica, arial, sans-serif
}

.modal#deleteAddressModal .modal-dialog .modal-content .modal-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 38px;
    line-height: 2.375rem
}

.modal#deleteAddressModal .modal-dialog .modal-content .modal-body {
    text-align: left;
    font-size: 18px;
    font-size: 1.123rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 100;
    padding-bottom: 25px
}

.modal#deleteAddressModal .modal-dialog .modal-content .modal-body .product-to-remove {
    line-height: 20px;
    line-height: 1.25rem;
    text-align: left;
    font-weight: bold;
    font-size: 18px
}

.modal#deleteAddressModal .modal-dialog .modal-content .modal-footer {
    text-align: left
}

.product-full-width {
    position: relative;
    overflow: hidden;
    clear: both
}

.product-full-width__image-container {
    max-height: 790px;
    position: relative
}

.product-full-width__image-container::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 162.23404%
}

.product-full-width__image-container [data-media] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width: 744px) {
    .product-full-width__image-container {
        position: relative
    }

    .product-full-width__image-container::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 78.125%
    }

    .product-full-width__image-container [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 992px) {
    .product-full-width__image-container {
        position: relative
    }

    .product-full-width__image-container::before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 55.55556%
    }

    .product-full-width__image-container [data-media] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.product-full-width__image {
    display: block
}

.product-full-width__video {
    width: 100%
}

.product-full-width__text-container {
    position: absolute;
    width: 100%;
    top: 60px;
    color: #fff
}

.product-full-width__text-container[data-text-color="dark"] {
    color: #2b3234
}

@media only screen and (min-width: 744px) {
    .product-full-width__text-container {
        top: 120px
    }
}

.product-full-width__paragraph {
    font-size: 18px;
    line-height: 30px;
    max-width: 315px;
    margin-top: 10px
}

@media only screen and (min-width: 992px) {
    .product-full-width__paragraph {
        max-width: 406px
    }
}

@media only screen and (min-width: 744px) {
    .product-full-width[data-text-placement="center"] .product-full-width__text-container {
        text-align: center
    }
}

@media only screen and (min-width: 744px) {
    .product-full-width[data-text-placement="center"] .product-full-width__paragraph {
        margin-left: auto;
        margin-right: auto
    }
}

.product-full-width--home .product-full-width__text-container {
    text-align: center;
    left: 0;
    top: 0;
    position: static;
    color: #404040;
    padding-top: 20px;
    padding-bottom: 13px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .product-full-width--home .product-full-width__text-container {
        color: #fff;
        position: absolute;
        padding: 0;
        top: 0
    }
}

.product-full-width--home .product-full-width__eyebrow {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 16px
}

.product-full-width--home .product-full-width__heading {
    max-width: 660px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 16px
}

@media only screen and (min-width: 992px) {
    .product-full-width--home .product-full-width__heading {
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 16px
    }
}

@media only screen and (min-width: 1200px) {
    .product-full-width--home .product-full-width__heading {
        font-size: 45px;
        line-height: 48px;
        padding-bottom: 16px
    }
}

.product-full-width--home .product-full-width__paragraph {
    margin: 0 auto;
    display: none;
    max-width: 315px;
    padding-bottom: 15px
}

@media only screen and (min-width: 744px) {
    .product-full-width--home .product-full-width__paragraph {
        display: block;
        font-size: 18px;
        line-height: 29px;
        padding-bottom: 32px;
        max-width: 661px
    }
}

.product-full-width--home .product-full-width__cta {
    min-width: auto
}

@media only screen and (max-width: 743px) {
    .product-full-width--home .product-full-width__cta {
        background-color: #1b5a8f;
        box-shadow: none;
        border: 0;
        color: #fff
    }

    .product-full-width--home .product-full-width__cta:hover {
        background-color: #1b5a8f;
        border: 0
    }
}

.product-full-width--text-bubbles .product-full-width__text-bubbles {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 230px;
    top: 50%;
    margin: 0 30px
}

@media only screen and (min-width: 744px) {
    .product-full-width--text-bubbles .product-full-width__text-bubbles {
        left: calc(50% + 40px);
        transform: translateX(-50%);
        top: 35%
    }
}

@media only screen and (min-width: 992px) {
    .product-full-width--text-bubbles .product-full-width__text-bubbles {
        width: 320px;
        top: 32%
    }
}

.product-full-width--text-bubbles .product-full-width__text-bubble {
    width: 180px
}

.product-full-width--text-bubbles .product-full-width__text-bubble:nth-of-type(2) {
    padding-top: 10px;
    align-self: flex-end
}

@media only screen and (min-width: 992px) {
    .product-full-width--text-bubbles .product-full-width__text-bubble:nth-of-type(2) {
        padding-top: 20px
    }
}

@media only screen and (min-width: 992px) {
    .product-full-width--text-bubbles .product-full-width__text-bubble {
        width: 200px
    }
}

.product-full-width--alarm {
    overflow: hidden;
    background-color: #f8f9fa
}

.product-full-width--alarm .product-full-width__text-container {
    position: static;
    padding-top: 60px
}

@media only screen and (min-width: 744px) {
    .product-full-width--alarm .product-full-width__text-container {
        padding-top: 120px
    }
}

.product-full-width--alarm .product-full-width__image-container {
    background-color: #f8f9fa;
    overflow: hidden
}

.product-full-width--alarm .product-full-width__pulsing-container {
    position: relative;
    padding: 100px 0 60px
}

@media only screen and (min-width: 992px) {
    .product-full-width--alarm .product-full-width__pulsing-container {
        padding: 60px 0 30px
    }
}

@media only screen and (min-width: 992px) {
    .product-full-width--alarm .product-full-width__product-image picture {
        display: flex;
        justify-content: center
    }
}

.product-full-width--alarm .product-full-width__product-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    transform: scale(1.3)
}

@media only screen and (min-width: 744px) {
    .product-full-width--alarm .product-full-width__product-image img {
        transform: scale(1)
    }
}

@media only screen and (min-width: 992px) {
    .product-full-width--alarm .product-full-width__product-image img {
        width: auto
    }
}

.product-full-width--alarm .product-full-width__pulsing-rings {
    position: absolute;
    z-index: 1;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}

@media only screen and (min-width: 744px) {
    .product-full-width--alarm .product-full-width__pulsing-rings {
        width: 600px;
        height: 600px
    }
}

.product-full-width--alarm .product-full-width__pulsing-ringlet {
    width: 100%;
    height: 100%;
    border: 1px solid #ab1f1f;
    border-radius: 50%;
    position: absolute;
    transform: scale(0, 0);
    opacity: 0;
    animation: pulse 3s ease-out infinite
}

.product-full-width--alarm .product-full-width__pulsing-ringlet:nth-of-type(2) {
    animation-delay: 0.8s
}

.product-full-width--alarm .product-full-width__pulsing-ringlet:nth-of-type(3) {
    animation-delay: 1.6s
}

.page .promo-banner.container {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px
}

@media only screen and (min-width: 744px) {
    .page .promo-banner.container {
        margin-top: 50px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 992px) {
    .page .promo-banner.container {
        margin-top: 45px;
        margin-bottom: 45px
    }
}

.page .promo-banner__card {
    display: flex;
    align-items: center;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 0;
    flex-direction: column
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__card {
        flex-direction: row;
        margin-top: 80px;
        min-height: 55vw;
        padding: 55px 0 62px 34px
    }
}

@media only screen and (min-width: 992px) {
    .page .promo-banner__card {
        min-height: 400px;
        padding: 61px 0 62px 56px
    }
}

.page .promo-banner__background {
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto
}

@media only screen and (min-width: 992px) {
    .page .promo-banner__background {
        max-height: 380px
    }
}

.page .promo-banner__card-content {
    color: #055e88;
    max-width: 100%;
    height: 100%;
    position: static;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    padding: 21px 0
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__card-content {
        align-items: flex-start;
        padding: 98px 32px;
        max-width: 63%;
        position: absolute;
        top: 0;
        text-align: left
    }
}

@media only screen and (min-width: 992px) {
    .page .promo-banner__card-content {
        padding: 78px 55px
    }
}

.page .promo-banner__card-content.light {
    color: #fff
}

.page .promo-banner__title {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #404040;
    text-align: center
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__title {
        font-size: 60px;
        line-height: 65px
    }
}

.page .promo-banner__title.white {
    color: #404040
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__title.white {
        color: white
    }
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .page .promo-banner__title {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .page .promo-banner__title {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .page .promo-banner__title {
        font-size: 60px;
        line-height: 65px
    }
}

.page .promo-banner__copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__copy {
        font-size: 18px;
        line-height: 29px
    }
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__copy {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .page .promo-banner__copy {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .page .promo-banner__copy {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .page .promo-banner__copy {
        font-size: 20px;
        line-height: 28px
    }
}

.page .promo-banner__copy.white {
    color: #404040
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__copy.white {
        color: #fff
    }
}

.page .promo-banner__cta-row {
    display: flex;
    justify-content: center;
    padding-top: 24px
}

@media only screen and (min-width: 744px) {
    .page .promo-banner__cta-row {
        padding-top: 0;
        justify-content: flex-start
    }
}

.page .promo-banner__cta {
    padding: 16px 45px;
    line-height: inherit;
    background-color: white;
    border: white;
    color: #034b6c
}

.page .promo-banner__cta:hover {
    background-color: white;
    border: white;
    color: #034b6c
}

@media only screen and (max-width: 743px) {
    .page .promo-banner__cta {
        color: white;
        border: 1px solid #034b6c;
        background-color: #034b6c
    }

    .page .promo-banner__cta:hover {
        color: white;
        background-color: #034b6c;
        border: 1px solid #034b6c
    }

    .page .promo-banner__cta span {
        color: white !important
    }
}

.page .promo-banner__cta span::before,
.page .promo-banner__cta span::after {
    top: 20%;
    background-image: url("../images/assets/svg/btn-arrow-arlo-blue.svg")
}

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

    .page .promo-banner__cta span::before,
    .page .promo-banner__cta span::after {
        background-image: url("../images/assets/svg/btn-arrow-white.svg")
    }
}

.promo-overlay .modal__box {
    max-width: 100%;
    padding: 50px 30px;
    border-radius: 8px
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__box {
        max-width: 589px;
        padding: 50px 64px
    }
}

@media only screen and (min-width: 992px) {
    .promo-overlay .modal__box {
        max-width: 618px;
        padding: 50px 80px
    }
}

.promo-overlay .modal__close {
    top: 50px
}

.promo-overlay .modal__title,
.promo-overlay .modal__content {
    color: #384952
}

.promo-overlay .modal__title {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    margin: 0;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 90%;
    max-width: 300px
}

@media only screen and (min-width: 992px) {
    .promo-overlay .modal__title {
        font-size: 35px;
        line-height: 38px
    }
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__title {
        max-width: 65%
    }
}

@media only screen and (min-width: 992px) {
    .promo-overlay .modal__title {
        max-width: 85%
    }
}

.promo-overlay .view.hide {
    display: none
}

.promo-overlay .modal__content .promo-overlay__body .description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body .description {
        margin-bottom: 30px
    }
}

.promo-overlay .modal__content .promo-overlay__body form {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px
    }
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email'] {
    -webkit-appearance: none;
    margin-bottom: 15px;
    border: 1px solid #c5c9cc;
    color: #5a6871;
    font-size: 16px;
    outline-style: inherit;
    border-radius: 8px
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email']::-webkit-input-placeholder {
    line-height: 17px;
    padding: 0;
    margin: 0;
    color: #5a6871
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form input[type='email']::-webkit-input-placeholder {
        display: none;
        opacity: 0
    }
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email']::-moz-placeholder {
    line-height: 17px;
    padding: 0;
    margin: 0;
    color: #5a6871
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form input[type='email']::-moz-placeholder {
        display: none;
        opacity: 0
    }
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email']:-ms-input-placeholder {
    line-height: 17px;
    padding: 0;
    margin: 0;
    color: #5a6871
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form input[type='email']:-ms-input-placeholder {
        display: none;
        opacity: 0
    }
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email']:-moz-placeholder {
    line-height: 17px;
    padding: 0;
    margin: 0;
    color: #5a6871
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form input[type='email']:-moz-placeholder {
        display: none;
        opacity: 0
    }
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form input[type='email'] {
        width: 66%;
        margin-bottom: 0
    }
}

.promo-overlay .modal__content .promo-overlay__body form input[type='email']:focus~span {
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.promo-overlay .modal__content .promo-overlay__body form button[type='submit'] {
    min-width: 145px;
    width: 100%
}

.promo-overlay .modal__content .promo-overlay__body form button[type='submit'][disabled] {
    background-color: #28d !important;
    color: #fff !important;
    opacity: 0.6
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form button[type='submit'] {
        margin-top: 0;
        margin-left: 10px;
        width: 31%
    }
}

.promo-overlay .modal__content .promo-overlay__body form span {
    display: none
}

@media only screen and (min-width: 744px) {
    .promo-overlay .modal__content .promo-overlay__body form span {
        font-size: 14px;
        line-height: 17px;
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        pointer-events: none;
        visibility: visible;
        opacity: 1;
        color: #5a6871;
        transition: opacity 0.5s ease-in-out
    }
}

.promo-overlay .modal__content .promo-overlay__body h5 {
    margin-bottom: 20px
}

.promo-overlay .modal__content .promo-overlay__body ul {
    margin-bottom: 40px
}

.promo-overlay .modal__content .promo-overlay__body ul li {
    font-size: 18px;
    line-height: 30px
}

.promo-overlay .modal__content .promo-overlay__legal-text p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px
}

.promo-overlay .modal__content .promo-overlay__legal-text p:last-child {
    margin-bottom: 0
}

.promo-two-col {
    padding: 60px 0
}

@media only screen and (min-width: 744px) {
    .promo-two-col {
        padding: 50px 0
    }
}

@media only screen and (min-width: 992px) {
    .promo-two-col {
        padding: 120px 0
    }
}

.promo-two-col .row {
    justify-content: space-between
}

@media only screen and (min-width: 744px) {
    .promo-two-col .row.flip {
        flex-direction: row-reverse
    }

    .promo-two-col .row.flip .promo-two-col__image-wrap {
        margin-right: auto;
        margin-left: 0
    }

    .promo-two-col .row.flip .promo-two-col__text-content-wrap {
        max-width: 540px;
        margin-left: auto
    }
}

.promo-two-col__eyebrow {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #1b5a8f;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 30px
}

@media only screen and (min-width: 744px) {
    .promo-two-col__eyebrow {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .promo-two-col__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        padding-top: 0;
        padding-bottom: 14px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .promo-two-col__eyebrow {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .promo-two-col__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .promo-two-col__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

.promo-two-col__title,
.promo-two-col .large-text {
    font-weight: 600;
    text-align: center
}

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

    .promo-two-col__title,
    .promo-two-col .large-text {
        text-align: left
    }
}

.promo-two-col__cta .btn {
    margin: 0 auto;
    display: block;
    width: fit-content
}

@media only screen and (min-width: 744px) {
    .promo-two-col__cta .btn {
        display: inline;
        margin: 0;
        width: auto
    }
}

.promo-two-col__text-content {
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
    .promo-two-col__text-content {
        margin-top: 50px;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .promo-two-col__text-content {
        margin-top: 120px
    }
}

.promo-two-col__text-content h2 {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #404040;
    margin-bottom: 23px
}

@media only screen and (min-width: 744px) {
    .promo-two-col__text-content h2 {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 744px) {
    .promo-two-col__text-content h2 {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .promo-two-col__text-content h2 {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 992px) {
    .promo-two-col__text-content h2 {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .promo-two-col__text-content h2 {
        font-size: 45px;
        line-height: 48px
    }
}

.promo-two-col__text-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #404040;
    margin-bottom: 30px;
    max-width: 592px
}

@media only screen and (min-width: 744px) {
    .promo-two-col__text-content p {
        font-size: 18px;
        line-height: 29px
    }
}

@media only screen and (min-width: 744px) {
    .promo-two-col__text-content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .promo-two-col__text-content p {
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (min-width: 992px) {
    .promo-two-col__text-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .promo-two-col__text-content p {
        font-size: 18px;
        line-height: 29px
    }
}

.promo-two-col__text-content p.large-text {
    color: #636466;
    font-weight: 400
}

.promo-two-col__text-content-wrap {
    max-width: 400px
}

@media only screen and (min-width: 744px) {
    .promo-two-col__text-content-wrap {
        max-width: none
    }
}

@media only screen and (min-width: 1200px) {
    .promo-two-col__list-items {
        width: 50%
    }
}

.promo-two-col__list-items ul {
    padding: 0;
    list-style: none
}

.promo-two-col__list-items ul li {
    margin-bottom: 20px
}

.promo-two-col__list-items.bottom-space {
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) {
    .promo-two-col__list-items.bottom-space {
        margin-bottom: 40px
    }
}

.promo-two-col__image-wrap {
    position: relative
}

.promo-two-col__image-wrap::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 117.14286%
}

.promo-two-col__image-wrap [data-media] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width: 992px) {
    .promo-two-col__image-wrap {
        max-width: 540px
    }
}

.promo-two-col__image {
    width: 100%;
    border-radius: 10px
}

@media only screen and (min-width: 992px) {
    .promo-two-col__image {
        border-radius: 20px
    }
}

@media only screen and (max-width: 743px) {
    .promo-two-col--home .row {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 743px) {
    .promo-two-col--home .promo-two-col__text-content {
        margin-bottom: 0
    }
}

.promo-two-col--home .promo-two-col__image-wrap {
    position: relative
}

.promo-two-col--home .promo-two-col__image-wrap::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 89.61424%
}

.promo-two-col--home .promo-two-col__image-wrap [data-media] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width: 992px) {
    .promo-two-col--home .promo-two-col__image-wrap {
        max-width: 540px
    }
}

.promo-two-col--safe {
    margin: 60px 0
}

@media only screen and (min-width: 992px) {
    .promo-two-col--safe {
        margin: 80px 0
    }
}

.promo-two-col--safe br {
    display: none
}

@media only screen and (min-width: 744px) {
    .promo-two-col--safe br {
        display: block
    }
}

.promo-two-col--safe p {
    max-width: 460px
}

.promo-two-col--safe-alt {
    margin: 60px 0
}

@media only screen and (min-width: 992px) {
    .promo-two-col--safe-alt {
        margin: 80px 0
    }
}

.promo-two-col--safe-alt .promo-two-col__image-wrap img {
    height: 100%
}

@media only screen and (min-width: 744px) {
    .promo-two-col--safe-alt .promo-two-col__image-wrap img {
        height: 80%
    }
}

.promo-two-col--safe-alt br {
    display: none
}

@media only screen and (min-width: 744px) {
    .promo-two-col--safe-alt br {
        display: block
    }
}

.promo-two-col--safe-alt p {
    max-width: 460px
}

@keyframes dash {
    from {
        stroke-dashoffset: 822
    }

    to {
        stroke-dashoffset: 0
    }
}

.secure-shopping {
    background: radial-gradient(87.88% 106.84% at 50% 50%, #034b6c 22.38%, #012536 100%);
    padding: 32px 20px;
    max-height: 1100px
}

@media only screen and (min-width: 744px) {
    .secure-shopping {
        padding: 53px 0 280px 42px
    }
}

@media only screen and (min-width: 1200px) {
    .secure-shopping {
        padding: 83px 0 200px 65px
    }
}

.secure-shopping__mobile-header {
    display: block
}

@media only screen and (min-width: 744px) {
    .secure-shopping__mobile-header {
        display: none
    }
}

.secure-shopping__eyebrow {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #28d;
    padding-bottom: 10px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__eyebrow {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (min-width: 744px) {
    .secure-shopping__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .secure-shopping__eyebrow {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__eyebrow {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .secure-shopping__eyebrow {
        font-size: 25px;
        line-height: 32px
    }
}

.secure-shopping__heading {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 36px;
    line-height: 45px;
    padding-right: 30%;
    padding-bottom: 16px;
    color: white
}

@media only screen and (min-width: 744px) {
    .secure-shopping__heading {
        font-size: 64px;
        line-height: 66px
    }
}

@media only screen and (min-width: 744px) {
    .secure-shopping__heading {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        padding-right: 0
    }
}

@media only screen and (min-width: 744px) and (min-width: 744px) {
    .secure-shopping__heading {
        font-size: 45px;
        line-height: 48px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__heading {
        text-rendering: optimizeLegibility;
        font-family: suisseintl, helvetica, arial, sans-serif;
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (min-width: 992px) and (min-width: 744px) {
    .secure-shopping__heading {
        font-size: 60px;
        line-height: 65px
    }
}

.secure-shopping__copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: white
}

@media only screen and (min-width: 744px) {
    .secure-shopping__copy {
        font-size: 18px;
        line-height: 29px
    }
}

@media only screen and (min-width: 744px) {
    .secure-shopping__copy {
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__copy {
        padding-bottom: 64px
    }
}

.secure-shopping__phone-slider-wrap {
    height: 100%;
    position: relative;
    max-width: 142px;
    margin: 0 auto
}

@media only screen and (min-width: 744px) {
    .secure-shopping__phone-slider-wrap {
        max-width: none;
        margin-left: 56%;
        padding-top: 40px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__phone-slider-wrap {
        margin-left: 48%
    }
}

@media only screen and (min-width: 1200px) {
    .secure-shopping__phone-slider-wrap {
        margin-left: 41%
    }
}

.secure-shopping__phone-slider {
    border-radius: 25px;
    overflow-x: hidden
}

.secure-shopping__phone-slide {
    max-width: 142px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__phone-slide {
        max-width: 288px;
        height: 508px;
        margin-right: 5vw
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__phone-slide {
        height: 620px;
        margin-right: 5vw
    }
}

@media only screen and (min-width: 1200px) {
    .secure-shopping__phone-slide {
        margin-right: 7.5vw
    }
}

.secure-shopping__phone-slide.slick-current img,
.secure-shopping__phone-slide.slick-current video {
    transform: scale(1) translateY(0);
    transition: all ease-in 250ms
}

.secure-shopping__phone-slide video {
    border-radius: 25px
}

.secure-shopping__phone-slide img,
.secure-shopping__phone-slide video {
    transform: scale(1) translateY(0);
    height: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 2px;
    transition: all ease-in 500ms;
    max-height: 289px;
    max-width: 132px
}

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

    .secure-shopping__phone-slide img,
    .secure-shopping__phone-slide video {
        transform: scale(0.85) translateY(-8%);
        max-width: 282px;
        max-height: 508px
    }
}

@supports (background: -webkit-named-image(i)) {

    .secure-shopping__phone-slide img,
    .secure-shopping__phone-slide video {
        max-width: 240px
    }
}

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

    .secure-shopping__phone-slide img,
    .secure-shopping__phone-slide video {
        max-height: 620px;
        max-width: 282px
    }
}

.secure-shopping__phone-container {
    display: flex;
    align-items: flex-start
}

.secure-shopping__phone-frame-shadow {
    position: absolute;
    display: none
}

@media only screen and (min-width: 992px) {
    .secure-shopping__phone-frame-shadow {
        display: block;
        height: 630px;
        width: 303px;
        top: 29px;
        left: -11px
    }
}

.secure-shopping__phone-frame-shadow::after {
    content: "";
    opacity: 0.75;
    display: block;
    position: absolute;
    box-shadow: 0 1px 1px #000, 0 2px 2px #000, 0 4px 4px #000, 0 8px 8px #000, 0 16px 16px #000;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1
}

.secure-shopping__phone-frame {
    position: absolute;
    top: 0;
    height: auto;
    max-height: 307px;
    z-index: 2
}

@media only screen and (min-width: 744px) {
    .secure-shopping__phone-frame {
        max-height: none;
        height: 524px;
        top: 32px;
        left: -8px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__phone-frame {
        height: 633px;
        top: 29px;
        left: -15px
    }
}

.secure-shopping__text-slider {
    color: #fff;
    margin-top: 40px;
    display: block
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-slider {
        display: none
    }
}

.secure-shopping__text-slider ul {
    margin: 0;
    padding: 0
}

.secure-shopping__text-slider ul li {
    text-align: center;
    padding: 0 20px
}

.secure-shopping__text-slider ul li h5 {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 5px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-slider ul li h5 {
        font-size: 25px;
        line-height: 32px
    }
}

.secure-shopping__text-slider ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-slider ul li p {
        font-size: 16px;
        line-height: 25px
    }
}

.secure-shopping__text-slider ul.slick-dots {
    bottom: -10px
}

.secure-shopping__text-slider ul.slick-dots li {
    padding: 6px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__number-slider {
        display: none
    }
}

.secure-shopping__number-slider ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.secure-shopping__number-slider ul li {
    margin: 0 4px
}

.secure-shopping__number-slider button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: white
}

.secure-shopping__number-slider button.active {
    pointer-events: none
}

.secure-shopping__number-slider button.active .secure-shopping__progress-circle-active {
    width: 28px
}

.secure-shopping__number-slider button.active .secure-shopping__progress-circle-active circle {
    animation: dash 45s linear forwards
}

.secure-shopping__text-collapse {
    float: left;
    display: none
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-collapse {
        display: block;
        width: 54%
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__text-collapse {
        width: 500px;
        margin-top: 0
    }
}

.secure-shopping__text-collapse ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-collapse ul {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) {
    .secure-shopping__text-collapse ul {
        width: 400px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .secure-shopping__text-collapse ul {
        width: 450px
    }
}

@media only screen and (min-width: 1400px) {
    .secure-shopping__text-collapse ul {
        width: 500px
    }
}

.secure-shopping__text-collapse li {
    margin-bottom: 30px;
    color: white
}

.secure-shopping__text-collapse li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .secure-shopping__text-collapse li {
        margin-bottom: 38px
    }
}

.secure-shopping__text-collapse button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left
}

.secure-shopping__text-collapse button h6 {
    text-rendering: optimizeLegibility;
    font-family: suisseintl, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 9px;
    margin-left: 25px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__text-collapse button h6 {
        font-size: 20px;
        line-height: 28px
    }
}

.secure-shopping__text-collapse button p {
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0.2;
    font-size: 17px;
    line-height: 23px;
    width: 100%;
    padding-left: 54px;
    transition: all ease-in 0ms
}

.secure-shopping__text-collapse button.active {
    pointer-events: none
}

.secure-shopping__text-collapse button.active .secure-shopping__progress-circle-active {
    width: 28px
}

.secure-shopping__text-collapse button.active .secure-shopping__progress-circle-active circle {
    animation: dash 45s linear forwards
}

.secure-shopping__text-collapse button.active h5 {
    margin-bottom: 7px
}

.secure-shopping__text-collapse button.active p {
    height: auto;
    visibility: visible;
    opacity: 2;
    transition: all ease-in 250ms 100ms
}

.secure-shopping__progressBar-wrap {
    position: absolute;
    bottom: 20px;
    display: none
}

@media only screen and (min-width: 992px) {
    .secure-shopping__progressBar-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        right: 20px;
        bottom: -10vh;
        width: 60%
    }
}

@media only screen and (min-width: 1200px) {
    .secure-shopping__progressBar-wrap {
        width: 40%;
        right: 40px;
        bottom: 30px
    }
}

@media only screen and (min-width: 1400px) {
    .secure-shopping__progressBar-wrap {
        right: 80px;
        bottom: 35px
    }
}

.secure-shopping__progressBar-wrap .progressBar {
    display: block;
    height: 3px;
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e8e8eb;
    background-image: linear-gradient(to right, #28d, #28d);
    background-repeat: no-repeat;
    background-size: 33%;
    transition: background-position 0.4s ease-in-out
}

.secure-shopping__progressBar-count {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding-right: 1vw;
    color: white
}

@media only screen and (min-width: 744px) {
    .secure-shopping__progressBar-count {
        font-size: 14px;
        line-height: 24px
    }
}

.secure-shopping__progress-circle {
    position: relative
}

.secure-shopping__progress-circle-inactive {
    border: 3px solid #1b5a8f;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 5000ms
}

.secure-shopping__progress-circle-active {
    position: absolute;
    left: 0;
    top: 0
}

.secure-shopping__progress-circle-active circle {
    stroke-dasharray: 90;
    stroke-dashoffset: 90
}

.secure-shopping__progress-circle span {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px
}

.secure-shopping__cta-desktop {
    display: none;
    margin-left: 54px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__cta-desktop {
        display: block
    }
}

.secure-shopping__cta-mobile {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (min-width: 744px) {
    .secure-shopping__cta-mobile {
        display: none
    }
}

@keyframes fullWidthAnimation {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes fullHeightAnimation {
    0% {
        height: 0%
    }

    100% {
        height: 100%
    }
}

.smart-overview {
    background: #f1f3f5;
    padding: 30px 0 60px;
    overflow: hidden
}

@media only screen and (min-width: 744px) {
    .smart-overview {
        padding: 60px 0 0
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview .row.no-gutters {
        margin-right: -15px;
        margin-left: -15px
    }

    .smart-overview .row.no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 744px) {
    .smart-overview .row.reverse {
        flex-direction: row-reverse
    }
}

.smart-overview .row.reverse .smart-overview__text-col {
    margin: 0
}

.smart-overview__heading {
    margin-bottom: 20px
}

@media only screen and (min-width: 744px) {
    .smart-overview__heading {
        margin-bottom: 50px
    }
}

.smart-overview__image-content {
    max-width: 420px;
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .smart-overview__image-content {
        max-width: 500px
    }
}

.smart-overview__image-wrap {
    position: relative;
    width: 165%;
    margin-left: -32.5%;
    margin-top: 0%;
    margin-bottom: -70%
}

@media only screen and (min-width: 992px) {
    .smart-overview__image-wrap {
        margin-bottom: -58%
    }
}

.smart-overview__phone-frame {
    position: relative;
    width: 100%;
    height: auto
}

.smart-overview__image-slider {
    position: absolute;
    width: 54%;
    top: 7%;
    left: 23%;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.smart-overview__image-container {
    position: relative;
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 744px) {
    .smart-overview__image-container {
        max-width: none
    }
}

.smart-overview__media {
    display: block;
    width: 100%;
    height: auto;
    transition: all 400ms ease-in-out
}

.smart-overview__text-col::before {
    content: '';
    display: block;
    height: 200%;
    width: 100vw;
    position: absolute;
    left: -30px;
    top: 0;
    background-color: #f1f3f5
}

@media only screen and (min-width: 744px) {
    .smart-overview__text-col::before {
        content: none
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview__text-col {
        display: flex;
        align-items: center
    }
}

@media only screen and (min-width: 744px) {
    .smart-overview__slider-bg {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.smart-overview__text-collapse {
    margin-bottom: 50px;
    margin-top: 13%;
    max-width: 470px
}

@media only screen and (min-width: 992px) {
    .smart-overview__text-collapse {
        margin-top: 0
    }
}

.smart-overview__text-collapse ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.smart-overview__text-collapse li {
    margin-bottom: 30px
}

.smart-overview__text-collapse li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .smart-overview__text-collapse li {
        margin-bottom: 38px
    }
}

.smart-overview__text-collapse button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: relative;
    display: block;
    padding-left: 30px;
    text-align: left
}

.smart-overview__text-collapse button p {
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0.2;
    font-size: 17px;
    line-height: 23px
}

.smart-overview__text-collapse button.active {
    pointer-events: none
}

.smart-overview__text-collapse button.active .smart-overview__collapse-progress {
    height: calc(100% + 30px)
}

.smart-overview__text-collapse button.active .smart-overview__collapse-progress-inner {
    animation-name: fullHeightAnimation;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.smart-overview__text-collapse button.active h5 {
    margin-bottom: 7px
}

.smart-overview__text-collapse button.active p {
    height: auto;
    visibility: visible;
    opacity: 2
}

.smart-overview__collapse-progress {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 3px;
    background-color: rgba(90, 104, 113, 0.15);
    transition: height 0.2s cubic-bezier(0.04, 0, 0.2, 1)
}

.smart-overview__collapse-progress-inner {
    position: absolute;
    left: 0;
    background-color: #1b5a8f;
    width: 100%;
    height: 0%;
    transition-property: height;
    transition-timing-function: cubic-bezier(0.04, 0, 0.2, 1);
    animation-duration: 6s
}

.smart-overview__text-slider {
    width: 100%;
    padding: 20px 0 40px
}

.smart-overview__text-slider .slick-dots button::before {
    background: #1b5a8f !important
}

.slick-active .smart-overview__slide .smart-overview__slide-progress-inner {
    animation-name: fullWidthAnimation;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.smart-overview__slide button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: block;
    width: 100%;
    pointer-events: none
}

@media only screen and (min-width: 1200px) {
    .smart-overview__slide button {
        pointer-events: auto
    }
}

.smart-overview__description {
    color: #1b5a8f;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-top: 36px
}

@media only screen and (min-width: 744px) {
    .smart-overview__description {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-top: 22px
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview__description {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-top: 60px
    }
}

.smart-overview__slide-content {
    max-width: 350px;
    margin: 0 auto
}

@media only screen and (min-width: 744px) {
    .smart-overview__slide-content {
        padding: 5px 0;
        margin-left: 30px
    }
}

.smart-overview__slide-text-content {
    transition: all 0.5s ease;
    max-width: 300px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 744px) {
    .smart-overview__slide-text-content {
        text-align: left;
        max-width: none
    }
}

.smart-overview__slide-text-content p {
    margin: 15px 0 0;
    font-size: 17px;
    line-height: 23px
}

@media only screen and (min-width: 744px) {
    .smart-overview__slide-text-content p {
        margin: 0;
        transition: all 0.5s ease;
        opacity: 0;
        max-height: 0
    }
}

.smart-overview__slide-progress {
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 3px;
    background: #1b5a8f;
    margin-bottom: 50px
}

.smart-overview__slide-progress-inner {
    width: 0%;
    height: 3px;
    background: #1b5a8f;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.04, 0, 0.2, 1);
    animation-duration: 5s
}

.smart-overview--white {
    background-color: #fff;
    padding: 60px 0
}

@media only screen and (min-width: 744px) {
    .smart-overview--white {
        padding: 80px 0 0
    }
}

.smart-overview--white .smart-overview__text-col::before {
    background-color: #fff
}

.smart-overview--plp {
    padding: 60px 0
}

.smart-overview--plp .smart-overview__collapse-progress-inner {
    background-color: #1b5a8f
}

.smart-overview--plp .smart-overview__heading {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .smart-overview--plp .smart-overview__heading {
        margin-bottom: 50px
    }
}

.smart-overview--plp .smart-overview__text-col::before {
    display: none
}

.smart-overview--plp .smart-overview__image-wrap {
    margin-bottom: 0;
    margin-left: 0%;
    width: 100%
}

@media only screen and (min-width: 744px) {
    .smart-overview--plp .smart-overview__image-wrap {
        width: 165%
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--plp .smart-overview__image-wrap {
        margin-left: -32.5%
    }
}

.smart-overview--plp .smart-overview__image-content {
    max-width: 350px
}

.smart-overview--plp .smart-overview__image-slider {
    padding: 0 1.25%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

@media only screen and (min-width: 744px) {
    .smart-overview--plp .smart-overview__image-slider {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px
    }
}

.smart-overview--plp#smart-overview-second {
    margin-bottom: -40px !important
}

.smart-overview--plp.white {
    background: #fff
}

.smart-overview--plp.white .smart-overview__text-col::before {
    background-color: #fff
}

.smart-overview--plp .pointer-events-none {
    pointer-events: none
}

.smart-overview--plp .reverse .smart-overview__text-col {
    margin: auto auto auto 0;
    flex: 50%;
    max-width: 100%
}

.smart-overview--home {
    background-color: white;
    margin-bottom: 10px
}

@media only screen and (min-width: 744px) {
    .smart-overview--home {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--home {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 1200px) {
    .smart-overview--home {
        margin-bottom: 200px
    }
}

.smart-overview--home .smart-overview__collapse-progress-inner {
    background-color: #1b5a8f
}

.smart-overview--home .smart-overview__heading {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .smart-overview__heading {
        margin-bottom: 50px
    }
}

.smart-overview--home .smart-overview__text-col {
    margin-right: auto
}

.smart-overview--home .smart-overview__text-col::before {
    display: none
}

.smart-overview--home .smart-overview__image-wrap {
    margin-bottom: 0;
    z-index: 1;
    margin-left: 0
}

.smart-overview--home .smart-overview__image-col {
    width: 100%;
    right: 0;
    position: relative;
    max-width: 690px
}

@media only screen and (min-width: 744px) {
    .smart-overview--home .smart-overview__image-col {
        position: absolute;
        width: 55vw
    }
}

.smart-overview--home .smart-overview__background-image-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.smart-overview--home .smart-overview__background-image {
    z-index: 0;
    width: 69vw;
    float: right
}

@media only screen and (min-width: 744px) {
    .smart-overview--home .smart-overview__background-image {
        width: 48vw
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .smart-overview__background-image {
        max-height: 720px;
        max-width: 690px
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .smart-overview__background-image {
        max-height: 792px;
        max-width: 759px
    }
}

@media only screen and (min-width: 1400px) {
    .smart-overview--home .smart-overview__background-image {
        max-height: 864px;
        max-width: 828px
    }
}

.smart-overview--home .smart-overview__image-content {
    max-width: 130px;
    margin-right: auto;
    margin-left: -10%;
    margin-top: 0
}

@media only screen and (min-width: 744px) {
    .smart-overview--home .smart-overview__image-content {
        margin-top: 10%;
        max-width: 150px;
        margin-left: -15%
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .smart-overview__image-content {
        margin-top: 15%;
        margin-left: -18%;
        max-width: 280px
    }
}

@media only screen and (min-width: 1200px) {
    .smart-overview--home .smart-overview__image-content {
        margin-left: -20%
    }
}

@media only screen and (min-width: 1400px) {
    .smart-overview--home .smart-overview__image-content {
        margin-top: 20%;
        margin-left: -35%
    }
}

@media screen and (min-width: 1600px) {
    .smart-overview--home .smart-overview__image-content {
        margin-left: -50%
    }
}

.smart-overview--home .smart-overview__image-slider {
    padding: 0 1.25%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .smart-overview__image-slider {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px
    }
}

.smart-overview--home .smart-overview__cta {
    justify-content: flex-start
}

.smart-overview--home#smart-overview-second {
    margin-bottom: -40px !important
}

.smart-overview--home.white {
    background: #fff
}

.smart-overview--home.white .smart-overview__text-col::before {
    background-color: #fff
}

.smart-overview--home .pointer-events-none {
    pointer-events: none
}

.smart-overview--home .reverse .smart-overview__text-col {
    flex: 1;
    margin: auto auto auto 0;
    max-width: 100%
}

.smart-overview--home .reverse .smart-overview__text-col.column-with-background {
    margin-right: auto
}

@media only screen and (min-width: 744px) {
    .smart-overview--home .reverse .smart-overview__text-col.column-with-background {
        max-width: 300px
    }
}

@media only screen and (min-width: 992px) {
    .smart-overview--home .reverse .smart-overview__text-col.column-with-background {
        max-width: 400px
    }
}

@media only screen and (min-width: 1200px) {
    .smart-overview--home .reverse .smart-overview__text-col.column-with-background {
        max-width: 500px
    }
}

@media only screen and (min-width: 1400px) {
    .smart-overview--home .reverse .smart-overview__text-col.column-with-background {
        max-width: 30vw
    }
}

.smart-overview--home .reverse .smart-overview__slider-bg {
    margin-top: 10vw
}

@media only screen and (min-width: 744px) {
    .smart-overview--home .reverse .smart-overview__slider-bg {
        margin-top: 0
    }
}

.smart-overview--pdp .smart-overview__heading h2 {
    position: relative
}

@media only screen and (max-width: 743px) {
    .smart-overview--pdp .smart-overview__heading h2 {
        padding-top: 36px;
        font-size: 25px;
        line-height: 32px
    }
}

.smart-overview--safe {
    padding: 0 !important;
    margin-bottom: 60px !important
}

@media only screen and (min-width: 992px) {
    .smart-overview--safe {
        margin-bottom: 80px !important
    }
}

.smart-overview--safe .smart-overview__image-wrap {
    margin-bottom: 0
}

.smart-overview--safe .smart-overview__image-content {
    max-width: 350px
}

.smart-overview--safe .smart-overview__image-slider {
    padding: 0 1.25%
}

.smart-overview--safe#smart-overview-second {
    margin-bottom: -40px !important
}

.smart-overview--safe.white {
    background: #fff
}

.smart-overview--safe.white .smart-overview__text-col::before {
    background-color: #fff
}

.smart-overview--safe .pointer-events-none {
    pointer-events: none
}

.smart-overview--safe .reverse .smart-overview__text-col {
    margin: auto auto auto 0;
    flex: 50%;
    max-width: 100%
}

.home-template .back-to-top {
    background-color: #fff
}

@media only screen and (max-width: 414px) {
    .home-template .marquee__slider .slick-dots {
        top: 313px
    }
}

.home-template .marquee .slick-track {
    background-color: #fff
}

.category-tile {
    position: relative
}

.category-tile h3 {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff
}

.category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%)
}

.page .hero {
    background-position-y: 0
}

.page .shop-the-style .hero {
    background-position-y: 45%
}

.hp-category-message,
.hp-promotion-message {
    position: absolute;
    bottom: 0.9375em;
    left: 1.875em
}

.hp-category-message a,
.hp-promotion-message a {
    color: #fff
}

.hp-category-message a.hp-promotion-message1,
.hp-promotion-message a.hp-promotion-message1 {
    font-size: 0.75em
}

.category-tile {
    border: 1px solid white
}

.half-height {
    min-height: 23.125em
}

@media (max-width: 767.98px) {
    .half-height {
        min-height: 15.375em
    }
}

.full-height {
    min-height: 51.725em
}

@media (max-width: 767.98px) {
    .full-height {
        min-height: 35.375em
    }
}

@media (max-width: 575.98px) {
    .full-height {
        min-height: 15.375em
    }
}

.mens-jackets {
    background-position: 50% 34%
}

@media (min-width: 576px) {
    .mens-jackets {
        background-size: auto 100%
    }
}

@media (max-width: 575.98px) {
    .mens-jackets {
        background-position-y: 8%
    }
}

.womens-dresses {
    background-position: 50% 15%
}

.womens-jewelry {
    background-position: 40% 60%
}

@media (min-width: 576px) {
    .womens-jewelry {
        background-size: auto 100%
    }
}

.shop-red {
    background-position-y: 60%;
    min-height: 28.65em
}

@media (max-width: 767.98px) {
    .shop-red {
        min-height: 15.375em
    }
}

@media (max-width: 575.98px) {
    .shop-red {
        background-position: 45% 85%
    }
}

@media (max-width: 575.98px) {
    .container.home-categories {
        padding-left: 0;
        padding-right: 0
    }
}

.home-main-categories {
    margin-bottom: 2em
}

.hp-product-grid {
    margin: 0
}

.hp-product-grid .hp-product-content {
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border: 0
}

@media (max-width: 575.98px) {
    .hp-product-grid .hp-product-content {
        min-height: 20.375em
    }
}

.hp-product-grid .hp-product-content span {
    font-size: 1em
}

@media (max-width: 767.98px) {
    .hp-product-grid .hp-product-content span {
        font-size: 0.85em
    }
}

@media (max-width: 575.98px) {
    .hp-product-grid .hp-product-content span {
        font-size: 0.65em
    }
}

.hp-product-grid .hp-product-content span.largeText {
    font-size: 5.5em;
    font-weight: 200
}

@media (max-width: 1199.98px) {
    .hp-product-grid .hp-product-content span.largeText {
        font-size: 4.5em
    }
}

@media (max-width: 991.98px) {
    .hp-product-grid .hp-product-content span.largeText {
        font-size: 3.4em
    }
}

@media (max-width: 767.98px) {
    .hp-product-grid .hp-product-content span.largeText {
        font-size: 3em
    }
}

@media (max-width: 575.98px) {
    .hp-product-grid .hp-product-content span.largeText {
        font-size: 2.5em
    }
}

.hp-product-grid .hp-product-content a {
    color: #152934;
    text-decoration: none
}

.homepage .row {
    overflow: hidden
}


/*# sourceMappingURL=homePage.css.map*/