/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}


/* For devices larger than 550px */

@media (min-width: 550px) {
    .container {
        width: 80%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}

.container > .row {
    margin-bottom: 100px;
}

@media (max-width: 550px) {
    .container > .row {
        margin-bottom: 50px;
    }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 1.4em;
    line-height: 1.55;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #0B1721;
}

@font-face {
    font-family: 'Sk-Modernist';
    src: url('../fonts/sk-modernist-bold-webfont.woff2') format('woff2');
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sk-Modernist';
    margin-top: 0;
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: normal;
}

h1 {
    font-size: 4.6rem;
    line-height: 1.2;
    letter-spacing: 0;
}

h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0;
}

h3 {
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: 0;
}


/* Larger than phablet */

@media (min-width: 550px) {
    h1 {
        font-size: 7.2rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 1.7rem;
    }
}

p {
    margin-top: 0;
}

p.italic {
    font-style: italic;
}

span.italic {
    font-style: italic;
}

span.bold {
    font-weight: bold;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    color: #1EAEDB;
}

a:hover {
    color: #0FA0CE;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style-position: outside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 1em;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-center {
    text-align: center;
}

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

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

#intro {
    position: relative;
    height: 100vh;
    background-color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro h1 {
    max-width: 500px;
    color: #fff;
}

#intro span {
    color: transparent;
    animation: blur 10s ease-out infinite;
    -webkit-animation: blur 10s ease-out infinite;
}

#intro span:nth-child(1) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

#intro span:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#intro span:nth-child(3) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

#intro span:nth-child(4) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #fff;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #fff;
    }
    80% {
        text-shadow: 0 0 0px #fff;
    }
    85% {
        opacity: 1;
    }
    95% {
        text-shadow: 0 0 90px #fff;
    }
    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #fff;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #fff;
    }
    80% {
        text-shadow: 0 0 0px #fff;
    }
    85% {
        opacity: 1;
    }
    95% {
        text-shadow: 0 0 90px #fff;
    }
    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

#meet-eva {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.eva-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden
}

.eva-modules-image {
    position: relative;
    padding-top: 200px;
}

.eva-modules-image .module-text {
    margin-bottom: 550px;
}

.eva-modules-image .module-img {
    position: absolute;
}

.eva-modules-image .module-img.background {
    z-index: 1;
}

.eva-modules-image .module-img.icon {
    z-index: 2;
}

.eva-modules-image h2 {
    max-width: 480px;
}

@media (max-width: 550px) {
    .eva-modules-image h2 {
        max-width: 300px;
    }
}

#eva-modules-text {
    position: relative;
    background-color: #000;
    color: #fff;
}

#eva-modules-text p,
#defy-legacy p,
#footer p {
    color: #EFF2F5;
}

#eva-modules-text .container > .row:first-of-type {
    margin-bottom: 70px;
}

#eva-modules-text hr {
    margin-bottom: 100px;
    border-top: 1px solid #333333;
}

@media (max-width: 550px) {
    #eva-modules-text .container > .row:first-of-type {
        margin-bottom: 50px;
    }
    #eva-modules-text hr {
        margin-bottom: 50px;
    }
}

.crap-image {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 550px) {
    .crap-image {
        max-width: 290px;
    }
}

#about-eva {
    padding: 115px 0;
    position: relative;
    background-color: #fff;
    color: #000;
}

@media (max-width: 550px) {
    #about-eva {
        padding: 80px 0 30px 0;
    }
    #about-eva .first-section {
        margin-bottom: 10px;
    }
}

#about-eva p,
#groundbreakers p,
#groundbreakers-cases p {
    color: #0B1721;
}

#about-eva h2,
#footer h2,
#about-eva h3 {
    margin-bottom: 1rem;
}

.eva-logo {
    margin-bottom: 20px;
    height: 80px;
}

.about-eva-img {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 550px) {
    .about-eva-img {
        max-width: 380px;
    }
}

@media (min-width: 550px) {
    #about-eva .container > .row {
        margin-bottom: 50px;
    }
}

