.gradient-border {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0);

    border-left: 2px solid rgba(255, 255, 255, 0.05);
    border-right: 2px solid rgba(255, 255, 255, 0.05);
}

.gradient-background {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
}

.gradient-background-2 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.border-primary-fade-to-right {
    border-image-source: linear-gradient(to right, #1960e7 1%, rgba(102, 102, 102, 0) 99%);
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #1960e7 1%, rgba(102, 102, 102, 0) 99%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.border-primary-fade {
    border-image-source: linear-gradient(to bottom, #1960e7, rgba(102, 102, 102, 0));
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #1960e7, rgba(102, 102, 102, 0));
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.border-gray-fade {
    border-image-source: linear-gradient(to bottom, #d0d0d0, rgba(102, 102, 102, 0));
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #d0d0d0, rgba(102, 102, 102, 0));
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.button {
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border-radius: 0.375rem;

    justify-content: center;
}

.gray-vignette,
.white-vignette {
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gray-vignette::after,
.white-vignette::after {
    content: '';
    position: absolute;
    top: -400px;
    bottom: -400px;
    left: 0;
    right: 0;
    background-image:
        linear-gradient(to right, white, transparent 40%),
        linear-gradient(to left, white, transparent 40%);
}

.gray-vignette::after {
    background-image:
        linear-gradient(to right, #f6f9fc, transparent 40%),
        linear-gradient(to left, #f6f9fc, transparent 40%);
}

.carousel-spin {
    display: flex;
    animation: carousel 20s infinite linear;
}

div[name="reviews carousel"]:hover .carousel-spin {
    animation-play-state: paused;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-33% - 35px));
    }
}

input[type="range"]::-moz-range-progress {
    background-color: #1960e7;
    height: 100%;

    border-radius: 8px;
}

.blue-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0a5ed7;
    cursor: pointer;

    border-color: #0a5ed750;
}

.blue-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0a5ed7;
    cursor: pointer;

    border-color: #0a5ed750;
}

.blue-slider {}

dropdown.open>div>div>div,
dropdown:hover>div>div>div {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
    /* translateX(-8px)*/
    scale: 1;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out, scale 0ms 0ms;
}

dropdown.open>div>div,
dropdown:hover>div>div {
    scale: 1;
    opacity: 1;
    transition: scale 0ms 0ms, opacity 0ms;
    z-index: 50;

    height: auto;
}

dropdown>p img {
    transition: transform 300ms;
}

dropdown.open>p img,
dropdown:hover>p img {
    transform: rotate(180deg);
}

dropdown>div>div>div {
    opacity: 0;

    transition: opacity 300ms 150ms;
}

dropdown>div>div {
    position: absolute;
    padding: 30px 0;

    left: 0;
    width: 100vw;
    z-index: 100;
    scale: 0;
    opacity: 0;
    z-index: 55;

    transition: scale 0ms 350ms, opacity 300ms 150ms;
}

dropdown>div>div>div {
    transform: translateY(10px);
    min-width: 100px;

    opacity: 0;
    font-weight: 400;

    display: flex;

    flex-direction: column;

    background-color: inherit;
    padding: 8px;

    backdrop-filter: blur(10px);

    transition: opacity 200ms 600ms ease-in-out, transform 300ms ease-in-out;
}

#hamburger {
    display: none;
}

@media (max-width: 1024px) {
    #hamburger {
        display: inherit;
    }

    .hamburger-div {
        display: none !important;
    }

    .hamburger-open .hamburger-div {
        display: flex !important;
    }

    .hamburger-open #hamburger {
        z-index: 1000;
        background-color: transparent;
        border: none;
    }


    dropdown>div>div {
        position: static;
        padding: 0;

        width: 100vw;
        height: 0;
        z-index: 100;
        scale: 0;
        opacity: 0;
        z-index: 55;

        transition: none !important;
    }

    dropdown>div>div>div {
        transform: none;
        min-width: 100px;

        opacity: 0;
        font-weight: 400;

        display: flex;

        flex-direction: column;

        background-color: inherit;
        padding: 0;

        backdrop-filter: blur(10px);

        transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    }
}

#questions {
    height: 50%;
}

#questions>div img,
#questions>div p {
    transition: all .3s;
}

#questions>div {
    transition: all .5s;
    max-height: calc(61px + 0%);
}

#questions>div:hover {
    transition: all 1s;
    max-height: calc(0px + 100%);
}

#questions>div p {
    opacity: 0;
    scale: 0.95;
}

#questions>div:hover p {
    opacity: 1;
    scale: 1;
    height: 100%;
}

#questions>div:hover img {
    transform: rotate(180deg);
}

.fade-img {
    position: relative;
}

.fade-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
    height: 80%;
}

/* table stuff */

:root {
    --table-border-width: 2px;
    --table-border-colour: #D9DDE4;
}

.regular-table,
.styled-table {
    overflow-x: auto;
}

.styled-table::-webkit-scrollbar {
    height: 8px;
}

.styled-table::-webkit-scrollbar-thumb {
    border-radius: 40px;
}

.styled-table::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 40px;
}

.styled-table table {
    margin: 50px 20px 20px;
    border-collapse: separate;
    text-align: left;
    border-spacing: 0;
}

.styled-table table th,
.styled-table table td {
    padding: 10px;
    min-width: 75px;

    border-color: #D9DDE4;
}

.styled-table table th {
    border-top: var(--table-border-width) solid var(--table-border-colour);
    border-bottom: var(--table-border-width) solid var(--table-border-colour);
    font-weight: 600;
}

.styled-table table th:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    border-left: var(--table-border-width) solid var(--table-border-colour);
}

.styled-table table tbody tr>*:first-child {
    padding-left: 20px;
}

.styled-table table tbody tr>*:last-child {
    padding-right: 20px;
}

.styled-table table th:last-child {
    padding-right: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    border-right: var(--table-border-width) solid var(--table-border-colour);
}

.styled-table table td {
    padding: 10px;
    min-width: 75px;
    border-color: #D9DDE4;
    border-bottom: 1px solid #D9DDE4;
    /* Add this line */
}

.styled-table table td:first-child {
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-gap: 10px;
    text-align: left;
}

.country-container p {
    flex: 1 0 21%;
}

@media (max-width: 408px) {
    .country-container p {
        flex: 1 0 31%;
    }
}

.regular-table table th {
    font-weight: 500;
}

/* make lines between all rows on regular table */

.regular-table table tr {
    border-bottom: 1px solid #D9DDE4;
}


.regular-table table td,
.regular-table table th {
    padding: 10px 10px;
    min-width: 75px;
}

.s-hidden {
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: Onest 11px/22px Arial, Sans-Serif;
    background-color: transparent;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding-left: 5px;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    padding: 0 6px;
    margin: 0 0;
    padding: 0 10px;
}

.options li:hover {
    background-color: #1960E7;
    color: white;
}