/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: area-normal, sans-serif;
}

#particles-js canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

p {
    line-height: 1.7;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@keyframes wave {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* end of global */

@media(min-width: 1366px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 800px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .grid-container {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .grid-item {
        background: #fff;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12), -2px 2px 10px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        transition: 0.2s all ease-out;
    }

    .title-item {
        padding: 20px;
        grid-column-start: -5;
        grid-column-end: -3;
        position: relative;
        overflow: hidden;
    }

    .title-item img {
        position: absolute;
        z-index: 0;
        bottom: -50px;
        right: -50px;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

    .left-half-item {
        grid-column-start: -5;
        grid-column-end: -3;
    }

    .right-half-item {
        grid-column-start: -3;
        grid-column-end: -1;
    }

    .features-item {
        grid-column-start: -5;
        grid-column-end: -1;
    }

    .left-3-item {
        grid-column-start: -5;
        grid-column-end: -2;
    }

    .mobile-150 {
        display: none;
    }

    .features-grid {
        margin: 10px 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 10px;
    }

    .grid-item h2 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px 0;
    }

    .grid-item h3 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h4 {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h5 {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item p {
        color: var(--font-color);
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .grid-item iframe,
    .grid-item video {
        height: 350px;
    }

    .grid-button {
        position: relative;
        min-height: 50px;
        grid-column-start: 0;
        grid-column-end: -1;
        background-color: var(--primary-color);
        color: #fff;
    }

    .animate-button {
        background: linear-gradient(90deg, #2d2f87, #3639bb, #4346c5, #5355dc, #6163ec, #5355dc, #4346c5, #3639bb, #2d2f87);
        background-size: 400% 100%;
        animation: wave 5s ease-in-out infinite;
    }

    .grid-item i {
        font-size: 20px;
    }

    .grid-button a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-button:hover {
        opacity: 0.9;
    }

    .tile-button {
        display: block;
        width: fit-content;
        color: #fff;
        background-color: var(--primary-color);
        margin: 20px 0 0 0;
        padding: 20px;
        border-radius: 5px;
        font-family: montserrat, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: 0.2s all ease-out;
    }

    .tile-button:hover {
        opacity: 0.9;
    }

    .hide-mobile {
        /* display: none; */
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 700px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .grid-container {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .grid-item {
        background: #fff;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12), -2px 2px 10px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        transition: 0.2s all ease-out;
    }

    .title-item {
        padding: 20px;
        grid-column-start: -5;
        grid-column-end: -3;
        position: relative;
        overflow: hidden;
    }

    .title-item img {
        position: absolute;
        z-index: 0;
        bottom: -50px;
        right: -50px;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

    .left-half-item {
        grid-column-start: -5;
        grid-column-end: -3;
    }

    .right-half-item {
        grid-column-start: -3;
        grid-column-end: -1;
    }

    .features-item {
        grid-column-start: -5;
        grid-column-end: -1;
    }

    .left-3-item {
        grid-column-start: -5;
        grid-column-end: -2;
    }

    .mobile-150 {
        display: none;
    }

    .features-grid {
        margin: 10px 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 10px;
    }

    .grid-item h2 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px 0;
    }

    .grid-item h3 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h4 {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h5 {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item p {
        color: var(--font-color);
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .grid-item iframe,
    .grid-item video {
        height: 300px;
    }

    .grid-button {
        position: relative;
        min-height: 50px;
        grid-column-start: 0;
        grid-column-end: -1;
        background-color: var(--primary-color);
        color: #fff;
    }

    .animate-button {
        background: linear-gradient(90deg, #2d2f87, #3639bb, #4346c5, #5355dc, #6163ec, #5355dc, #4346c5, #3639bb, #2d2f87);
        background-size: 400% 100%;
        animation: wave 5s ease-in-out infinite;
    }

    .grid-item i {
        font-size: 20px;
    }

    .grid-button a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-button:hover {
        opacity: 0.9;
    }

    .tile-button {
        display: block;
        width: fit-content;
        color: #fff;
        background-color: var(--primary-color);
        margin: 20px 0 0 0;
        padding: 20px;
        border-radius: 5px;
        font-family: montserrat, sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: 0.2s all ease-out;
    }

    .tile-button:hover {
        opacity: 0.9;
    }

    .hide-mobile {
        /* display: none; */
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 450px !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: -20px;
        right: 40px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .grid-container {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .grid-item {
        background: #fff;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12), -2px 2px 10px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        transition: 0.2s all ease-out;
    }

    .title-item {
        padding: 20px;
        grid-column-start: -5;
        grid-column-end: -3;
        position: relative;
        overflow: hidden;
    }

    .title-item img {
        position: absolute;
        z-index: 0;
        bottom: -50px;
        right: -50px;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }

    .left-half-item {
        grid-column-start: -5;
        grid-column-end: -3;
    }

    .right-half-item {
        grid-column-start: -3;
        grid-column-end: -1;
    }

    .features-item {
        grid-column-start: -5;
        grid-column-end: -1;
    }

    .left-3-item {
        grid-column-start: -5;
        grid-column-end: -2;
    }

    .mobile-150 {
        display: inherit;
    }

    .features-grid {
        margin: 10px 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 10px;
    }

    .grid-item h2 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px 0;
    }

    .grid-item h3 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h4 {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h5 {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item p {
        color: var(--font-color);
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .grid-item iframe,
    .grid-item video {
        height: 300px;
    }

    .grid-button {
        position: relative;
        min-height: 50px;
        grid-column-start: 0;
        grid-column-end: -1;
        background-color: var(--primary-color);
        color: #fff;
    }

    .animate-button {
        background: linear-gradient(90deg, #2d2f87, #3639bb, #4346c5, #5355dc, #6163ec, #5355dc, #4346c5, #3639bb, #2d2f87);
        background-size: 400% 100%;
        animation: wave 5s ease-in-out infinite;
    }

    .grid-item i {
        font-size: 20px;
    }

    .grid-button a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-button:hover {
        opacity: 0.9;
    }

    .tile-button {
        display: block;
        width: fit-content;
        color: #fff;
        background-color: var(--primary-color);
        margin: 20px 0 0 0;
        padding: 20px;
        border-radius: 5px;
        font-family: montserrat, sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: 0.2s all ease-out;
    }

    .tile-button:hover {
        opacity: 0.9;
    }

    .hide-mobile {
        /* display: none; */
    }
}

@media(max-width: 769px) {
    .regular-page-splide {
        position: relative;
        padding: 0 !important;
        width: 100% !important;
    }

    .splide__arrows {
        position: absolute;
        bottom: 20px;
        right: 60px;
        display: flex;
        gap: 8px;
    }

    .splide__arrow {
        background: transparent;
        border: none;
        width: 36px;
        height: 36px;
        opacity: 1;
    }

    .splide__arrow:hover {
        background: transparent;
        opacity: 0.7;
    }

    .splide__arrow svg {
        stroke: #ffffff;
        stroke-width: 2.5px;
        fill: none;
        width: 20px;
        height: 20px;
    }

    .first-fold-slide {
        border-radius: 5px;
        position: relative;
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .first-fold-slide-text {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .first-fold-slide h3 {
        margin: 0;
        text-align: right;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        color: var(--secondary-color);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
    }

    .first-fold-slide h4 {
        margin: 0;
        text-align: right;
        font-size: 14px;
        font-weight: 800;
        color: var(--secondary-color);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.96);
    }

    .grid-container {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .grid-item {
        background: #fff;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12), -2px 2px 10px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        transition: 0.2s all ease-out;
    }

    .title-item {
        padding: 20px;
        /* grid-column-start: -5; */
        /* grid-column-end: -3; */
        position: relative;
        overflow: hidden;
    }

    .title-item img {
        position: absolute;
        z-index: 0;
        bottom: -50px;
        right: -50px;
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }

    .left-half-item {
        /* grid-column-start: 2; */
        /* grid-column-end: -1; */
    }

    .right-half-item {
        /* grid-column-start: 2; */
        /* grid-column-end: -1; */
    }

    .features-item {
        /* grid-column-start: 2; */
        /* grid-column-end: -1; */
    }

    .left-3-item {
        /* grid-column-start: 2; */
        /* grid-column-end: -1; 2 */
    }

    .mobile-150 {
        display: inherit;
    }

    .features-grid {
        margin: 10px 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-column-gap: 10px;
    }

    .grid-item h2 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px 0;
    }

    .grid-item h3 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h4 {
        color: var(--font-color);
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item h5 {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .grid-item p {
        color: var(--font-color);
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .grid-item iframe,
    .grid-item video {
        height: 250px;
    }

    .grid-button {
        position: relative;
        min-height: 150px;
        /* grid-column-start: 0; */
        /* grid-column-end: -1; */
        background-color: var(--primary-color);
        color: #fff;
    }

    .animate-button {
        background: linear-gradient(90deg, #2d2f87, #3639bb, #4346c5, #5355dc, #6163ec, #5355dc, #4346c5, #3639bb, #2d2f87);
        background-size: 400% 100%;
        animation: wave 5s ease-in-out infinite;
    }

    .grid-item i {
        font-size: 20px;
    }

    .grid-button a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: transparent;
        color: #fff;
        font-family: montserrat, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-button:hover {
        opacity: 0.9;
    }

    .tile-button {
        display: none;
        width: fit-content;
        color: #fff;
        background-color: var(--primary-color);
        margin: 20px 0 0 0;
        padding: 20px;
        border-radius: 5px;
        font-family: montserrat, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        transition: 0.2s all ease-out;
    }

    .tile-button:hover {
        opacity: 0.9;
    }

    .hide-mobile {
        display: none;
    }
}