#defy-legacy {
    padding: 115px 0 15px 0;
    position: relative;
    background-color: #000;
    color: #fff;
}

@media (max-width: 550px) {
    #defy-legacy {
        padding: 80px 0 30px 0;
    }
}

#defy-legacy .container > .row {
    margin-bottom: 50px;
}

@media (max-width: 550px) {
    #defy-legacy .container > .row {
        margin-bottom: 20px;
    }
}

span.highlight {
    color: #31FFC8;
}

.store-img {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
}

#nothing-but-eva {
    padding: 15px 0 115px 0;
    position: relative;
    background-color: #000;
    color: #fff;
}

#nothing-but-eva ul {
    list-style: none;
}

#nothing-but-eva ul li::before {
    content: "\2022";
    color: #31FFC8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#nothing-but-eva ul li {
    color: #EFF2F5;
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

#nothing-but-eva .container > .row {
    margin-bottom: 40px;
}

#nothing-but-eva .container > .row > .columns > .row {
    margin-bottom: 20px;
}

#groundbreakers {
    padding: 115px 0 90px 0;
    position: relative;
    background-color: #fff;
    color: #000;
}

@media (max-width: 550px) {
    #groundbreakers {
        padding: 80px 0 30px 0;
    }
}

#groundbreakers-cases {
    padding: 115px 0 90px 0;
    position: relative;
    background-color: #fff;
    color: #000;
}

@media (max-width: 550px) {
    #groundbreakers-cases {
        padding: 80px 0 30px 0;
    }
}

.groundbreakers-img {
    width: 100%;
    max-width: 380px;
    margin-bottom: 20px;
}

#groundbreakers .container > .row {
    margin-bottom: 30px;
}

#groundbreakers-cases .container > .row {
    margin-bottom: 30px;
}

@media (min-width: 850px) {
    #groundbreakers .quote {
        padding: 50px 0;
    }
}

#groundbreakers .stats {
    background-color: #F7F8F9;
    border-radius: 12px;
    padding: 25px;
}

#groundbreakers .stats-title {
    margin-bottom: 20px;
}

#groundbreakers .numbers h2 {
    font-size: 5.2rem;
    margin-bottom: 1rem;
}

@media (min-width: 550px) {
    #groundbreakers .numbers p {
        margin-bottom: 1rem;
    }
}


