@font-face {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Benton Sans Regular.woff") format("woff"),url("../fonts/Benton Sans Regular.woff2") format("woff2")
}

@font-face {
    font-family: "Benton Sans Medium";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Benton Sans Medium.woff") format("woff"),url("../fonts/Benton Sans Medium.woff2") format("woff2")
}



html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #ffffff;
    font-family: "Benton Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-inner .swiper-wrapper {
    height: calc(100% - 95px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.slide-button {
    display: block;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: center / cover no-repeat transparent;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: background 300ms ease;
}

.slide-button-continue {
    background-image: url('../img/button-arrow-right.svg');
    background-color: #00175a;
}

.slide-button-continue.slide-button-border {
    border: 1px solid #00175a;
}

.slide-control.disabled .slide-button-continue {
    background-color: #aaaaaa;
    cursor: default;
}

.slide-control.disabled .slide-button-continue.slide-button-border {
    border: 1px solid #aaaaaa;
}

@media (hover: hover) and (pointer: fine) {
    .slide-control:not(.disabled) .slide-button-continue:hover {
        background-color: #006fcf;
    }

    .slide-control:not(.disabled) .slide-button-continue.slide-button-border:hover {
        border: 1px solid #ffffff;
    }
}

.slide-button-left {
    background-image: url('../img/button-thumb-down.svg');
    background-color: #00175a;
}

.slide-button-left.active {
    background-color: #f70851;
}

@media (hover: hover) and (pointer: fine) {
    .slide-button-left:hover {
        background-color: #f70851;
    }
}

.slide-button-right {
    background-image: url('../img/button-heart.svg');
    background-color: #006fcf;
}

.slide-button-right.active {
    background-color: #2bd939;
}

@media (hover: hover) and (pointer: fine) {
    .slide-button-right:hover {
        background-color: #2bd939;
    }
}

.slide-button-reset {
    position: relative;
    margin: 0 20px;
    width: 315px;
    border: 1px solid #00175a;
    border-radius: 0;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #00175a;
    background: #ffffff;
    transition: color,background 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .slide-button-reset:hover {
        color: #ffffff;
        background: #00175a;
    }
}

.slide-swipe {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 60px;
    transform: translateY(-50%);
    background: center / contain no-repeat url('../img/slide-swipe.svg') transparent;
    opacity: 0;
}

.slide-swipe.swiping {
    animation: swiping 1s linear 3, swiping-fadeout 3s linear 1;
}

@keyframes swiping {
  0% { transform: translate(0px, -50%); }
  25% { transform: translate(50px, -50%); }
  75% { transform: translate(-50px, -50%); }
  100% { transform: translate(0px, -50%); }
}

@keyframes swiping-fadeout {
    0% { opacity: 0; }
    5% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.slide-content {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: default;
}

.slide-content-multi {
    height: calc(100% - 10px);
}

.slide-content-result {
    height: calc(100% - 105px - 10px);
    margin: 10px;
    border-radius: 10px;
}

.slide-gradient-intro-top,
.slide-gradient-search-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,23,90,1) 0%, rgba(0,111,207,1) 50%, rgba(0,111,207,1) 100%);
}

.slide-gradient-intro-bottom,
.slide-gradient-search-bottom {
    position: absolute;
    top: 118%;
    left: 50%;
    height: 150%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(0,111,207,1) 0%, rgba(0,111,207,1) 25%, rgba(0,23,90,1) 75%, rgba(0,23,90,1) 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.slide-gradient-search-bottom.searching {
    animation: searching 5s linear infinite;
}

@keyframes searching {
  0% { height: 150%; top: 118%; }
  25% { height: 65%; top: 50%; }
  50% { height: 150%; top: -31%; }
  75% { height: 65%; top: 50%; }
  100% { height: 150%; top: 118%; }
}

.slide-gradient-result {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,23,90,1) 0%, rgba(0,111,207,1) 100%);
}

