/*
Theme Name: Smooi
Theme URI: http://smooibetaald.nl
Description: Wordpress thema voor Smooi
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: smooi
*/

:root  {
  
    --extrahuge: 150px;
    --huge: 120px;
    --extralarge: 75px;
    --largehuge: 60px;
    --large: 45px;
    --mediumlarge: 30px;
    --medium: 22.5px;
    --smallmedium: 17.5px;
    --small: 15px;
    --extrasmall: 7.5px;

}


@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-SemiBold.eot');
    src: url('fonts/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularB-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidCircularB-SemiBold.woff') format('woff'),
        url('fonts/EuclidCircularB-SemiBold.ttf') format('truetype'),
        url('fonts/EuclidCircularB-SemiBold.svg#EuclidCircularB-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-Medium.eot');
    src: url('fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularB-Medium.woff2') format('woff2'),
        url('fonts/EuclidCircularB-Medium.woff') format('woff'),
        url('fonts/EuclidCircularB-Medium.ttf') format('truetype'),
        url('fonts/EuclidCircularB-Medium.svg#EuclidCircularB-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-Regular.eot');
    src: url('fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularB-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularB-Regular.woff') format('woff'),
        url('fonts/EuclidCircularB-Regular.ttf') format('truetype'),
        url('fonts/EuclidCircularB-Regular.svg#EuclidCircularB-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-Bold.eot');
    src: url('fonts/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularB-Bold.woff2') format('woff2'),
        url('fonts/EuclidCircularB-Bold.woff') format('woff'),
        url('fonts/EuclidCircularB-Bold.ttf') format('truetype'),
        url('fonts/EuclidCircularB-Bold.svg#EuclidCircularB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-Light.eot');
    src: url('fonts/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/EuclidCircularB-Light.woff2') format('woff2'),
        url('fonts/EuclidCircularB-Light.woff') format('woff'),
        url('fonts/EuclidCircularB-Light.ttf') format('truetype'),
        url('fonts/EuclidCircularB-Light.svg#EuclidCircularB-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;

    line-height: 1.125;

    position: relative;
    display: block;
    font-weight: 700;
    
}

h1,
.h1 {
    font-size: 48px;
     margin-bottom: var(--medium);
}

.h2,
h2 {
    font-size: 40px;
    margin-bottom: var(--medium);
}

.h3,
h3 {
    font-size: 32px;
    margin-bottom: var(--small);
}

.h4,
h4 {
    font-size: 24px;
    color: #2196F3;
}

.h5,
h5 {
    font-size: 20px;
    color: #2196F3;
}

.h6,
h6 {
    font-size: 20px;
    color: #2196F3;
}

.blue {
    color: #0A1242;
}
body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Euclid Circular B';
    overflow-x: hidden;
    line-height: 1.675;
    color: #0A1242;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



p {
    margin-top: 0;
    margin-bottom: var(--medium);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
     margin-bottom: var(--medium);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: 600;
    margin-bottom: 0;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

blockquote {
   max-width: 600px;
    text-align: center;
    font-size: clamp(1.5rem, 1.3069rem + 0.7921vw, 2rem);
    color: #0A1242;
    font-weight: 600;
    line-height: 1.25;
    margin: var(--mediumlarge) auto var(--mediumlarge) auto;
}

blockquote:before {
        content: url(images/blockquote.svg);
    width: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    margin-bottom: 15px;
}
hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 12.5px 20px;
    border: 0;
    color: #0F72E8;
    background-color: transparent;
    font-weight: 400;
    border-radius: 5px;
    border: 2px solid #0F72E8;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,rgb(60 60 59 / 50%) 50%),linear-gradient(135deg,rgb(60 60 59 / 50%) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

::-moz-selection {
    background-color: #2196F3;
}

::selection {
    background-color: #2196F3;
}

::-moz-selection {
    background-color: #2196F3;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--huge) * -1);
        margin-left: calc(var(--huge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--huge);
        padding-left: var(--huge);
    }

    .row.extralarge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.mediumlarge-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.mediumlarge-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }


    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }
 

    .row.extrasmall-gutters {
        margin-right:  calc(var(--extrasmall) * -1);
        margin-left: calc(var(--extrasmall) * -1);
    }

    .row.extrasmall-gutters [class*="col-"] {
        padding-right: var(--extrasmall);
        padding-left: var(--extrasmall);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

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


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.icon:before {
    content: url(images/icon.svg);
        display: inline-block;
    width: 15px;
}

.btn {
  -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 25px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    color: #ffffff;
    z-index: 1;
    border-radius: 5px;
    background: #0FD372;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.25;
        border: 2px solid #0FD372;
}


.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: #0A1242;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.btn:hover:before {
    -ms-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.btn--small {
     padding: 15px 20px;
     font-weight: 500
}

.btn--lightblue {
    background: #2196F3;
    border-color: #2196F3;
}

.btn--blue,
body.navbar-open header nav.navbar .navbar-actions .btn--lightblue {
    background: #0A1242;
    border-color: #0A1242;
}

.btn--transparant {
    background: transparent;
    border-color: transparent
}

.btn--outline {
    /*  box-shadow: 0 0 0 2px #0FD372 inset;*/
    background: transparent;
    color: #0A1242;
}

.btn--outline:hover {
    color: #ffffff;
}

.btn + .btn {
    margin-left: var(--extrasmall)
}

/* Main styles */

header {
    position: relative;

    
}

header nav.navbar {
background: #0A1242;
    color: #ffffff;
     padding: var(--medium) 0 0 0;
}


header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 150px;
    position: relative;
    margin: 0;
    z-index: 100;
    margin-right: var(--mediumlarge);
    line-height: 0;
}