/* New groundbreakers section
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#groundbreakers-cases .container {
    max-width: 1312px;
}

#groundbreakers-cases .cases .columns {
    background-color: white;
    border-radius: 24px;
    border: 1px solid #DCDFE2;
}

@media (max-width: 550px) {
    #groundbreakers-cases .cases .columns {
        border-radius: 12px;
        margin-bottom: 40px;
    }
}

#groundbreakers-cases .cases-content {
    position: relative;
}

#groundbreakers-cases .cases-content img.bottom-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

#groundbreakers-cases .cases-content .cases-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}

@media (max-width: 550px) {
    #groundbreakers-cases .cases-content .cases-logo {
        height: 130px;
    }
}

#groundbreakers-cases .cases-content .cases-text {
    text-align: center;
    min-height: 140px;
    padding: 0 20px 20px;
}

@media (max-width: 550px) {
    #groundbreakers-cases .cases-content .cases-text {
        min-height: 150px;
    }
}

#groundbreakers-cases .cases-content .cases-text h3 {
    max-width: 340px;
    margin: 0 auto 44px;
}

@media (max-width: 550px) {
    #groundbreakers-cases .cases-content .cases-text h3 {
        max-width: 250px;
        margin: 0 auto 24px;
    }
}

#groundbreakers-cases .cases-content .cases-image {
    display: flex;
    align-items: flex-end;
}

#groundbreakers-cases .cases-content .cases-image img {
    border-radius: 0 0 24px 24px;
}

@media (max-width: 550px) {
    #groundbreakers-cases .cases-content .cases-image img {
        border-radius: 0 0 12px 12px;
    }
}

#groundbreakers-cases .cases-content .cases-text a {
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #283542;
    padding-bottom: 6px;
    border-bottom: 2px solid #DCDFE2;
}

@media (min-width: 550px) and (max-width: 970px) {
    #groundbreakers-cases .three.columns {
        width: 46%;
        margin: 2%;
    }
}

@media (min-width: 970px) {
    #groundbreakers-cases .three.columns {
        width: 22%;
    }
}

#contact {
    padding: 115px 0 75px;
    position: relative;
    background-color: #000;
    color: #fff;
}

@media (max-width: 550px) {
    #contact {
        padding: 80px 0 30px 0;
    }
}

#contact .container > .row {
    margin-bottom: 50px;
}

#contact a.link {
    text-decoration: none;
    color: #fff;
}

#contact a.link:hover {
    text-decoration: underline;
    color: #31FFC8;
}

#contact a.external-link {
    text-decoration: none;
    color: #31FFC8;
}

#contact a.external-link:hover {
    text-decoration: underline;
}

#contact .jotform {
    margin-top: 10px;
    width: 100%;
    height: 240px;
    border: none;
    overflow: hidden;
}

@media (max-width: 1042px) {
    #contact .jotform {
        height: 300px;
    }
}

#footer {
    padding: 115px 0;
    position: relative;
    background-color: #000;
    color: #fff;
}

@media (max-width: 550px) {
    #footer {
        padding: 80px 0 30px 0;
    }
}

#footer .container > .row {
    margin-bottom: 50px;
}

#footer a.link {
    text-decoration: none;
    color: #fff;
}

#footer a.link:hover {
    text-decoration: underline;
    color: #31FFC8;
}

#footer a.external-link {
    text-decoration: none;
    color: #31FFC8;
}

#footer a.external-link:hover {
    text-decoration: underline;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 130px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 1% 1% 46.25% 1%;
    /*56.25 is for 16x9 resolution*/
    box-sizing: border-box;
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

#slideshow > div > img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#slideshow:hover i,
#slideshow:hover .slider-dots {
    opacity: 1;
}

.slidebtn {
    z-index: 99;
    background: transparent;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slidebtn:active,
.slidedtn:focus {
    outline: none;
}

.slidebtn i {
    color: #333;
    font-size: 40px;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prev {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.next {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.slider-dots {
    opacity: 1;
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, 0);
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-dots li {
    color: #d8d8d8;
    display: inline;
    font-size: 48px;
    margin-right: 15px;
    cursor: pointer;
}

.slider-dots li.active-dot {
    color: #333;
}

@media (max-width: 1000px) {
    #slideshow .column {
        width: 100%;
        margin-left: 0;
    }
    #slideshow {
        min-height: 630px;
    }
    .slider-dots li {
        font-size: 35px;
        margin-right: 10px;
    }
    #slideshow:hover i,
    #slideshow:hover .slider-dots {
        opacity: 1;
    }
    .prev {
        left: 0;
        bottom: 13px;
    }
    .next {
        right: 0;
        bottom: 13px;
    }
}

.card-slider {
    max-width: 1312px;
    margin: 0 auto;
}

.card-slider .card {
    background-color: white;
    border-radius: 24px;
}

#groundbreakers-cases .card-slider .card {
    border: 1px solid #DCDFE2;
}

@media screen and (max-width: 1024px) {
    .card-slider {
        width: 80%;
    }
}

.card-slider .slick-prev-icon,
.card-slider .slick-next-icon {
    color: white;
}

#groundbreakers-cases .card-slider .slick-prev-icon,
#groundbreakers-cases .card-slider .slick-next-icon {
    color: black;
}

.card-slider .slick-slide {
    padding: 0 20px;
}

.card-slider .card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    transition: all 0.1s linear;
}

@media screen and (max-width: 600px) {
    .card-slider .card {
        height: auto;
    }
}

.card-slider .card a:focus {
    outline: none;
}

.slick-pause-icon {
    display: none;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 400px) {}

@media (max-width: 550px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 550px) {
    .mobile {
        display: none;
    }
}

@media (min-width: 750px) {}

@media (min-width: 1000px) {}

@media (min-width: 1200px) {}