.slide-title {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.slide-title-intro-top {
    position: absolute;
    top: 25%;
    font-size: 70px;
}

.slide-title-intro-bottom {
    position: absolute;
    top: 49%;
    font-size: 70px;
}

.slide-title-result {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 28px;
    line-height: 34px;
}

.slide-text-intro {
    position: absolute;
    top: 77%;
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.slide-image-search {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 76px;
    background: center / contain no-repeat url('../img/amexcited-white.svg') transparent;
}

.slide-text-search {
    position: absolute;
    top: 49%;
    left: 25%;
    right: 25%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}



.swiper-inner .slide-pagination {
    display: flex;
    gap: 5px;
    width: auto;
    position: absolute;
    top: 13px;
    bottom: auto;
    left: 20px;
    right: 20px;
    font-size: 0;
    z-index: 2;
    transition: all 300ms ease;
}

.swiper-inner .slide-pagination-bullet {
    display: block;
    flex: 1 1;
    height: 3px;
    background: #e8e5e5;
    border-radius: 2px;
    transition: all 300ms ease;
}

.swiper-inner .slide-pagination-bullet-active {
    background: #a7a8aa;
}

.swiper-inner .slide-container {
    display: none;
}

.swiper-inner .swiper-slide-single {
    background: #ffffff;
}

.swiper-inner .swiper-slide-single.previewing {
    background: transparent;
}

.swiper-inner .slide-preview {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.swiper-inner.swiper-creative .slide-preview {
    display: block;
}

.swiper-inner.swiper-creative .slide-preview.show-preview {
    z-index: 1;
}

.swiper-inner .slide-preview .swiper-slide {
    width: 100% !important;
    transform: none !important;
}

.swiper-inner.swiper-creative .swiper-wrapper > .swiper-slide:nth-child(1 of .swiper-slide),
.swiper-inner.swiper-creative .swiper-wrapper > .swiper-slide:nth-child(3 of .swiper-slide) {
    visibility: hidden !important;
}

.swiper-inner .slide-content.slide-content-single .slide-background {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    background: center / cover no-repeat transparent;
    -webkit-box-shadow: 0 0 5px 3px #ffffff;
    box-shadow: 0 0 5px 3px #ffffff;
}

.swiper-inner .slide-gradient-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px;
}

.swiper-inner .slide-title {
    left: 10px;
    right: 10px;
    bottom: 36px;
    font-size: 40px;
    line-height: 50px;
}

.swiper-inner .slide-title-multi {
    position: relative;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
}

.swiper-inner .slide-text-multi {
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}

.slide-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    padding: 30px 10px;
    opacity: 1;
    z-index: 1;
}

.swiper-inner .slide-control {
    height: 95px;
    padding: 20px 10px 30px 10px;
    opacity: 1;
    z-index: 1;
}

.swiper-inner .slide-control.fadein:not(.fadeout) {
    opacity: 1;
    z-index: 1;
    animation: fadein 150ms linear;
}

.swiper-inner .slide-control.fadeout:not(.fadein) {
    opacity: 0;
    z-index: 0;
    animation: fadeout 150ms linear;
}

@keyframes fadein {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@keyframes fadeout {
  0% { opacity: 1 }
  100% { opacity: 0 }
}



.result-container {
    position: absolute;
    top: 110px;
    bottom: 30px;
    left: 7px;
    right: 7px;
    padding-left: 8px;
    padding-right: 8px;
    color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Firefox or iOS */
@supports (-moz-appearance:none) or (-webkit-touch-callout:none) {
    .result-container {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.result-item {
    position: relative;
    display: block;
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 10px;
    width: 315px;
    height: 100px;
    text-align: left;
}

@media (hover: hover) and (pointer: fine) {
    .result-item:hover {
        background: #e7f2fc;
    }
}

.result-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.result-item-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: center / cover no-repeat url('../img/button-heart.svg') #2bd939;
    border-radius: 50%;
}

.result-item-title {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}

.result-item-text {
    font-size: 14px;
    line-height: 18px;
}

.result-item-info {
    color: #006fcf
}

.button-result-more {
    position: relative;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid #00175a;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #006fcf;
    transition: color,background 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .button-result-more:hover {
        color: #00175a;
        background: #ffffff;
    }
}



.item-container {
    position: relative;
    height: 100%;
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 3px;
    padding-right: 3px;
    overflow-x: hidden;
    overflow-y: auto;
}

.slide-preview .item-container {
    overflow: hidden;
}

/* Firefox or iOS */
@supports (-moz-appearance:none) or (-webkit-touch-callout:none) {
    .item-container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.item {
    position: relative;
    width: 100%;
    height: 250px;
    color: #ffffff;
    background: center / cover no-repeat transparent;
    border-radius: 10px;
    cursor: pointer;
}

.item-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 82px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px;
}

.item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    padding: 10px;
    gap: 5px;
}

.item-title {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-family: "Benton Sans Medium", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: normal;
    position: relative;
    bottom: 50%;
    transform: translateY(50%);
}

.item-button {
    display: block;
    cursor: pointer;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background: center / cover no-repeat transparent;
    align-self: flex-end;   
}

.item-button-select {
    background-image: url('../img/button-heart.svg');
    background-color: #006fcf;
    border-radius: 50%;
    transition: background 300ms ease;
}

.item.selected .item-button-select {
    background-color: #2bd939;
}

.gutter-10 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}



/* Scrollbar */
.item-container,
.result-container {
    scrollbar-gutter: stable both-edges;
}

@supports not (-moz-appearance:none) {
    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #eeeeee;
        border-radius: 2px;
    }

    ::-webkit-scrollbar-thumb {
        background: #aaaaaa;
        border-radius: 2px;
    }

    .result-container::-webkit-scrollbar-track {
        background: #aaaaaa;
    }

    .result-container::-webkit-scrollbar-thumb {
        background: #eeeeee;
    }
}

@supports (-moz-appearance:none) {
    .item-container,
    .result-container {
        scrollbar-width: thin;
        scrollbar-color: #aaaaaa #eeeeee;
    }
}



/* Media Queries */
@media only screen and (max-width: 575px) {
    .result-item,
    .slide-button-reset,
    .button-result-more {
        width: 100vw;
        max-width: 100%;
    }
}