header nav.navbar .navbar-collapse {

}

header nav.navbar .navbar-nav {

}

header nav.navbar .navbar-nav > .nav-item {
    line-height: 1;
    position: relative;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 15px 15px;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 700;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link:before {
    content: '';
    height: 2px;
    background: #2196F3;
    position: absolute;
    bottom: -7.5px;
    left: 0;
    right: 0;
    width: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav> .nav-item > .nav-link:hover:before,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link:before {
    width: 100%;
}

header nav.navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-link:hover:before,
header nav.navbar .navbar-nav:hover > .nav-item.active:not(:hover) > .nav-link:before {
    width: 0;
}


/*header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0 
}

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0 
}
*/




header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    margin: 0;
    border: 0;
    background: #ffffff;
    color: #0F72E8;
    padding: 15px 15px;  

    left: unset;
    display: none;
    border-radius: 10px;
        min-width: 210px;
        font-size: 14px;

}

 header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }



header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li:before {
    content: unset;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a {
    padding: 7.5px 15px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.25;
    
}
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:before {
    content: url(images/chevron.svg);
    display: inline-block;
    width: 6px;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:hover:before {
    -webkit-transform: translateX(2.5px);
    transform: translateX(2.5px);
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li.active a {
   
}


header nav.navbar .navbar-actions {
    line-height: 0;
    position: relative;
    z-index: 100
}

header nav.navbar .navbar-actions .btn + .btn {

}


/* Navbar toggler */

header .navbar-toggler {
      position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    display: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

header .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2.5px;
}

header .navbar-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}






/* Navbar background */

.navbar-background {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
        background-color: #00406D;
    z-index: 100;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-open .navbar-background {
    opacity: 0.75;
    visibility: visible;
}




/* Article */

article.article {
    padding: var(--extralarge) 0;
    position: relative;
   
}

article.article:nth-child(2) {
	  padding: var(--huge) 0;
}

article.article.article--green {
    padding: var(--huge) 0;
    background: #EBF9EE;
    margin: 0;
}

article.article.article--darkblue {
    padding: var(--extralarge) 0;
    background: #0A1242;
    margin: 0;
    color: #ffffff;
    overflow: hidden;
}

article.article.article--lightblue {
    padding: var(--huge) 0;
    background: #0F72E8;
    margin: 0;
    color: #ffffff;
    overflow: hidden;
}

article.article.article--reverse .row {
    flex-direction: row-reverse;    
}


article.article .article-content {
    position: relative;

}


article.article .article-content.article-content--paddingbottom {
    padding-bottom: var(--large)
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content > a:not(.btn),
article.article .article-content .a,
article.article .article-content > p > a:not(.btn) {

    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: currentColor;
   /* font-weight: 400;*/
   opacity: 0.6;
	cursor: pointer
}

article.article .article-content ul li {
    list-style: inside;
}

article.article .article-content .article-content__buttons {
    margin-top: var(--mediumlarge);
     line-height: 1;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-phone {
    line-height: 0;
/*     animation: parallaxY linear;
    animation-timeline: view();
    animation-range: entry cover; */
    z-index: 2;
    position: relative;
}



article.article .article-phone.article-phone--bottom {
    margin-bottom: calc(var(--extralarge)* -1);
    
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    animation: slidein 1s forwards;


}


article.article .article-phone.article-phone--top {
    margin-top: calc(var(--extralarge)* -2);
}

article.article .article-laptop {
    width: 55vw;
    position: absolute;
    top: calc(var(--large)* -1);
    bottom: calc(var(--large)* -1);
    overflow: hidden;
    padding-bottom: 75%
}

article.article .article-laptop  img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



article.article .article-image {
   position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;


    
  
}

article.article .article-image.article-image--portrait {
     aspect-ratio: 4.3 / 5.5;
}


article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      border-radius: 10px
}



article.article .article-image .article-image__content {
    position: absolute;
    border-radius: 5px;
    background: #0F72E8;
    color: #ffffff;
    bottom: var(--extralarge);
    right: calc(var(--large)* -1);
    max-width: calc(60% + var(--large));
    padding: var(--smallmedium) var(--medium);
    line-height: 1.5;
    animation: parallaxZ linear;
   animation-timeline: view();
   animation-range: entry cover;
}

article.article .article-image .article-image__content *:last-child {
    margin-bottom: 0;
}


/* Cards */

section.cards {
       padding: var(--huge) 0;
    background: #EBF9EE;
    margin: 0;
    overflow: hidden;
}


section.cards .cards-header {
    margin-bottom: var(--extralarge);
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}

section.cards .cards-slider .slick-list {
    overflow: visible;
}

section.cards .card {
       position: relative;
    display: block;
    border: 0;
    z-index: 1;
    height: 100%;

    border-radius: 20px;
    background: #CBF2D2;
    padding: var(--largehuge) var(--large) var(--large) var(--large);
}

section.cards .card:before {
       content: url(images/icon.svg);
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}

section.cards .card *:last-child {
    margin-bottom: 0
}


/* Teams */


.teams {
    border-radius: 20px;
    background: #EFF4F6;
    padding: var(--large);
}
.teams .team {
    margin-bottom: var(--large);
    position: relative;
    display: block;
    font-size: 14px;
}

.teams .team:first-child {
    margin-bottom: var(--mediumlarge);
}

.teams .team:last-child {
    margin-bottom: 0
}


.teams .team .team-image {
       display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}

.teams .team .team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     
}

.teams .team  ul.team-info  {
    margin-bottom: var(--extrasmall)
}

.teams .team  ul.team-info li.h5 {
    margin-bottom: 0
}

.teams .team  ul.team-contact {

}

.teams .team  ul.team-contact li {
    padding-left: 0;
}

.teams .team  ul.team-contact li a {

    padding-left: 30px;
    position: relative;
}

.teams .team  ul.team-contact li a:before {
       position: absolute;
    left: 0;
    width: 15px;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.teams .team  ul.team-contact li a[href*="tel:"] {

}

.teams .team  ul.team-contact li a[href*="tel:"]:before {
    content: url(images/phone.svg);
}



.teams .team  ul.team-contact li a[href*="mailto:"]:before {
    content: url(images/envelope.svg);
}

.teams .team  ul.team-contact li a[href*="linkedin"] {

       text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-color: #0FD372;
    color: #0FD372;
}

.teams .team  ul.team-contact li a[href*="linkedin"]:before {
    content: url(images/linkedin.svg);
}

.teams .team *:last-child {
    margin-bottom: 0;
}

/* Accordion */



.accordion {
    margin: var(--medium) 0;
}

.accordion .accordion-item {
        border-bottom: 1px solid #438BE0;
    padding: var(--smallmedium) 0;
}

.accordion .accordion-item:nth-child(n+5) {
	display: none
}

.accordion.accordion-all .accordion-item {
	display: block !important
}

.accordion .accordion-item .accordion-item__header {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    display: block;
    padding-right: 30px
}

.accordion .accordion-item .accordion-item__header:after{
   content: url(images/down.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 12.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion .accordion-item .accordion-item__header[aria-expanded="true"]:after{
    -webkit-transform: rotate(180deg);
     transform: rotate(180deg)
}

.accordion .accordion-item .accordion-item__content {
    padding-top: var(--smallmedium);
}

.accordion .accordion-item .accordion-item__content *:last-child {
    margin-bottom: 0
}


.alert {
    border-radius: 5px;
    background: #CBF2D2;
    color: #0A1242;
    padding: 15px 22.5px;
    line-height: 1.25;
    margin-top: var(--medium);
    font-weight: 500;
}


.alert.alert--red {
    background: #ff0000;
    color: #ffffff;
}



/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
    margin-top: var(--mediumlarge)
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}



.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}



.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield > :is(label, legend) {
    font-weight: bold;
    margin-bottom: 2.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #e50201
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border-left: 3px solid #e50201;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}

.gform_wrapper form .gform_body .gform_fields .gfield.cm .ginput_container:after {
    content: 'cm';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{
    padding: 12.5px;
}
*/

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}
*/

/*.gform_confirmation_message {
    background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) hr {
    margin-top: 15px;
    margin-bottom: 22.5px;
    border: 0;
    border-top: 1.5px solid #e6e5e5;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}





.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]) label,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]) label {
       position: absolute;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 10px;
    left: 35px;
    width: auto;
    display: block;
    font-size: 12px;
    color: #0F72E8;
    font-weight: 600;
    line-height: 1.25;
    border: 0;
}


article.article.article--darkblue .gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]) label,
article.article.article--darkblue .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]) label {
    color: #7681C3;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]):has(:placeholder-shown) label,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]):has(:placeholder-shown) label {
    top: 0;
    right: 7.5px;
    left: 7.5px;
    padding: 20px 25px;
    font-size: inherit;
    border: 2px solid transparent;
    font-weight: normal;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]) :is(input, textarea) {
    padding: 27.5px 25px 12.5px 25px;
}

article.article.article--darkblue .gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]) :is(input, textarea) {
    color: #ffffff;
    border-color:  #263069;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-phone, .gfield--type-number, .gfield--type-textarea):has(input[placeholder], textarea[placeholder]):has(:placeholder-shown) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:has(input[placeholder]):has(:placeholder-shown) :is(input, textarea) {
    padding: 20px 25px;


}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
    
    border: 1.5px solid #e6e5e5;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000 inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #000000;
    vertical-align: middle;
    vertical-align: -2px;
     border-radius: 50%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


.gform_wrapper form .gform_footer {
     
}


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #E0D9C0;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@media (max-width: 991.98px) {


    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }  
  

}


/* Footer*/


footer {
    background: #0A1242;
     color: #7681C3;
      padding: var(--huge) 0 var(--large) 0;
}

footer .footer-main {

}

footer .footer-main :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall);
}

footer .footer-main .footer-logo {
       margin-bottom: var(--medium);
    max-width: 150px;
    margin-top: calc(var(--mediumlarge)* -1);
}


footer .footer-main .footer-title {
    color: #ffffff;
        margin-bottom: var(--medium);
}

footer .footer-main .footer-contact {

}

footer .footer-main .footer-contact li b {
    color: #36BDE5
}

footer .footer-main .footer-contact li a[href*='mailto:'] {

}

footer .footer-main .footer-contact li a[href*='tel:'] {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}

footer .footer-main .footer-contact li a[href*='tel:']:before {
        content: url(images/phone-green.svg);
    display: inline-block;
    width: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

footer .footer-main .footer-menu {
    margin-bottom: 0;
    line-height: 2;
}

footer .footer-main .footer-menu li a {
    position: relative;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main .footer-menu li a:hover {
    color: #ffffff;
}


footer .footer-sub {
    padding: var(--extralarge) 0 0 0;
}

footer .footer-sub p {
    margin-bottom: 0;
}


footer .footer-sub ul {
    margin-bottom: 0;
    line-height: 1.675;
        line-height: 1.5;
}

footer .footer-sub ul li {
    display: inline-block;
    
   
}


footer .footer-sub ul li:not(:last-child):after {
    content: '•';
     margin: 0 7.5px;
}






/* Slick */



.slick-dots {
    margin-bottom: 0;
    line-height: 0;
    margin-top: var(--mediumlarge);
    margin-left: 15px;
}


.slick-dots li {
    display: inline-block;
    padding: 0 2.5px;
}

.slick-dots li:first-child {
    padding-left: 0;
}

.slick-dots li:last-child {
    padding-right: 0;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li button {
    background: transparent;
    font-size: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #CBF2D2;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-dots li.slick-active button {
    background: #0FD372;
}


/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 7.5px;
     margin-top: 15px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
   border: 1px solid #7681C3;
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-media li a:hover {
    background-color: #7681C3;
}

.social-media li a svg {
    height: 20px;
    fill: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive */

@media (max-width: 1600px) {
    
    
}   

@media (max-width: 1400px) {
   :root  {
        --extrahuge: 120px;
        --huge: 90px;
        --extralarge: 60px;
        --largehuge: 45px;
        --large: 37.5px;
        --mediumlarge: 30px;
        --medium: 22.5px;
        --smallmedium: 17.5px;
        --small: 15px;
        --extrasmall: 7.5px;
    }
}

@media (max-width: 1200px) {

    :root  {
        --extrahuge: 120px;
        --huge: 90px;
        --extralarge: 45px;
        --largehuge: 37.5px;
        --large: 37.5px;
        --mediumlarge: 30px;
        --medium: 22.5px;
        --smallmedium: 17.5px;
        --small: 15px;
        --extrasmall: 7.5px;
    }

    .btn {
        padding: 17.5px 20px;
        font-size: 14px;
    }

    


}

@media (max-width: 992px) {

      
    :root  {
        --extrahuge: 75px;
        --huge: 45px;
        --extralarge: 45px;
        --largehuge: 37.5px;
        --large: 30px;
        --mediumlarge: 30px;
        --medium: 22.5px;
        --smallmedium: 17.5px;
        --small: 15px;
        --extrasmall: 7.5px;
    }

       
    h1,
    .h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 26px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }



    body {
        font-size: 15px
    }


   
    .btn {
        padding: 15px 17.5px;
        font-size: 14px

    }

    .btn--small {
        padding: 12.5px 15px;
        font-size: 12px;
    }




    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
  

    header nav.navbar {
        padding: var(--small) 0 0 0;
    }

    header nav.navbar .navbar-brand {
                max-width: 120px;
        margin-right: var(--small);
    }

   

    header .navbar-toggler {
        display: block;
    }

  
    header .navbar .navbar-collapse {
        position: absolute;
        top: calc(var(--small) * -1);
        right: 0;
        left: 0;
        overflow-x: scroll;
        background: #2196F3;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        z-index: 99;
        display: block;
        padding: var(--extrahuge) var(--small) var(--small) var(--small);
    }
   

    header .navbar .navbar-collapse.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        display: block;
        margin: var(--medium) 0 var(--small) 0;

    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link:hover,
    header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
        color: #0A1242;
    }
    
   

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
        display: block;
        padding: 10px 7.5px;
    }

   


    header nav.navbar .navbar-actions {
        margin-left: auto;
        margin-right: var(--small);
    }

   

    article [class*="col-"]:not(:last-child) {
        margin-bottom: var(--mediumlarge)
    }

    article#anchor-1 [class*="col-"]:not(:last-child) {
        margin-bottom: 0;
        margin-top: var(--mediumlarge)
    }


    article.article .article-image .article-image__content {
        right: calc(var(--small) * 1);
        left: calc(var(--small) * 1);
        bottom: calc(var(--small) * 1);
        font-size: 12px;
            padding: var(--small) var(--smallmedium);
            max-width: 100%
    }

    article.article .article-content.article-content--paddingbottom {
        padding-bottom: 0
    }

    article.article .article-phone {
            animation: unset;
    }

    article.article .article-phone.article-phone--top {
        margin-top: calc(var(--extralarge) * -1.5);
    }

    article.article .article-laptop {
        position: relative;
        width: 125vw;
        top: unset;
        bottom: unset;
    }

 
  
    footer .footer-main [class*="col-"]:not(:last-child) {
        margin-bottom: var(--mediumlarge)
    }

    footer .footer-main .footer-logo {
        margin-bottom: 0;
        max-width: 150px;
        margin-top: 0;
    }

    footer .footer-sub {
        font-size: 12px
    }

}   



@keyframes slidein {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateX(0%);
  }
}


@keyframes parallaxY {
   from {
      translate: 0 0;
   }
   to {
      translate: 0 calc(var(--extralarge)* 2);
   }
}

@keyframes parallaxZ{
   from {
      translate: 0 calc(var(--small)* -1);
   }
   to {
      translate: 0 calc(var(--small)* 1);
   }
}