/*
Theme Name: CSN B.V.
Theme URI: http://csnad.nl
Description: Wordpress thema voor CSN B.V.
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: csnad
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 14);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);

    --border-radius: 30px;
}

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

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

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

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

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





h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    display: block;
    font-weight: bold;
	font-family: aktiv-grotesk-extended, sans-serif;
   
}


h1,
.h1 {
    font-size: 52px;
     background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, #fabb07 50%, #F9AA03 67%, #F5930C 77%, #F28213 86%, #EF413D 150%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body:has(.theme__toggle:checked) :is(h1, .h1) {
     background: linear-gradient(90deg, #fabb07 0%, #fabb07 20%, #fabb07 50%, #F9AA03 67%, #F5930C 77%, #F28213 86%, #EF413D 150%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

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

.h5,
h5 {
   font-size: 22px;

}

.h6,
h6 {
    font-size: 16px;
    color: #FABB07;
}

:is(.h6,h6):before {
    content: '<';
}


:is(.h6,h6):after {
    content: '>';
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) i {
    margin-right: 7.5px;
}

.gradient {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, #fabb07 50%, #F9AA03 67%, #F5930C 77%, #F28213 86%, #EF413D 150%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


body:has(.theme__toggle:checked) .gradient {
     background: linear-gradient(90deg, #fabb07 0%, #fabb07 20%, #fabb07 50%, #F9AA03 67%, #F5930C 77%, #F28213 86%, #EF413D 150%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



body {
    font-size: 17px;
    font-weight: normal;
/*     font-family: 'Space Grotesk'; */
	font-family: "roboto", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.875;
    background: linear-gradient(346.89deg, #004167 42.76%, #006FA2 122.39%);
    color: #ffffff;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body:has(.theme__toggle:checked) {
    color: #004167
}

main {
/*     overflow: hidden; */
	min-height: 65vh
}

body.admin-bar {
    margin-top: 32px
}

body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

section {
    position: relative;
}

section:nth-child(odd):not(:last-child):after {
    content: url(images/mask-left.svg);
    position: absolute;
    left: 0;
    top: 105%;
    width: clamp(15rem, 30vw, 25rem);
    
    pointer-events: none;
    z-index: -1;
    line-height: 0;

}

body:has(.theme__toggle:checked) section:nth-child(odd):not(:last-child):after {
    content: url(images/mask-left_dark.svg);
}


section:nth-child(odd):first-child:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section:nth-child(even):not(:last-child):after {
    content: url(images/mask-right.svg);
    position: absolute;
    right: 0;
    top: 105%;
    width: clamp(15rem, 30vw, 25rem);
    pointer-events: none;
    z-index: -1;
    line-height: 0;

}

body:has(.theme__toggle:checked) section:nth-child(even):not(:last-child):after {
    content: url(images/mask-right_dark.svg);
}


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


i {
    margin-top: 0;
}

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

a:hover {
    text-decoration: none;
}

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

li {
    list-style: none;
}

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

label {
       font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

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%;
    background: transparent;
    position: relative;
    padding: 17.5px 25px;
    border-radius: 25px;
    border: 1px solid  #004167;
    background: #ffffff;
    color: #004167;

}


select {
       background-image: linear-gradient(45deg, transparent 50%, #004167 50%), linear-gradient(135deg, #004167 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;
}

textarea {
  resize: none;
}



::-webkit-input-placeholder {
    color: #707070
}

::-moz-placeholder {
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

::-moz-selection {
    background-color: #FABB07;
    color: #ffffff
}

::selection {
    background-color: #FABB07;
    color: #ffffff
}

::-moz-selection {
    background-color: #FABB07;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1;
}

table tr th {
    font-weight: bold;
}

table tr :is(th,td) {
    padding: 5px var(--extrasmall);
}

table tr :is(th,td):first-child {
    padding-left: 0;
}

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
       font-weight: 600;
}

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.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

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

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

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


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

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

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

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

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

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

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

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

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

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




.btn {
/*     --font-size: 16px;
    --duration: .32s;
    --move-hover: -4px; */

    -moz-appearance: none;
    -webkit-appearance: none;
     padding: 12.5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    color:#004167;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
     background: #FABB07;
    border-radius: 50px;
    font-size: 15px;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
/*     transform: translateY(var(--y)) translateZ(0);
    transition: transform .3s ease, box-shadow .3s ease; */
	
	
}

/* .btn div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    text-shadow: 0 15px 0 currentColor;
}
.btn div span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform .32s ease;
    transform: translateY(var(--m)) translateZ(0);
    min-width: 5px;
}

.btn div span:nth-child(1) {
  transition-delay: 0.05s;
}
.btn div span:nth-child(2) {
  transition-delay: 0.1s;
}
.btn div span:nth-child(3) {
  transition-delay: 0.15s;
}
.btn div span:nth-child(4) {
  transition-delay: 0.2s;
}
.btn div span:nth-child(5) {
  transition-delay: 0.25s;
}
.btn div span:nth-child(6) {
  transition-delay: 0.3s;
}
.btn div span:nth-child(7) {
  transition-delay: 0.35s;
}
.btn div span:nth-child(8) {
  transition-delay: 0.4s;
}
.btn div span:nth-child(9) {
  transition-delay: 0.45s;
}
.btn div span:nth-child(10) {
  transition-delay: 0.5s;
}
.btn div span:nth-child(11) {
  transition-delay: 0.55s;
}
.btn div span:nth-child(12) {
  transition-delay: 0.6s;
}
.btn div span:nth-child(13) {
  transition-delay: 0.65s;
}
.btn div span:nth-child(14) {
  transition-delay: 0.7s;
}
.btn div span:nth-child(15) {
  transition-delay: 0.75s;
}
.btn div span:nth-child(16) {
  transition-delay: 0.8s;
}
.btn div span:nth-child(17) {
  transition-delay: 0.85s;
}
.btn div span:nth-child(18) {
  transition-delay: 0.95s;
}

.btn:hover {
  --y: var(--move-hover);
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 25%)
}
.btn:hover span {
  --m: calc(var(--font-size) * -1);
}
 */
.btn i {
    margin-right: 5px;
}

.btn:before {
       font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    margin-right: 10px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    text-shadow: none;
}

.btn[href*='tel:']:before {
    content: "\f095";
}

.btn[href*='mailto:']:before {
       content: "\f0e0";
}

.btn.btn--outline {
    box-shadow: 0 0 0 1px #FABB07 inset;
    background: transparent;
    color: #ffffff;
}

body:has(.theme__toggle:checked) .btn.btn--outline {
    color: #004167;
}


.btn:hover {
	 background: transparent;
    box-shadow: 0 0 0 1px #FABB07 inset;
    color: #ffffff;
}



body:has(.theme__toggle:checked) .btn:hover{
    color: #004167;
}
.btn.btn--outline:hover {
    background: #FABB07;
	    color: #004167;
}


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

/* Main styles */

header {
   /* position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    position: relative;
}



header:after {
    content: url(images/header.svg);
    position: absolute;
    right: 0;
    top: 50%;
     width: clamp(15rem, 30vw, 25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    line-height: 0;

}


body:has(.theme__toggle:checked) header:after {
     content: url(images/header_dark.svg);
}

header nav.navbar {
    padding: var(--small) 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 210px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    margin-right: var(--medium)
}


header nav.navbar .navbar-brand img {

}

body:has(.theme__toggle:checked) header nav.navbar .navbar-brand img.navbar-brand--light,
body:has(.theme__toggle:not(:checked))  header nav.navbar .navbar-brand img.navbar-brand--dark  {
    display: none
}






header nav.navbar .navbar-nav {
    margin-left: auto;
}

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



header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12.5px 20px;
    -webkit-transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    line-height: 1.125;
    border-radius: 50px;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link:hover {
    box-shadow: 0 0 0 1px #FABB07 inset;
    background: #FABB07;
}

header nav.navbar .navbar-nav > .nav-item.current-menu-item > .nav-link {
    box-shadow: 0 0 0 1px #FABB07 inset;
}


header nav.navbar .navbar-nav:hover > .nav-item.current-menu-item:not(:hover) > .nav-link {
   box-shadow: unset;
}

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;
}


/* Navbar toggler */

header nav.navbar .navbar-toggler {
      position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
    display: none;
    color: currentColor;
        line-height: 0;
        zoom: 0.9;
        cursor: pointer;
}


header nav.navbar .navbar-toggler:before {
     content: 'menu';
    text-transform: uppercase;
    font-size: 9.5px;
    text-align: center;
    margin-bottom: 2.5px;
    display: inline-block;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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


/* Theme toggler */


.theme {
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    margin-left: 15px;
}

.theme .light {
    left: 15px;
}

.theme .dark {
    right: 15px;
}

.theme .light,
.theme .dark {
    position: absolute;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    /*   transition: all 0.3s ease-in-out;*/
}

.theme:not(:has(.theme__toggle:checked)) .light,
.theme:has(.theme__toggle:checked) .dark {
    opacity: 0;
    visibility: hidden;
}

.theme .theme__fill,
.theme .theme__icon {
    pointer-events: none;
    transition: transform 0.3s ease-in-out;
}

.theme .theme__fill {
    background-color: #ffffff;
    display: block;
    position: fixed;
    inset: 0;
    height: 100%;
    transform: translateX(-100%);
    z-index: -1
}

.theme .theme__icon,
.theme .theme__toggle {
    z-index: 1;
}

.theme .theme__icon,
.theme .theme__icon-part {
    position: absolute;
}

.theme .theme__icon {
       display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translate(0%, -50%);
    left: 0;
    width: 35px;
    height: 35px;
}

.theme .theme__icon-part {
    border-radius: 50%;
    box-shadow: 0.4em -0.4em 0 0.5em hsl(0, 0%, 100%) inset;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(0.5);
}

.theme .theme__icon-part~.theme__icon-part {
    background-color: hsl(0, 0%, 100%);
    border-radius: 0.05em;
    box-shadow: none;
    top: 50%;
    left: calc(50% - 0.05em);
    transform: rotate(0) translateY(0.5em);
    transform-origin: 50% 0;
    width: 0.1em;
    height: 0.2em;
}

.theme .theme__icon-part:nth-child(3) {
    transform: rotate(45deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(4) {
    transform: rotate(90deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(5) {
    transform: rotate(135deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(6) {
    transform: rotate(180deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(7) {
    transform: rotate(225deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(8) {
    transform: rotate(270deg) translateY(0.5em);
}

.theme .theme__icon-part:nth-child(9) {
    transform: rotate(315deg) translateY(0.5em);
}

.theme .theme__label,
.theme .theme__toggle,
.theme .theme__toggle-wrap {
    position: relative;
}

.theme .theme__toggle,
.theme .theme__toggle::before {
    display: block;
}

.theme .theme__toggle {
    background-color: transparent;
    box-shadow: 0 0 0 1px #FABB07 inset;
    border-radius: 50px;
    padding: 0;
    width: 100px;
    height: 35px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    transition: background-color 0.3s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.3s ease-in-out;
}

.theme .theme__toggle::before {
    background-color: #FABB07;
    border-radius: 50%;
    content: '';
    width: 35px;
    height: 35px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.theme .theme__toggle:focus {
    outline: transparent;
}

.theme .theme__toggle:checked {
    box-shadow: 0 0 0 1px #004167 inset;
}

.theme .theme__toggle:checked::before {
       transform: translateX(65px);
}

.theme .theme__toggle:checked~.theme__icon {
    -webkit-transform: translateY(0%) translateX(65px);
    transform: translate(0%, -50%) translateX(65px);
    left: 0
}

.theme .theme__toggle:checked::before {
    background-color: #004167;
}

.theme .theme__toggle:checked~.theme__fill {
    transform: translateX(0);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(1) {
    transform: scale(1);
    box-shadow: 0.2em -0.2em 0 0.2em hsl(0, 0%, 100%) inset;
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part~.theme__icon-part {
    opacity: 0;
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(2) {
    transform: rotate(45deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(3) {
    transform: rotate(90deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(4) {
    transform: rotate(135deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(5) {
    transform: rotate(180deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(6) {
    transform: rotate(225deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(7) {
    transform: rotate(270deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(8) {
    transform: rotate(315deg) translateY(0.8em);
}

.theme .theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(9) {
    transform: rotate(360deg) translateY(0.8em);
}



/* Header */

section.header {
    margin: 0 0 var(--extralarge) 0;
    position: relative;
}

section.header .header-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    min-width: 110%;


    -webkit-mask: url(images/mask.svg) no-repeat 50% 50%;
    mask: url(images/mask.svg) no-repeat 50% 50%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;    
}


section.header .header-image :is(img, video, iframe) {
    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;
}


section.header .header-content {
    position: relative;
    z-index: 1;   
}

section.header .header-content :is(h1, h2) {
    margin-bottom: var(--medium);
}

section.header .header-content .header-content__buttons {
    line-height: 0;
    margin-top: var(--medium);
}

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


/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
}



section.cards .cards-header {
    text-align: center;
    margin-bottom: var(--mediumlarge)
}

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


section.cards .card {
        position: relative;
    border: 0;
    height: calc(100% - var(--medium));
    margin-top: var(--medium);
   
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #01517C;
   box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    border-radius: 22.5px;
      padding: var(--medium);

      display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
}

section.cards .card:has(.card-icon) {
   
    -ms-flex-align: center;
    align-items: center;
     -ms-flex-direction: row;
    flex-direction: row;
     padding: var(--extrasmall) var(--medium);
}

section.cards .card:hover {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
}

section.cards [class*='col']:nth-child(-n+3):not([class*='col-xl-3']:nth-child(-n+4)) .card {
    height:100%;
    margin-top: 0;
}



section.cards .card .card-icon {
    margin-right: var(--medium);
    font-size: 24px;
    color: #FABB07
}

section.cards .card .card-image {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

section.cards .card .card-image > img {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;  
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.cards .card .card-header {
    border-bottom: 1px solid #ffffff;
    margin-bottom: var(--small);
    padding-bottom: var(--extrasmall);
}

section.cards .card .card-header :is(h5, h6) {
/*    background: linear-gradient(90deg, #FFF33E 0%, #F9AA03 33%, #F5930C 54%, #F28213 76%, #EF413D 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	color:#FABB07;
}

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

section.cards .card .card-content {
    border-top: 0;
       -ms-flex: 1 1 auto;
    flex: 1 1 auto;
        line-height: 1.5;
}


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

section.cards .card .card-footer {
       margin-top: var(--small);
    line-height: 0;
    text-align: center;
}

body:has(.theme__toggle:checked)  section.cards .card .card-footer .btn {
    color: #ffffff;
}



/* Reviews */

section.reviews {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.reviews .reviews-header {
    text-align: center;
    margin-bottom: var(--small)
}

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

section.reviews .review {
    text-align: center;
    display: block;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
        padding-top: var(--extrasmall);
            padding: var(--extrasmall) var(--medium) 0 var(--medium);
}

section.reviews .review .review-content {
    font-size: 16px;
    margin-bottom: var(--small);
    position:relative;
}

section.reviews .review .review-content:before {
      content: url(images/review-before.svg);
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    -webkit-transform: translate(-40%, -25%);
     transform: translate(-40%, -25%);
    pointer-events: none;
}

section.reviews .review .review-content:after {
       content: url(images/review-after.svg);
    width: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    -webkit-transform: translate(40%, 0%);
    transform: translate(40%, 0%);
    pointer-events: none;
}

section.reviews .review .review-content *:last-child {
    margin-bottom: 0;
}

section.reviews .review .review-footer {

}

section.reviews .review .review-footer *:last-child {
    margin-bottom: 0;
}


/* Blocks */

section.blocks {
    margin: var(--huge) 0;
    position: relative;
}


/*section.cards + section.blocks {
    margin-top: var(--huge)
}*/
section.blocks.blocks--reverse .row {
    flex-direction: row-reverse;
}




section.blocks .block-image {
    line-height: 0
}

section.blocks .block-image:before {
    content: url(images/mask.svg);
    position: absolute;
    top: 50%;
    left: 50%;
/*     transform: translate(-50%, -50%); */
/*     width: 85%; */
    opacity: 0.05;
    z-index: -1;
    pointer-events: none;
}

body:has(.theme__toggle:checked) section.blocks .block-image:before {
    content: url(images/mask_dark.svg);
}

section.blocks .block-images .block-image:before {
    width: 100%;
}

section.blocks .block-images .block-image.block-image--square:before {
    width: 125%;
}


section.blocks .block-images:has(.block-phone) {
    margin-bottom: var(--extralarge);
    position: relative;
}

section.blocks .block-images .block-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
}


section.blocks .block-images .block-image.block-image--square { 
     aspect-ratio: 1 / 1;
     max-width: 66.666%
}



section.blocks .block-images:has(.block-phone) .block-image {
    max-width: 90%
}


section.blocks .block-images .block-image > :is(img,video, iframe) {
    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: var(--border-radius);
}

section.blocks .block-images .block-phone {
        position: absolute;
    right: 0;
    bottom: calc(var(--extralarge) * -1);
    max-width: 30%;
}

section.blocks .block-phone:hover {
 animation: tilt-shaking 0.6s;
 animation-iteration-count: 1;
}



section.blocks .block-content :is(h4, h5, h6):first-child {

    margin-bottom: 7.5px;
}

section.blocks .block-content p + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: var(--medium)
}

section.blocks .block-content .color {
    margin-bottom: 7.5px;
}
section.blocks .block-content .color + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0
}

section.blocks .block-content ul {
        font-weight: 300;
}

.page-id-129 section.blocks .block-content ul {
        font-weight: 600; 
}

section.blocks .block-content ul li:not(:last-child) {
    margin-bottom: var(--extrasmall);
}

section.blocks .block-content *:last-child {
    margin-bottom: 0;
}

section.blocks .block-content .block-content__buttons {
    line-height: 0;
    margin-top: var(--medium);
}

section.blocks .block-content .block-content__buttons .btn:not(:last-child) {
    
}

section.blocks .block-content .block-content__logo {
        max-width: 195px;
    margin: var(--large) 0 var(--small) 0;
}



section.blocks .block-advantages {
    font-weight: 300;
    padding-left: 52.5px;
    position: relative;

}

section.blocks .block-advantages :is(h2, h3, h4, h5) {
    color: #FABB07;
}

section.blocks .block-advantages :is(h2, h3, h4, h5):before {
  content: '';
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: -52.5px;
    font-size: 36px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.blocks .block-advantages ul {

}

section.blocks .block-advantages ul li:not(:last-child){
    margin-bottom: var(--extrasmall);
}

section.blocks .block-advantages *:last-child {
    margin-bottom: 0;
}

/* Article */

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

article.article .article-content {
   

}


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

article.article .article-content :is(h4, h5, h6):first-child {
    color: var(--color)
}


article.article .article-content :is(h3, h4, h5, h6):first-child  {
    margin-bottom: 7.5px;
}


article.article .article-content :is(h1, h2):first-child {
    margin-bottom: var(--medium);
}

article.article .article-content :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: var(--medium);
    margin-bottom: var(--extrasmall);
}

/*
article.article .article-content p:first-of-type {
    margin-top: var(--mediumlarge)
}*/

article.article .article-content :is(ul, ol) {
    padding-left: 15px
}

article.article .article-content :is(ul, ol) li {
    list-style: inherit;  
}


article.article .article-content img {
    width: auto;
    max-width: 100%;
    border-radius: var(--border-radius);
}

article.article .article-content iframe {
    aspect-ratio: 16 / 9;
    width:100%;
    border-radius: var(--border-radius);
        margin: var(--medium) 0;
}

article.article .article-content a:not(.btn) {
    text-decoration: underline;
    color: var(--color)
}

article.article .article-content .alignright {
    float: right;
    margin-left: var(--small);
    margin-bottom: var(--small);
}

article.article .article-content .alignleft {
    float: left;
    margin-right: var(--small);
    margin-bottom: var(--small);
}

/* Footer */


footer {
    background: #ffffff;
    color: #004167;
    padding: var(--large) 0;
    position: relative;
    overflow: hidden;
}

body:has(.theme__toggle:checked) footer {
     color: #ffffff;
    background: #004167;
}

footer:after {
    content: url(images/footer.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(15rem, 30vw, 25rem);
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

body:has(.theme__toggle:checked) footer:after {
    content: url(images/footer_dark.svg);

}

footer .footer-main {
    
}

footer .footer-main img {
    max-width: 105px;
}
body:has(.theme__toggle:checked) footer .footer-main img {
    filter: brightness(0) invert(1);
}
footer .footer-main p {
     margin-bottom: 0;
}

footer .footer-main ul.footer-menu {
    margin-bottom: 0;
}

footer .footer-main ul.footer-menu li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


footer .footer-main ul.footer-menu li a:hover,
footer .footer-main ul.footer-menu li.current-menu-item a {
    color: #FABB07;
}


footer .footer-sub {
   margin-top: var(--small)
    
}

footer .footer-sub ul {
    font-size: 14px;
    display: flex;
     text-align: center;
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}



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


/* Swiper */


.swiper-horizontal > .swiper-pagination-bullets {
        position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    margin-top: var(--mediumlarge);
    line-height: 0;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        border: 1px solid #FABB07;
    width: 30px;
    height: 22.5px;
    border-radius: 22.5px;
    background: transparent;
    line-height: 0;
    opacity: 1;
    margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FABB07;
}

/* Gravity Forms */

.gform_wrapper {
      /*margin-top: var(--mediumlarge);*/
   

}

.gform_wrapper :is(h1,h2, h3, h4, h5, h6) {
	color: #ffffff;
}

.gform_wrapper form {
    position: relative;
        line-height: 1.5;
}


.gform_wrapper form .gform_body .gform_fields {
    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 {
    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%;
    padding-bottom: var(--extrasmall);
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-radio) {
	   color: #004167
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html:not(:first-child) {
     padding-top: var(--small);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child {
     border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select label {
        position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 0;
    left: 32.5px;
    width: auto;
    display: block;
    line-height: 1.675;
    font-size: 12px;
    top: 5px;
        font-weight: bold;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label{
    top: 0;
    left: 7.5px;
    right: 7.5px;
    padding: 15px 25px;
    font-size: inherit;
    font-weight: bold;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label .gfield_required {
 
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select {
         padding: 25px 25px 10px 25px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) :is(input, textarea) {
    padding: 17.5px 25px;
}


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

.gform_wrapper form .gform_body .gform_fields .gfield .gsection_description {
    font-size: 14px;
}


.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 {
    -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: inherit;
    margin-bottom: 7.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 .validation_message {

}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message.gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border-left: 3px solid #e50201;
    border-radius: 3px;
    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 input{
  
}

.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-radio, .gfield--type-checkbox) > :is(label, legend) {
        background: #ffffff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 7.5px 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: bold;
        border: 1px solid #004167;
    border-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) {
    background: #ffffff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
   padding: 15px 20px;
   padding-top: 0;
       border: 1px solid #004167;
    border-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice:not(:last-child) {
    margin-bottom: 7.5px
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input,
.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:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: inherit;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
   content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #004167;
    vertical-align: middle;
    vertical-align: -2px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
    border-radius: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #FABB07;
    box-shadow: 0 0 0 3px #ffffff inset;
}


.gform_wrapper form .gform_footer {
}

.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid var(--color);
    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);
    }
}




/* Breadcrumbs */

.breadcrumbs {
}

.breadcrumbs .breadcrumb_last {
    color: var(--color);
    font-weight: 600;
}


/* Page numbers */


.page-numbers {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

.page-numbers li:last-child {
    margin-right: 0
}

.page-numbers li :is(a, span) {
       border: 1.5px solid #707070;
    display: inline-block;
    line-height: normal;
    padding: 6.75px 12.75px;
    border-radius: 3px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers li :is(a, span).current,
.page-numbers li :is(a, span):hover {
    background: #707070;
    color: #ffffff;
}

/* Social media */

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

.navbar-menu .social-media  {
     margin-top: var(--medium);
}

.social-media li {
    display: inline-block;
    margin-right: 2.5px;
    vertical-align: middle;
}

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

.social-media li a {
    display: block;
    font-size: 24px
}

.navbar-menu .social-media li a {
    font-size: 30px
}







/* Fancybox */

.fancybox__backdrop {
        background: rgb(97 95 84 / 50%);
}

/* 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) {
   
    :root  {
        --base: 12.5px;
    }

}   

@media (max-width: 1400px) {

    :root  {
        --base: 10px;
    }


    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 12.5px 17.5px;
    }
   

   
}

@media (max-width: 1200px) {

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

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

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


    .btn {
            min-width: 180px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 12.5px 12.5px;
        font-size: 14px;
    }

    .theme {
        margin-left: 7.5px;
    }

}

@media (max-width: 992px) {

      
    :root  {
        --base: 10px;

        --extralarge: calc(var(--base) * 5);
        --large: calc(var(--base) * 4);
        --mediumlarge: calc(var(--base) * 3);
    }

    body {
        font-size: 15px;
    }


    body.admin-bar {
        margin-top: 46px
    }

    h1,
    .h1 {
        font-size: 32px
    }

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

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

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

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

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

    .btn {
        zoom: 0.9;
    }
 
    main {
        overflow-x: hidden;
    }


    header nav.navbar .navbar-brand {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-right: 0;
        max-width: 105px;
        
    }



    header .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;

        bottom: 0;
        left: 0;
        overflow-x: scroll;
       background: linear-gradient(346.89deg, #004167 42.76%, #006FA2 122.39%);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 15px;
        padding-top: 90px;
        display: block;
            z-index: 2;
    }

    body:has(.theme__toggle:checked) header .navbar-collapse {
        background: #ffffff;
    }

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

    header nav.navbar .navbar-nav {
        padding: 0;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
          font-size: 16px;
        margin: 7.5px 0;
       
    }

    header nav.navbar .navbar-nav > .nav-item:has(.btn) {
        margin-top: auto;
            margin-left: 0;
    }

    header nav.navbar .navbar-nav > .nav-item > .btn {
        zoom: 0.85
    }

    header nav.navbar .navbar-toggler {
        display: block;
    }

    /*body:has(.theme__toggle:checked) header nav.navbar .navbar-toggler:not(.collapsed) {
        color: #ffffff; 
    }*/
    .theme {
        margin-left: 0
    }

    
    section.header {
        margin: var(--small) 0 var(--extralarge) 0;
    }

    section.header .header-image {
        min-width: 100%;
        margin-bottom: var(--mediumlarge)
    }

    section.header .header-content :is(h1, h2) {
        margin-bottom: var(--medium);
    }
    

    section.cards [class*='col']:nth-child(-n+3):not([class*='col-xl-3']:nth-child(-n+4)):not(:first-child) .card {
        height: calc(100% - var(--medium));
        margin-top: var(--medium);
    }

    section.blocks .container .row [class*='col']:not(:last-child) {
        margin-bottom: var(--medium)
    }
	
	footer .container .row [class*='col']:not(:last-child) {
        margin-bottom: var(--medium)
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        zoom: 0.75;
    }
}   



@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(4deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}





