@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Roboto-Black.woff2) format("woff2")
}

/*!
Theme Name: Kystdesign
Author: Appex Web
Author URI: http://appex.no/
Version: 0.1.2
*/
:root {
    --border-radius: 45px
}

@media(max-width: 600px) {
    :root {
        --border-radius:25px
    }
}

:focus-visible {
    outline-color: var(--wp--preset--color--orange)
}

html {
    overflow-x: hidden
}

img {
    height: auto
}

table {
    border-collapse: collapse
}

ul {
    padding-left: 20px
}

input,textarea {
    border: 0;
    border-radius: 32px;
    font-family: inherit;
    font-size: inherit;
    font-size: 18px!important;
    padding: 20px 30px!important;
    resize: none
}

input[type=submit] {
    cursor: pointer
}

input[type=submit]:hover {
    opacity: .8
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid var(--wp--preset--color--grey);
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    padding: 0!important;
    position: relative;
    width: 30px
}

input[type=checkbox]:checked:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat 50%;
    border-radius: 50%;
    content: "";
    height: 70%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%
}

.user-is-clicking button,.user-is-clicking input,.user-is-clicking textarea {
    outline: none
}

.columns-3 {
    gap: 20px
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--content-size)
}

.alignwide {
    margin-left: calc(50% - var(--wp--style--global--wide-size)/2);
    width: var(--wp--style--global--wide-size)
}

.alignfull {
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

.alignfull .alignwide {
    max-width: var(--wp--style--global--wide-size)
}

.wp-block-group.alignfull {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-cover {
    padding: 60px
}

.is-style-box,.is-style-box-outline {
    border-radius: var(--border-radius);
    padding:60px;
}

.is-style-box {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white)
}

.is-style-box-outline {
    border: 2.5px solid #212121;
    border-radius: 30px
}

.is-style-box-outline--contact {
    border-color: #000
}

.about-us-box {
    padding: 120px 50px!important
}

@media(max-width: 767px) {
    .about-us-box h2 {
        font-size:calc(35px - 1.2vw)!important;
        margin-bottom: 1.5rem!important
    }

    .about-us-box .wp-block-columns {
        padding-bottom: 0!important
    }

    .about-us-box .wp-block-group {
        flex-wrap: wrap!important;
        row-gap: 80px
    }
}

.is-style-rounded img {
    border-radius: var(--border-radius)!important
}

.is-style-background-blob {
    position: relative;
    z-index: 0
}

.is-style-background-blob.has-yellow-background-color {
    background-color: transparent!important;
    padding: 0
}

.is-style-background-blob.has-yellow-background-color .background--blob {
    background: radial-gradient(var(--wp--preset--color--yellow) 0,transparent 75%)
}

.is-style-background-blob.background--blob--blue {
    background-color: transparent!important
}

.is-style-background-blob.background--blob--blue .background--blob {
    background: radial-gradient(var(--wp--preset--color--light-green-cyan) 0,transparent 75%)
}

.is-style-background-blob.background-blob--blue,.is-style-background-blob.background-blob--yellow {
    background-color: transparent!important
}

.is-style-background-blob.background-blob--yellow .background--blob {
    background: radial-gradient(var(--wp--preset--color--yellow) 0,transparent 75%)
}

.is-style-background-blob.background-blob--blue .background--blob {
    background: radial-gradient(var(--wp--preset--color--blue) 0,transparent 75%)
}

@media(max-width: 767px) {
    .is-style-heading {
        padding-left:70px!important
    }
}

.wp-block-column.is-style-background-blob {
    overflow: hidden
}

.wp-block-column.is-style-background-blob:nth-child(2) .background--blob {
    --blob-color: var(--wp--preset--color--blue)
}

.wp-block-column.is-style-background-blob:nth-child(3) .background--blob {
    --blob-color: var(--wp--preset--color--yellow)
}

.background {
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    z-index: -1
}

.background--blob {
    --blob-color: var(--wp--preset--color--orange);
    animation: blob-movement 10s ease-in-out infinite;
    background: radial-gradient(var(--blob-color) 0,transparent 70%);
    height: 400px;
    width: 300px
}

.is-style-background-blob--image {
    position: relative
}

.background--blob--image {
    --blob-color: #facd36;
    background: radial-gradient(var(--blob-color) 0,transparent 60%);
    height: 130%;
    top: -15%;
    transform: rotate(-125deg);
    width: 100%
}

@keyframes blob-movement {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(7%,-7%)
    }

    50% {
        transform: translate(-7%,-7%)
    }

    75% {
        transform: translate(7%,7%)
    }
}

.product-image {
    display: flex;
    justify-content: center
}

.product-image img {
    max-height: 800px!important;
    max-width: 700px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.desktop-only {
    display: block
}

@media(max-width: 1024px) {
    .desktop-only {
        display:none
    }
}

.mobile-only {
    display: none
}

@media(max-width: 1024px) {
    .mobile-only {
        display:block
    }
}

.observe {
    opacity: 0;
    transform: translateY(-10px);
    transition: .5s ease-in-out
}

.visible {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width: 1400px) {
    .container {
        padding:0 30px
    }

    .alignwide {
        margin-left: 30px;
        width: calc(100% - 60px)
    }

    .container .alignwide {
        margin-left: 0;
        width: 100%
    }

    .container .alignfull .alignwide {
        width: calc(100% - 60px)
    }

    .alignfull.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
        padding-left: 30px;
        padding-right: 30px
    }

    .alignfull .alignwide {
        max-width: 100%
    }

    .wp-block-columns {
        padding-bottom: 185px!important
    }
}

@media(max-width: 900px) {
    .is-style-box,.is-style-box-outline {
        padding:40px
    }
}

@media(max-width: 600px) {
    body {
        --wp--preset--spacing--70:9rem;
        --wp--preset--spacing--60: 5rem;
        --wp--preset--spacing--50: 3rem;
        --wp--preset--spacing--40: 30px
    }
}

.single-post-thumbnail {
    aspect-ratio: 1000/625;
    margin-bottom: var(--wp--preset--spacing--60)
}

.single-post-thumbnail img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width: 767px) {
    .single-post-thumbnail {
        margin-bottom:var(--wp--preset--spacing--40)
    }
}

.single-post-excerpt {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: var(--wp--preset--spacing--60)
}

@media(max-width: 1023px) {
    .single-post-excerpt {
        font-size:40px
    }
}

@media(max-width: 600px) {
    .single-post-excerpt {
        font-size:30px
    }
}

.rov-products__list {
    display: grid;
    gap: var(--wp--preset--spacing--40);
    grid-template-columns: repeat(2,minmax(0,1fr));
    list-style: none;
    padding: 0
}

@media(max-width: 600px) {
    .rov-products__list {
        grid-template-columns:1fr
    }
}

@media(min-width: 601px) {
    .rov-products--first-product-wide .rov-products__listitem:first-child {
        grid-column:1/span 2
    }

    .rov-products--first-product-wide .rov-products__listitem:first-child .product-card {
        aspect-ratio: 2/1
    }
}

@media(min-width: 1400px) {
    .rov-products--first-product-wide {
        max-width:1362px!important;
        width: 100%
    }

    .rov-products--first-product-wide .rov-products__list {
        gap: 100px
    }

    .rov-products--first-product-wide ul {
        gap: 100px;
        max-width: 1362px!important;
        width: 100%
    }

    #aquaculture,#survey,#tms,#topside,#work-class {
        max-width: 1362px;
        width: 100%
    }
}

.navigation-rov-category {
    padding-bottom: 0!important;
    padding-top: 0!important
}

@media(max-width: 1400px) {
    .columns-news {
        width:100%!important
    }
}

@media(max-width: 1279px) {
    .columns-news>ul {
        grid-template-columns:repeat(2,minmax(0,1fr))!important
    }
}

@media(max-width: 849px) {
    .columns-news>ul {
        grid-template-columns:1fr!important
    }
}

.wp-caption[style] {
    width: auto!important
}

.wp-caption[style] img {
    border-radius: var(--border-radius)
}

.wp-caption-text {
    font-size: 14px;
    margin-bottom: 2em;
    margin-top: 0
}

.kd-grid {
    display: grid;
    gap: 30px
}

@media(min-width: 1401px) {
    .kd-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media(max-width: 1400px)and (min-width:850px) {
    .kd-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 849px) {
    .kd-grid {
        grid-template-columns:1fr
    }
}

.category-list {
    flex-wrap: wrap;
    list-style: none;
    margin: 3em 0 4em;
    padding: 0
}

.category-list a {
    border-width: 2px
}

body.category {
    background: linear-gradient(180deg,#fff,#bebebe 50%,#fff)
}

body.category .footer-wrapper {
    background-image: none
}

body.category .post-card {
    text-decoration: none
}

.kd-pagination {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    margin-bottom: 5rem;
    margin-top: 5rem
}

.products__list {
    display: grid;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width: 1024px) {
    .products__list {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media(max-width: 1023px)and (min-width:768px) {
    .products__list {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 767px) {
    .products__list {
        grid-template-columns:1fr
    }
}

.download-section {
    padding: var(--wp--preset--spacing--40) 0
}

.download-section__title {
    margin-bottom: 1em;
    margin-top: 0
}

.download-section__inner {
    background-color: var(--wp--preset--color--black);
    border-radius: var(--border-radius);
    color: var(--wp--preset--color--white);
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: var(--wp--preset--spacing--40)
}

.download-section__button-text {
    text-align: left
}

.icon-read-more {
    --icon-size: 60px;
    --background-size: 26px 29px;
    --border-width: 2px;
    align-items: center;
    background-image: url(../images/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: var(--background-size);
    border: var(--border-width) solid var(--wp--preset--color--black);
    border-radius: 50%;
    display: flex;
    height: var(--icon-size);
    justify-content: center;
    pointer-events: none;
    transition: transform .3s;
    width: var(--icon-size)
}

@media(max-width: 767px) {
    .career-boxes .wp-block-group {
        padding:60px 40px 40px!important
    }

    .career-boxes .wp-block-group h3 {
        font-size: 25px;
        line-height: 1.2!important;
        margin-bottom: 30px
    }

    .career-boxes .wp-block-group p {
        margin-top: 0!important
    }

    .career-boxes .wp-block-group .wp-block-button a {
        font-size: 18px!important;
        padding: 15px 20px!important
    }

    .download-centre p {
        font-size: 15px!important
    }

    .download-centre h3 {
        font-size: 25px!important
    }

    .download-centre .wp-block-buttons {
        justify-content: flex-end;
        width: 100%
    }
}

.wp-block-pullquote {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    margin-bottom: var(--wp--preset--spacing--60);
    margin-top: var(--wp--preset--spacing--60);
    padding: 60px;
    padding-bottom: var(--wp--preset--spacing--60);
    padding-top: calc(var(--wp--preset--spacing--60)*1.5);
    text-align: left
}

.wp-block-pullquote cite,.wp-block-pullquote p {
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    width: 100%
}

.wp-block-pullquote p {
    position: relative
}

.wp-block-pullquote p:before {
    background-image: url(../images/pullquote.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    top: -62px;
    width: 41px
}

.wp-block-pullquote cite {
    font-size: .65em;
    font-style: normal
}

.wp-block-pullquote:not(.alignfull) {
    border-radius: var(--border-radius)
}

@media(min-width: 1401px) {
    .wp-block-pullquote.alignfull p:before,.wp-block-pullquote.alignwide p:before {
        left:-61px
    }
}

@media(max-width: 600px) {
    .wp-block-pullquote {
        font-size:1.4rem;
        padding-bottom: 3em
    }

    .wp-block-pullquote p {
        line-height: 1.65;
        margin-bottom: 2.5em;
        padding-top: .55em
    }

    .wp-block-pullquote p:before {
        height: 32px;
        width: 31px
    }
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

img {
    border-style: none;
    max-width: 100%
}

body {
    font-family: Roboto,sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: var(--wp--preset--color--black);
    text-decoration-thickness: .08em;
    transition: text-decoration-color .17s
}

h1 {
    font-size: 60px
}

.has-large-font-size a,.has-medium-font-size a,h2 a,h3 a {
    text-decoration-color: transparent
}

.has-large-font-size a:hover,.has-medium-font-size a:hover,h2 a:hover,h3 a:hover {
    text-decoration-color: currentColor
}

.has-large-font-size {
    line-height: 1.25
}

.has-medium-font-size {
    line-height: 1.4
}

h2 {
    line-height: 1!important;
    padding-bottom: .05em
}

.prefix:before {
    color: currentColor;
    content: "KD";
    display: inline-block;
    font-size: .55em;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    transform: translate(calc(-100% - 12px),.5em)
}

.is-style-colon:after {
    content: ":"
}

.is-style-colon:after,.is-style-dot:after {
    color: var(--wp--preset--color--yellow);
    display: inline
}

.is-style-dot:after {
    content: "."
}

p.has-large-font-size a {
    border: 2px solid var(--wp--preset--color--green);
    border-radius: 999px;
    color: inherit;
    padding: 4px 12px;
    text-decoration: none;
    transition: background-color .3s;
    text-wrap: nowrap;
    font-size: 46px
}

p.has-large-font-size a:hover {
    background-color: var(--wp--preset--color--green)
}

@media(max-width: 1023px) {
    p.has-large-font-size a {
        font-size:30px
    }
}

@media(max-width: 600px) {
    p.has-large-font-size a {
        font-size:20px
    }
}

.mask-cyan,.mask-yellow {
    color: #fff;
    position: relative
}

@supports((-webkit-background-clip: text) or (background-clip:text)) or (-webkit-background-clip:text) {
    .mask-cyan,.mask-yellow {
        -webkit-background-clip:text;
        background-clip: text;
        color: transparent;
        --webkit-background-clip: text;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.mask-cyan a,.mask-yellow a {
    color: #fff!important
}

@supports((-webkit-background-clip: text) or (background-clip:text)) or (-webkit-background-clip:text) {
    .mask-cyan {
        background-image:url(../images/mask-cyan.jpg)
    }

    .mask-yellow {
        background-image: linear-gradient(hsla(0,0%,100%,.4),hsla(0,0%,100%,.6)),url(../images/mask-yellow.jpg)
    }
}

@media(max-width: 1023px) {
    body {
        --wp--preset--font-size--large:40px
    }
}

@media(max-width: 600px) {
    body {
        --wp--preset--font-size--xlarge:46px;
        --wp--preset--font-size--large: 28px;
        --wp--preset--font-size--medium: 20px;
        font-size: 19px
    }

    h1 {
        font-size: 45px
    }
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.square {
    aspect-ratio: 1/1
}

button {
    cursor: pointer
}

.wp-block-buttons {
    display: flex;
    gap: 12px!important
}

.wp-block-button__link {
    font-size: 16px;
    padding: 13px 26px!important
}

@media(max-width: 767px) {
    .wp-block-button__link {
        padding:8px 16px!important
    }
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--wp--preset--color--black);
    border-width: 2px;
    color: var(--wp--preset--color--black);
    transition: .3s
}

.wp-block-button.is-style-outline .wp-block-button__link--active,.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white)
}

.wp-block-button.is-style-circle {
    border-radius: 50%;
    height: 60px;
    position: relative;
    transform: translateX(0);
    transition: transform .3s;
    width: 60px
}

.wp-block-button.is-style-circle .wp-block-button__link {
    align-items: center;
    background-color: #fff;
    background-image: linear-gradient(to right,var(--wp--preset--color--white),var(--wp--preset--color--yellow));
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0!important;
    position: absolute;
    top: 0;
    width: 100%
}

.wp-block-button.is-style-circle .wp-block-button__link:after {
    background-image: url(../images/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 40%;
    width: 40%
}

.wp-block-button.is-style-circle .wp-block-button__link.has-yellow-background-color {
    background-image: linear-gradient(to right,var(--wp--preset--color--white),var(--wp--preset--color--yellow))
}

.wp-block-button.is-style-circle .wp-block-button__link.has-green-background-color {
    background: radial-gradient(circle,var(--wp--preset--color--green) 0,var(--wp--preset--color--white) 70%)
}

.wp-block-button.is-style-circle:hover {
    transform: translateX(4px)
}

.wp-block-button.is-style-text .wp-block-button__link {
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    transition: opacity .3s
}

.wp-block-button.is-style-text .wp-block-button__link:hover {
    opacity: .8
}

.wp-block-button.is-style-gradient-border {
    background: radial-gradient(circle,var(--wp--preset--color--orange) 0,#fff 100%);
    border-radius: 999px;
    display: inline-block;
    flex-shrink: 0;
    position: relative
}

.wp-block-button.is-style-gradient-border .wp-block-button__link {
    align-items: center;
    background: #000;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    gap: 25px;
    height: auto;
    margin: 2px;
    padding: 25px 37px!important;
    transition: transform .3s;
    width: auto;
    z-index: 0
}

.wp-block-button.is-style-gradient-border .wp-block-button__link:hover {
    transform: scale(.98,.95)
}

.wp-block-button.is-style-gradient-border .wp-block-button__link:hover svg {
    transform: scale(.8)
}

@media(max-width: 600px) {
    .wp-block-button.is-style-gradient-border .wp-block-button__link {
        padding:17px 20px!important
    }
}

.wp-block-button.is-style-gradient-border svg {
    height: auto;
    transition: transform .3s;
    width: 23px
}

.wp-block-button.is-style-gradient-border.is-style-gradient-border--arrow {
    background: linear-gradient(180deg,#f29866,#fff)
}

.wp-block-button.is-style-gradient-border.is-style-gradient-border--arrow .wp-block-button__link {
    aspect-ratio: 1;
    font-size: 0;
    gap: 0;
    padding: 20px!important
}

.wp-block-button.is-style-gradient-border.is-style-gradient-border--arrow .wp-block-button__link:after {
    background-image: url(../images/arrow-right-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px
}

.single-post-other {
    margin-bottom: 300px
}

select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/chevron-down.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 2px solid var(--wp--preset--color--darkblue);
    border-radius: 999px;
    color: var(--wp--preset--color--darkblue);
    cursor: pointer;
    padding: 13px 60px 13px 30px
}

.wp-block-details {
    margin: 50px 0
}

.wp-block-details summary {
    background: linear-gradient(#000,#000) 0 50%/100% 2px no-repeat,transparent;
    font-weight: 600;
    list-style: none;
    padding: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wp-block-details summary::-webkit-details-marker {
    display: none
}

.wp-block-details summary:after {
    background: #fff;
    background-image: url(../images/details-open.svg);
    background-size: contain;
    border: 2px solid #000;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}

.wp-block-details * {
    padding-left: 50px
}

.wp-block-details[open] summary:after {
    background-image: url(../images/details-close.svg)
}

.wp-block-details[open] :nth-child(2) {
    margin-top: 30px
}

.wp-block-details[open] :last-child {
    margin-bottom: 20px
}

.is-style-expandable {
    background: #000;
    border-radius: var(--border-radius);
    cursor: pointer;
    margin: 0;
    padding: 50px;
    position: relative
}

.is-style-expandable:before {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    content: "+";
    display: flex;
    font-size: 25px;
    height: 40px;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: scale(1);
    transition: transform .3s;
    width: 40px
}

.is-style-expandable:hover:before {
    transform: scale(1.1)
}

.is-style-expandable--clone {
    animation: expand .3s forwards;
    margin-top: 0;
    position: absolute;
    transform-origin: top right
}

.is-style-expandable--clone--shrink {
    animation: shrink .3s forwards
}

.is-style-expandable--expanded:before {
    transform: rotate(45deg)
}

.is-style-expandable--expanded:hover:before {
    transform: rotate(45deg) scale(.9)
}

@keyframes expand {
    0% {
        border-radius: var(--border-radius);
        transform: scale(1)
    }

    to {
        border-radius: calc(var(--border-radius)*.6);
        transform: scale(1.6)
    }
}

@keyframes shrink {
    0% {
        border-radius: calc(var(--border-radius)*.6);
        transform: scale(1.6)
    }

    to {
        border-radius: var(--border-radius);
        transform: scale(1)
    }
}

@media(max-width: 768px) {
    .is-style-expandable {
        cursor:default;
        padding: 30px
    }

    .is-style-expandable:before {
        display: none
    }
}

.wp-block-query .wp-block-post .wp-block-post-featured-image {
    height: 280px
}

.wp-block-query .wp-block-post .wp-block-post-featured-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.wp-block-query .wp-block-post__inner {
    height: 500px;
    position: relative
}

.wp-block-query .wp-block-post p {
    color: var(--wp--preset--color--darkgrey)
}

.wp-block-query .wp-block-post a {
    text-decoration: none
}

.wp-block-post-terms,.wp-block-query .wp-block-post .wp-block-post-excerpt {
    background: none!important
}

.wp-block-post-terms {
    align-items: center;
    display: flex;
    gap: 15px
}

.wp-block-post-terms a {
    border-radius: 999px;
    color: var(--wp--preset--color--black);
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
    padding: 6px 18px;
    text-decoration: none
}

.wp-block-post-terms .wp-block-post-terms__separator {
    display: none
}

.wp-block-post-terms.has-blue-background-color a {
    background: var(--wp--preset--color--blue);
    color: var(--wp--preset--color--white)
}

.wp-block-post-terms.has-green-background-color a {
    background: var(--wp--preset--color--green)
}

.wp-block-post-terms.has-yellow-background-color a {
    background: var(--wp--preset--color--yellow)
}

.wp-block-post-terms.has-orange-background-color a {
    background: var(--wp--preset--color--orange)
}

.wp-block-post-terms.has-red-background-color a {
    background: var(--wp--preset--color--red)
}

.arrow-more,.wp-block-read-more {
    align-items: center;
    background: none!important;
    color: currentColor;
    display: flex;
    gap: 10px;
    padding: 0!important;
    text-decoration: none
}

.arrow-more a,.wp-block-read-more a {
    text-decoration: none
}

.arrow-more:after,.wp-block-read-more:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px
}

.arrow-more.has-blue-background-color:after,.wp-block-read-more.has-blue-background-color:after {
    background-image: url(images/arrow-right-blue.svg)
}

.arrow-more.has-green-background-color:after,.wp-block-read-more.has-green-background-color:after {
    background-image: url(images/arrow-right-green.svg)
}

.arrow-more.has-yellow-background-color:after,.wp-block-read-more.has-yellow-background-color:after {
    background-image: url(images/arrow-right-yellow.svg)
}

.arrow-more.has-orange-background-color:after,.wp-block-read-more.has-orange-background-color:after {
    background-image: url(images/arrow-right-orange.svg)
}

.technical-specifications {
    overflow: hidden
}

.technical-specifications__items {
    display: grid;
    gap: 45px 0;
    grid-template-columns: repeat(auto-fill,minmax(100px,450px));
    justify-content: space-between
}

.technical-specifications__items--onecol {
    grid-template-columns: 1fr
}

.technical-specifications__item {
    align-items: center;
    display: flex;
    gap: 27px
}

.technical-specifications__item svg {
    flex-shrink: 0;
    width: 40px
}

.technical-specifications__item h3 {
    color: var(--wp--preset--color--orange);
    font-size: 1em;
    font-weight: 300;
    margin: 0 0 5px
}

.technical-specifications__item p {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 700;
    line-height: 1;
    margin: 0
}

.technical-specifications__item small {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 300
}

.technical-specifications--manual .technical-specifications__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0
}

.rov-compare .technical-specifications__item svg,.single-rov .technical-specifications__item svg {
    color: var(--wp--preset--color--white)
}

.rov-compare .technical-specifications__item h3,.single-rov .technical-specifications__item h3 {
    color: var(--wp--preset--color--yellow)
}

.rov-compare .technical-specifications__item p,.rov-compare .technical-specifications__item small,.single-rov .technical-specifications__item p,.single-rov .technical-specifications__item small {
    color: var(--wp--preset--color--white)
}

.rov-products__listitem .product-card {
    padding-top: 80px
}

.rov-products__listitem .product-card img {
    transform: translate(-50%,-40%)
}

.product-card {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.product-card h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    position: absolute;
    bottom: 7%;
    left: 0;
    background: white;
    z-index: 4;
    padding: 10px;
    border-radius: 0 10px 10px 0;
}

.product-card__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.product-card a {
    text-decoration: none
}

.product-card img {
    left:50%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    position:absolute;
    top: 35%;
    transform:translate(-50%,-35%);
    transition: transform .3s;
    width: 100%;
}

.product-card__sequence {
    height: 100%;
    left: 0;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product-card__sequence img {
    max-height: 70%;
    max-width: 70%
}

.product-card__sequence canvas {
    height: 100%;
    left: 50%;
    max-height: 70%;
    max-width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.product-card:hover img {transform: translate(-50%,-35%) scale(1.1);}

.product-card--2-1 {
    aspect-ratio: 2/1
}

@media(max-width: 900px) {
    .product-card--2-1 {
        aspect-ratio:1/1
    }
}

@media(max-width: 1400px) {
    .single-rov .wp-block-group:not(:first-child) {
        padding-top:0!important
    }

    .single-rov .wp-block-group:not(:first-child) .wp-block-columns {
        padding-bottom: 0!important;
        padding-top: 120px!important
    }

    .single-rov .footer__newsletter {
        margin-top: -50px
    }
}

@media(max-width: 900px) {
    .product-card {
        padding-top:40px!important
    }

    .product-card h3 {
        font-size: 20px
    }
}

@keyframes jingle-bells {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(10deg)
    }

    75% {
        transform: rotate(-10deg)
    }
}

.post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 40px 40px 35px;
    position: relative
}

.post-card__date {
    align-items: center;
    display: flex;
    gap: 20px
}

.post-card__date img {
    height: auto;
    width: 24px
}

.post-card__date img:hover {
    animation: jingle-bells .75s linear infinite
}

.post-card__date time {
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
    text-transform: uppercase
}

.post-card__title {
    font-size: 32px;
    font-weight: 500;
    height: 190px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: none
}

.post-card__more {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.post-card__more p {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase
}

.post-card .background--blob {
    height: 275px;
    width: 175px
}

.post-card__button {
    align-items: center;
    background: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    transition: transform .3s;
    width: 60px
}

.post-card:focus .post-card__button,.post-card:hover .post-card__button {
    transform: translateX(4px)
}

.post-cards .post-card:first-child .background--blob,.post-cards .wp-block-post:first-child .background--blob,.wp-block-query .post-card:first-child .background--blob,.wp-block-query .wp-block-post:first-child .background--blob {
    --blob-color: var(--wp--preset--color--orange);
    animation-delay: 2s
}

.post-cards .post-card:nth-child(2) .background--blob,.post-cards .wp-block-post:nth-child(2) .background--blob,.wp-block-query .post-card:nth-child(2) .background--blob,.wp-block-query .wp-block-post:nth-child(2) .background--blob {
    --blob-color: var(--wp--preset--color--blue);
    bottom: 20px;
    right: 20px;
    top: auto
}

.post-cards .post-card:nth-child(3) .background--blob,.post-cards .wp-block-post:nth-child(3) .background--blob,.wp-block-query .post-card:nth-child(3) .background--blob,.wp-block-query .wp-block-post:nth-child(3) .background--blob {
    --blob-color: var(--wp--preset--color--yellow);
    animation-delay: 1s;
    left: 25%;
    top: 25%
}

.post-cards .post-card:nth-child(4) .background--blob,.post-cards .wp-block-post:nth-child(4) .background--blob,.wp-block-query .post-card:nth-child(4) .background--blob,.wp-block-query .wp-block-post:nth-child(4) .background--blob {
    --blob-color: var(--wp--preset--color--blue);
    animation-delay: 2s;
    bottom: 20px;
    right: 20px;
    top: auto
}

.post-cards .post-card:nth-child(5) .background--blob,.post-cards .wp-block-post:nth-child(5) .background--blob,.wp-block-query .post-card:nth-child(5) .background--blob,.wp-block-query .wp-block-post:nth-child(5) .background--blob {
    --blob-color: var(--wp--preset--color--yellow);
    left: 25%;
    top: 25%
}

.post-cards .post-card:nth-child(6) .background--blob,.post-cards .wp-block-post:nth-child(6) .background--blob,.wp-block-query .post-card:nth-child(6) .background--blob,.wp-block-query .wp-block-post:nth-child(6) .background--blob {
    --blob-color: var(--wp--preset--color--orange);
    animation-delay: 1s
}

.post-cards .post-card:nth-child(7) .background--blob,.post-cards .wp-block-post:nth-child(7) .background--blob,.wp-block-query .post-card:nth-child(7) .background--blob,.wp-block-query .wp-block-post:nth-child(7) .background--blob {
    --blob-color: var(--wp--preset--color--yellow);
    animation-delay: 2s;
    left: 25%;
    top: 25%
}

.post-cards .post-card:nth-child(9) .background--blob,.post-cards .wp-block-post:nth-child(9) .background--blob,.wp-block-query .post-card:nth-child(9) .background--blob,.wp-block-query .wp-block-post:nth-child(9) .background--blob {
    --blob-color: var(--wp--preset--color--blue);
    bottom: 20px;
    right: 20px;
    top: auto
}

@media(max-width: 900px) {
    .post-card {
        padding:30px
    }

    .post-card__date img {
        width: 25px
    }

    .post-card__date time {
        font-size: 16px
    }

    .post-card__title {
        font-size: 28px;
        height: 143px
    }

    .post-card__more p {
        font-size: 16px
    }
}

.newsletter {
    display: flex;
    gap: 50px
}

@media(max-width: 767px) {
    .newsletter {
        flex-direction:column
    }
}

.newsletter__content {
    flex-shrink: 0
}

.newsletter__content h2 {
    margin: 0
}

.newsletter__content p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 80%
}

.newsletter__form {
    width: 100%
}

@media(min-width: 1301px) {
    .newsletter__form form {
        display:flex;
        gap: 20px
    }
}

.newsletter__form .gform_body {
    width: 100%
}

.newsletter__form .gform_fields {
    align-items: flex-end;
    grid-template-columns: 1fr 1fr!important;
    row-gap: 5px!important
}

@media(max-width: 1300px) {
    .newsletter__form .gform_fields {
        grid-template-columns:1fr!important
    }
}

@media(max-width: 767px) {
    .newsletter__form .gform_fields {
        row-gap:20px!important
    }
}

.newsletter__form .gfield {
    grid-column: 1!important
}

@media(max-width: 767px) {
    .newsletter__form .gfield input {
        padding-bottom:7px!important;
        padding-top: 7px!important
    }
}

@media(min-width: 1301px) {
    .newsletter__form .gfield--type-consent {
        grid-column:2!important;
        transform: translateY(-10px)
    }
}

.newsletter__form .gfield--type-consent .ginput_container_consent {
    align-items: center;
    display: flex;
    gap: 10px
}

@media(max-width: 1300px) {
    .newsletter__form .gfield--type-consent .ginput_container_consent {
        padding-bottom:2em;
        padding-top: 1em
    }
}

.newsletter__form .gfield--type-consent .gfield_required {
    display: none!important
}

.newsletter__form .gform_footer {
    justify-content: flex-end;
    margin: 0!important;
    padding: 0!important
}

.newsletter__form .gform_footer .gform_button {
    color: #000;
    margin: 0!important
}

@media(max-width: 767px) {
    .newsletter__form .gform_footer .gform_button {
        background-image:linear-gradient(145deg,var(--wp--preset--color--white) 0,var(--wp--preset--color--yellow) 60%,var(--wp--preset--color--yellow) 50%,var(--wp--preset--color--white) 100%);
        padding-bottom: 7px!important;
        padding-top: 7px!important
    }
}

.product-sheet {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-sheet h2 {
    margin: 0
}

@media(max-width: 767px) {
    .product-sheet {
        justify-content:unset
    }

    .product-sheet h2 {
        font-size: 25px
    }

    .product-sheet .product-sheet__download {
        align-items: flex-end;
        flex-grow: 1
    }

    .product-sheet .product-sheet__download p {
        align-self: baseline;
        margin-top: 2rem;
        width: 75%
    }

    .product-sheet .product-sheet__download .wp-block-button {
        margin-left: auto
    }
}

@media(max-width: 600px) {
    .product-sheet .product-sheet__download {
        gap:0
    }

    .product-sheet .product-sheet__download .wp-block-button__link {
        padding: 14px 20px!important
    }
}

.product-sheet__download {
    display: grid;
    gap: 24px;
    justify-content: space-between
}

.product-sheet__download p {
    text-transform: uppercase
}

.product-sheet-alt {
    aspect-ratio: unset;
    margin-bottom: 2rem!important;
    max-width: 1220px!important
}

.product-sheet-alt .product-sheet__download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px
}

.product-sheet-alt .product-sheet__download a {
    margin-bottom: 2rem
}

@media(max-width: 1199px) {
    .product-sheet-alt .product-sheet__download {
        grid-template-columns:1fr
    }

    .product-sheet-alt .product-sheet__download a span {
        display: block
    }
}

.product-sheet-alt .download-circle {
    background: radial-gradient(circle,var(--wp--preset--color--orange) 0,#fff 100%);
    border-radius: 999px;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 2rem;
    position: relative
}

.product-sheet-alt .download-circle .wp-block-button__link {
    align-items: center;
    background: #000;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    height: 93px;
    justify-content: center;
    margin: 2px;
    transition: transform .3s;
    width: 93px;
    z-index: 0
}

.product-sheet-alt .download-circle .wp-block-button__link:hover {
    transform: scale(.98,.95)
}

.product-sheet-alt .download-circle .wp-block-button__link:hover svg {
    transform: scale(.8)
}

@media(max-width: 600px) {
    .product-sheet-alt .download-circle .wp-block-button__link {
        padding:17px 20px!important
    }
}

.product-sheet-alt .download-circle svg {
    height: auto;
    transition: transform .3s;
    width: 23px
}

.product-sheet-alt .download-circle.is-style-gradient-border--arrow {
    background: linear-gradient(180deg,#f29866,#fff)
}

.product-sheet-alt .download-circle.is-style-gradient-border--arrow .wp-block-button__link {
    aspect-ratio: 1;
    font-size: 0;
    gap: 0;
    padding: 20px!important
}

.product-sheet-alt .download-circle.is-style-gradient-border--arrow .wp-block-button__link:after {
    background-image: url(../images/arrow-right-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px
}

.product-sheet-alt span {
    color: #fff;
    font-size: 25px;
    font-weight: 700
}

.contact-person {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contact-person h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25!important;
    margin: 0;
    text-transform: none;
    width: 85%
}

.contact-person__content {
    align-items: flex-end;
    display: flex;
    font-size: 18px;
    gap: 30px;
    justify-content: space-between;
    padding-top: 30px
}

@media(max-width: 600px) {
    .contact-person__content {
        align-items:flex-start;
        flex-direction: column-reverse
    }
}

.contact-person__content h3 {
    font-size: inherit;
    margin: 0 0 .5em;
    text-transform: none
}

.contact-person__content p {
    margin: 0
}

.contact-person__content a {
    color: #fff;
    text-decoration-color: transparent;
    transition: text-decoration-color .3s
}

.contact-person__content a:hover {
    text-decoration-color: #fff
}

.contact-person__image {
    aspect-ratio: 1/1;
    background: linear-gradient(180deg,#fff,#f39a69 50%,#fff);
    border-radius: 50%;
    height: auto;
    margin: 0;
    position: relative;
    width: 210px
}

.contact-person__image img {
    background-color: #000;
    border-radius: 50%;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(.96);
    width: 100%
}

@media(min-width: 1400px) {
    .contact-person-alt {
        aspect-ratio:unset;
        flex-direction: row;
        margin-bottom: 200px!important;
        margin-top: 200px!important;
        max-width: 100%!important;
        padding: 45px 80px 60px
    }

    .contact-person-alt .contact-person__title {
        align-items: center;
        display: flex
    }

    .contact-person-alt .contact-person__title h2 {
        width: 77%
    }

    .contact-person-alt .contact-person__content {
        align-items: center;
        justify-content: space-evenly;
        padding-top: 0;
        width: 100%
    }
}

@media(max-width: 1399px) {
    .contact-person-alt {
        margin-block-end:4.5rem!important
    }
}

@media(max-width: 767px) {
    .contact-person h2 {
        font-size:25px;
        margin-bottom: 1rem
    }

    .contact-person .contact-person__image {
        margin-left: auto;
        margin-right: auto
    }

    .contact-person p {
        line-height: 1.4
    }
}

.breadcrumb {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 40px!important
}

.breadcrumb__links {
    align-items: center;
    display: flex;
    gap: 10px
}

.breadcrumb__links .wp-block-button__link {
    height: 64px;
    padding: 16px 26px
}

.breadcrumb__link {
    align-items: center;
    display: flex;
    gap: 8px;
    text-decoration: none
}

.breadcrumb__link svg {
    width: 30px
}

.breadcrumb__link:not(:last-child):after {
    content: ">";
    margin: 0 2px
}

@media(max-width: 767px) {
    .breadcrumb {
        justify-content:flex-end
    }

    .breadcrumb .breadcrumb__link,.breadcrumb:not(.breadcrumb--compare) {
        display: none
    }

    .breadcrumb .wp-block-button__link {
        font-size: 18px;
        height: 64px;
        padding: 16px 26px!important
    }
}

.contact-people-wrapper {
    margin-top: 5rem
}

.people__buttons {
    flex-wrap: wrap;
    max-width: 900px
}

.people__buttons .wp-block-button__link {
    border-width: 2px
}

.people__grid {
    --grid-columns: repeat(3,minmax(0,1fr))
}

@media(max-width: 1000px) {
    .people__grid {
        --grid-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 767px) {
    .people__grid {
        --grid-columns:1fr
    }
}

.people__grid {
    display: grid;
    gap: 70px 50px;
    grid-template-columns: var(--grid-columns);
    margin-top: 230px
}

@media(max-width: 1400px) {
    .people__grid {
        width:100%!important
    }
}

.people__person a {
    text-decoration-color: transparent;
    transition: text-decoration-color .3s
}

.people__person a:hover {
    text-decoration-color: #000
}

.people__person__image {
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.05);
    overflow: hidden
}

.people__person__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.people__person__content {
    display: flex;
    flex-direction: column;
    padding: 20px 40px
}

.people__person a,.people__person__name,.people__person__title {
    font-size: 16px;
    font-weight: 400;
    margin: 1px 0;
    white-space: pre-line
}

.people__person__name {
    font-weight: 600
}

.people__person__title {
    margin-bottom: 10px
}

.people__person__image--dark {
    background-color: #000
}

@media(max-width: 900px) {
    .people__category__grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 600px) {
    .people__category__grid {
        grid-template-columns:1fr
    }
}

.scrollbox {
    height: 200svh;
    position: relative
}

.scrollbox .has-text-align-left {
    margin-left: 125px!important;
    margin-right: 125px!important;
    max-width: 900px
}

@media(max-width: 1023px) {
    .scrollbox .has-text-align-left {
        margin-left:30px!important;
        margin-right: 30px!important;
        max-width: 100%
    }
}

.scrollbox__box {
    height: calc(100svh - 60px);
    position: sticky;
    top: 30px
}

.scrollbox__box .wp-block-cover__image-background {
    height: auto;
    left: 50%;
    max-width: 90%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .5s;
    width: 550px
}

.scrollbox__box--fade-out-background .wp-block-cover__image-background {
    opacity: .5
}

.scrollbox__content {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-60%);
    transform-origin: top center;
    transition: .3s
}

.scrollbox__content--visible {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%,-50%)
}

.scrollbox__buttons {
    bottom: 80px;
    left: 100px;
    position: absolute;
    z-index: 10
}

@media(max-width: 1023px) {
    .scrollbox__buttons {
        left:auto;
        right: 30px
    }
}

@media(max-width: 1400px) {
    .scrollbox>div {
        margin-left:30px!important
    }
}

.rov-compare {
    margin-top: -100px!important;
    min-height: 100vh
}

.rov-compare .technical-specifications img {
    filter: brightness(0) invert(1)
}

.rov-compare .product-sheet {
    margin-top: 100px
}

.rov-compare__columns {
    --grid-columns: repeat(2,1fr);
    display: grid;
    gap: 40px;
    grid-template-columns: var(--grid-columns)
}

.rov-compare__columns select {
    font-size: 16px
}

.rov-compare__image {
    height: 300px;
    margin-top: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 80%
}

.rov-compare__title {
    color: #fff;
    font-weight: 500;
    margin: 60px 0;
    text-transform: none
}

.compare-image {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    overflow: hidden
}

.compare-image img {
    max-height: 80%;
    max-width: 80%
}

.technical-specifications__title {
    color: #fff;
    height: 80px;
    margin: 0;
    text-transform: none
}

.product-sheet--mobile {
    display: none
}

@media(max-width: 979px) {
    .rov-compare__columns {
        gap:4px
    }

    .compare-side {
        max-width: 197px
    }

    .compare-side h2 {
        font-size: 23px
    }

    .compare-side select {
        max-width: 162px;
        overflow: hidden
    }

    .compare-side .technical-specifications__item {
        display: block
    }

    .compare-side .technical-specifications__item img {
        height: 21px;
        width: 21px
    }

    .compare-side .technical-specifications__item h3 {
        font-size: 12px
    }

    .compare-side .technical-specifications__item p {
        font-size: 16px
    }

    .compare-side .depth-rating {
        min-height: 82px
    }

    .compare-side .depth-rating p {
        max-width: 80%
    }

    .product-sheet--desktop {
        display: none
    }

    .product-sheet--mobile {
        display: block
    }

    .product-sheet--mobile h2 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 1rem;
        text-transform: none
    }

    .product-sheet--mobile .wp-block-button {
        border: 2px solid #fff;
        border-radius: 999px
    }

    .product-sheet--mobile .wp-block-button .wp-block-button__link {
        align-items: center;
        background: transparent;
        display: flex;
        font-size: 16px;
        font-weight: 700;
        gap: 4px;
        padding: 11px 29px!important
    }

    .product-sheet--mobile .wp-block-button .wp-block-button__link svg {
        width: 20px
    }
}

.sequence__container {
    aspect-ratio: 10/6;
    max-width: 100%!important;
    position: relative
}

@media(max-width: 1600px) {
    .sequence__container {
        aspect-ratio:10/8;
        margin-top: 120px
    }
}

@media(max-width: 767px) {
    .sequence__container {
        aspect-ratio:10/6
    }
}

.sequence--block {
    cursor: grab;
    position: relative
}

.sequence__spinner {
    animation: spin 1s linear infinite;
    border: 3px solid rgba(0,0,0,.05);
    border-top: 3px solid var(--wp--preset--color--yellow);
    display: block;
    height: 25px;
    right: 20%;
    width: 25px
}

.sequence__box,.sequence__spinner {
    border-radius: 50%;
    position: absolute;
    top: 20%
}

.sequence__box {
    align-items: center;
    aspect-ratio: 1;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 160px;
    justify-content: center;
    left: 50%;
    line-height: 1.2;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%,-20%);
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 160px;
    z-index: 1
}

@media(max-width: 767px) {
    .sequence__box {
        font-size:18px;
        height: 136px;
        top: -70%;
        transform: translate(-50%,70%);
        width: 136px
    }
}

.sequence__image {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.sequence--dragging {
    cursor: grabbing
}

.sequence--dragging .sequence__box {
    opacity: 0;
    transform: translate(-50%) scale(.7)
}

.sequence--block {
    height: 100%;
    width: 100%
}

.sequence--block canvas {
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    width: 100%
}

@media(max-width: 1300px) {
    .sequence--block canvas {
        -o-object-fit:cover;
        object-fit: cover
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.product-enquiry {
    position: relative;
    transition: .3s ease;
    z-index: 1
}

.product-enquiry__heading {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-transform: none
}

.product-enquiry__image {
    bottom: 60px;
    position: absolute;
    right: 60px;
    width: 50%
}

.product-enquiry__button {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 999px;
    bottom: 60px;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 60px;
    position: absolute;
    transition: .3s ease;
    width: 80px
}

.product-enquiry__button:hover {
    transform: scale(1.05)
}

.product-enquiry__button svg {
    height: 70%;
    width: 70%
}

.product-enquiry__form {
    height: 100%;
    left: 0;
    padding-left: 100px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
    width: 100%;
    z-index: -1
}

.product-enquiry__form .gform_wrapper {
    opacity: 0;
    transition: opacity .3s ease
}

.product-enquiry__form .gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
    margin: 0!important;
    padding: 0!important;
    transform: translate(-20px,calc(-100% - 20px))
}

.product-enquiry--open {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.product-enquiry--open .product-enquiry__button {
    transform: rotate(45deg)
}

.product-enquiry--open .product-enquiry__form {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    opacity: 1;
    pointer-events: auto;
    transform: translate(calc(100% - 6rem));
    width: calc(100% + 4rem)
}

.product-enquiry--open .product-enquiry__form .gform_wrapper {
    opacity: 1
}

@media(max-width: 1024px) {
    .product-enquiry--open {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius)
    }

    .product-enquiry--open .product-enquiry__form {
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: calc(100% + 5rem);
        padding-left: 60px;
        padding-top: 30px;
        transform: translateY(calc(100% - 6rem));
        width: 100%
    }

    .product-enquiry--open .product-enquiry__form .gform_wrapper {
        opacity: 1
    }
}

@media(max-width: 900px) {
    .product-enquiry--open .product-enquiry__form {
        height:calc(100% + 9rem);
        padding-left: 40px;
        padding-top: 15px;
        transform: translateY(calc(100% - 10rem))
    }
}

@media(max-width: 900px)and (min-width:768px) {
    .product-enquiry--open .product-enquiry__form {
        height:calc(100% + 9rem);
        transform: translateY(calc(100% - 10rem))
    }
}

@media(max-width: 767px) {
    .product-enquiry--open .product-enquiry__form {
        height:calc(100% + 10rem);
        transform: translateY(calc(100% - 11rem))
    }

    .product-enquiry--open .product-enquiry__form input {
        height: 64px
    }

    .product-enquiry--open .product-enquiry__form .gform_button {
        padding-bottom: 14px!important;
        padding-top: 14px!important
    }

    .product-enquiry .product-enquiry__image {
        right: 30px
    }
}

@media(max-width: 600px) {
    .product-enquiry .product-enquiry__heading {
        font-size:23px
    }

    .product-enquiry .product-enquiry__button {
        bottom: 40px;
        height: 64px;
        left: 40px;
        width: 64px
    }
}

.gform_wrapper {
    font-size: 18px
}

.gform_wrapper .gform_button {
    background: radial-gradient(circle,var(--wp--preset--color--yellow) 0,var(--wp--preset--color--white) 100%)
}

:root {
    --highlights--grid-columns: 170px 1fr;
    --highlights--gap: 30px;
    --highlights--years-wrapper--padding: 40px 0;
    --highlights--years--font-size: 1em;
    --highlights--years--display: flex;
    --highlights--years--padding: 70px 0;
    --highlights--years--border-bottom: 0;
    --highlights--year--color: var(--wp--preset--color--grey);
    --highlights--year--width: 100%;
    --highlights--year--after--height: 1.5em;
    --highlights--year--after--width: 8px;
    --highlights--year--after--radius: 8px;
    --highlights--year--after--top: 0;
    --highlights--year--after--right: -5px;
    --highlights--year--after--left: auto;
    --highlights--year--after--bottom: auto;
    --highlights--year--selected--color: var(--wp--preset--color--black);
    --highlights--year--selected--font-size: 2em;
    --highlights--moments--gap: 15px;
    --highlights--moment--width: 80px;
    --highlights--moment--icon--size: 64px;
    --highlights--moment--image--height: 700px;
    --highlights--moment--content--padding: 50px 40px;
    --highlights--moment--content--heading-size: 30px;
    --highlights--separator--width: 0 2px 0 0;
    --highlights--separator--style: solid;
    --highlights--separator--color: var(--wp--preset--color--grey);
    --highlights--read-more--font-size: 20px;
    --highlights--read-more--gap: 28px
}

@media(max-width: 900px) {
    :root {
        --highlights--grid-columns:1fr;
        --highlights--gap: 40px;
        --highlights--years-wrapper--padding: 0;
        --highlights--years--font-size: 0.7em;
        --highlights--years--display: none;
        --highlights--years--padding: 0;
        --highlights--years--border-bottom: 1px solid var(--wp--preset--color--black);
        --highlights--year--width: auto;
        --highlights--year--after--height: 8px;
        --highlights--year--after--width: 100%;
        --highlights--year--after--top: auto;
        --highlights--year--after--right: auto;
        --highlights--year--after--left: 0;
        --highlights--year--after--bottom: -5px;
        --highlights--year--selected--font-size: 1.5em;
        --highlights--separator--width: 0;
        --highlights--separator--color: var(--wp--preset--color--black);
        --highlights--moments--gap: 7px;
        --highlights--moment--width: 40px;
        --highlights--moment--icon--size: 24px;
        --highlights--moment--image--height: 400px;
        --highlights--moment--content--padding: 30px 0;
        --highlights--moment--content--heading-size: 20px;
        --highlights--read-more--font-size: 16px
    }
}

.highlights-wrapper {
    max-width: 100%!important;
    overflow-x: hidden
}

.highlights {
    display: grid;
    gap: var(--highlights--gap);
    grid-template-columns: var(--highlights--grid-columns)
}

.highlights__years-wrapper {
    border-bottom: var(--highlights--years--border-bottom);
    padding: var(--highlights--years-wrapper--padding)
}

@media(max-width: 900px) {
    .highlights__years-wrapper {
        overflow-x:scroll;
        overflow-y: hidden;
        width: 100%
    }
}

.highlights__years {
    border-color: var(--highlights--separator--color);
    border-style: var(--highlights--separator--style);
    border-width: var(--highlights--separator--width);
    display: var(--highlights--years--display);
    flex-direction: column;
    font-size: var(--highlights--years--font-size);
    min-height: 70px;
    padding: var(--highlights--years--padding);
    position: relative
}

@media(max-width: 900px) {
    .highlights__years {
        display:flex;
        flex-direction: row;
        gap: 15px
    }
}

.highlights__year {
    background-color: transparent;
    border: 0;
    color: var(--highlights--year--color);
    padding: 10px 0;
    position: relative;
    transition: all .3s ease-in-out;
    width: var(--highlights--year--width)
}

.highlights__year:after {
    border-radius: var(--highlights--year--after--radius);
    bottom: var(--highlights--year--after--bottom);
    content: "";
    height: var(--highlights--year--after--height);
    left: var(--highlights--year--after--left);
    position: absolute;
    right: var(--highlights--year--after--right);
    top: var(--highlights--year--after--top);
    width: var(--highlights--year--after--width)
}

.highlights__year--selected {
    color: var(--highlights--year--selected--color);
    font-size: var(--highlights--year--selected--font-size);
    font-weight: 700;
    pointer-events: none
}

.highlights__year--selected:after {
    background-color: var(--wp--preset--color--black)
}

.highlights__moments {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--highlights--moments--gap)
}

.highlights__moment {
    display: flex;
    flex-direction: column;
    transition: width .3s;
    width: var(--highlights--moment--width)
}

.highlights__moment__open {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    inset: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.highlights__moment__open span {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0
}

.highlights__moment__image {
    background-color: var(--wp--preset--color--black);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    display: flex;
    height: var(--highlights-image-height);
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.highlights__moment__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.highlights__moment__image svg {
    bottom: 10px;
    height: var(--highlights--moment--icon--size);
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity .15s;
    width: var(--highlights--moment--icon--size)
}

.highlights__moment--selected {
    flex-grow: 1;
    width: 100%
}

.highlights__moment--selected .highlights__moment__open {
    pointer-events: none
}

.highlights__moment--selected .highlights__moment__image {
    aspect-ratio: 1/1;
    height: auto
}

.highlights__moment--selected .highlights__moment__image svg {
    opacity: 0
}

.highlights__moment__content {
    max-width: 100%;
    opacity: 0;
    padding: var(--highlights--moment--content--padding);
    transition: .2s;
    width: 0
}

.highlights__moment__content h3 {
    font-size: var(--highlights--moment--content--heading-size);
    margin: 0;
    text-transform: none;
    transform: translateY(-5px);
    transition: transform .3s
}

.highlights__moment__content h3:not(:only-child) {
    margin-bottom: 20px
}

.highlights__moment__content--visible {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: highlightContentExpand;
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
}

.highlights__moment__content--visible h3 {
    transform: translateY(0)
}

.highlights__fallback {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center
}

.highlights__read-more {
    align-items: center;
    display: flex;
    font-size: var(--highlights--read-more--font-size);
    font-weight: 100;
    gap: var(--highlights--read-more--gap);
    position: relative;
    text-transform: uppercase
}

.highlights__read-more a {
    text-decoration: none
}

.highlights__read-more a:hover {
    text-decoration: underline
}

.highlights__read-more a span {
    inset: 0;
    position: absolute
}

.highlights__read-more a:hover+.icon-read-more {
    transform: translateX(4px)
}

@keyframes highlightContentExpand {
    0% {
        opacity: 0;
        width: 0
    }

    5% {
        opacity: 0;
        width: 100%
    }

    to {
        opacity: 1;
        width: 100%
    }
}

.front-animation {
    background-color: #bebebe;
    height: 100svh;
    position: relative
}

.front-animation__canvas-container {
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media(max-width: 1024px) {
    .front-animation__canvas-container {
        top:70%;
        transform: translateY(-70%)
    }
}

@media(max-width: 767px) {
    .front-animation__canvas-container {
        aspect-ratio:1
    }
}

.front-animation__canvas {
    height: auto;
    max-height: 100svh;
    max-width: 100%;
    width: auto
}

.front-animation__text-lines-wrap {
    height: 100vh;
    left: 0;
    opacity: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .25s ease-in;
    z-index: 3
}

.hide-behind-animation {
    opacity: 25%;
    transition: all .25s ease-in;
    z-index: 1
}

.background-overlay {
    background-color: rgba(0,0,0,.6)
}

.front-animation__text-lines {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    transition: all .15s ease-in-out;
    width: 100%
}

@media(min-width: 768px) {
    .front-animation__text-lines {
        left:50%;
        max-width: 1060px;
        top: 80%;
        transform: translate(-50%,-80%)
    }
}

@media(min-width: 1025px) {
    .front-animation__text-lines {
        top:40%;
        transform: translate(-50%,-40%)
    }
}

@media(max-width: 767px) {
    .front-animation__text-lines {
        top:120px
    }
}

.front-animation__text-line {
    color: #fff;
    font-size: 86px;
    font-weight: 700;
    height: 0;
    line-height: 1.05;
    overflow: hidden;
    text-shadow: 3px 3px 10px rgba(0,0,0,.7)
}

@media(max-width: 767px) {
    .front-animation__text-line {
        font-size:36px;
        text-shadow: 2px 2px 8px rgba(0,0,0,.7)
    }
}

.front-animation__text-line span {
    display: block;
    opacity: 0;
    transition: opacity .5s ease-in
}

.front-animation__text-line span:nth-child(2) {
    transition-delay: .4s
}

.front-animation__text-line span:nth-child(3) {
    padding-bottom: 20px;
    transition-delay: .6s
}

.front-animation__text-line.visible {
    height: auto
}

.front-animation__text-line.visible span {
    opacity: 1
}

.front-animation__text-line .front-animation__text-line__yellow {
    color: var(--wp--preset--color--yellow);
    display: inline
}

@media(min-width: 768px) {
    .front-animation__canvas--mobile {
        display:none
    }
}

@media(max-width: 767px) {
    .front-animation {
        height:calc(100svh - 110px)
    }

    .front-animation__canvas--desktop {
        display: none
    }
}

.front-animation.hide-text .front-animation__text-lines-wrap {
    opacity: 0;
    visibility: hidden
}

#appexConsentBanner {
    background-color: hsla(0,0%,75%,.9)!important;
    border: solid;
    border-radius: 1rem;
    border-width: 2px;
    bottom: 4rem;
    height: 194px;
    left: 90%;
    max-width: 344px;
    padding: 2rem;
    transform: translateX(-90%)
}

#appexConsentBanner .appex-consent-banner__body {
    display: block
}

#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__details {
    padding: .5rem
}

#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__details p {
    font-size: 16px;
    line-height: 1.5
}

#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__buttons {
    flex-direction: row-reverse;
    justify-content: center
}

#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__buttons .button-accept,#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__buttons .button-decline {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 28px;
    height: 56px;
    width: 134px
}

#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__buttons .button-accept:hover,#appexConsentBanner .appex-consent-banner__body .appex-consent-banner__buttons .button-decline:hover {
    background-color: rgba(0,0,0,.05)!important
}

#appexConsentBanner .appex-consent-banner__close {
    align-items: center;
    border: 2px solid;
    border-radius: 9999px;
    display: flex;
    display: none;
    height: 64px;
    justify-content: center;
    left: 100%;
    margin-left: 4px;
    top: 0;
    width: 64px
}

#appexConsentBanner .appex-consent-banner__close .close-icon {
    height: 40px;
    width: 40px
}

@media(max-width: 1024px) {
    #appexConsentBanner {
        bottom:2rem;
        transform: translate(-90%)
    }
}

@media(max-width: 767px) {
    #appexConsentBanner {
        bottom:10rem;
        left: 50%;
        transform: translate(-50%);
        width: 310px
    }

    #appexConsentBanner .appex-consent-banner__body .appex-consent-banner__details p {
        font-size: 13px;
        line-height: 1.5
    }
}

.post-reference-wrapper {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding-bottom: 350px
}

@media(max-width: 1400px) {
    .post-reference-wrapper {
        width:calc(100% - 60px)
    }
}

@media(max-width: 1000px) {
    .post-reference-wrapper {
        gap:20px;
        grid-template-columns: 1fr
    }
}

.post-reference {
    border: 2.5px solid var(--wp--preset--color--white);
    border-radius: var(--border-radius);
    padding: 60px 55px
}

.post-reference .post-reference__link {
    text-decoration: none
}

.post-reference .post-reference__title {
    font-size: 30px;
    margin-bottom: 69px;
    margin-top: 0
}

.post-reference .post-reference__title .post-reference__title--period {
    color: var(--wp--preset--color--yellow)
}

@media(max-width: 849px) {
    .post-reference .post-reference__title {
        font-size:24px;
        margin-bottom: 40px
    }
}

@media(max-width: 767px) {
    .post-reference .post-reference__title {
        margin-bottom:20px
    }
}

.post-reference .post-reference__image {
    border-radius: 999999px;
    display: flex;
    margin: auto
}

@media(max-width: 767px) {
    .post-reference .post-reference__image {
        width:190px
    }
}

.post-reference .post-reference__read-more {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.post-reference .post-reference__read-more p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase
}

@media(max-width: 849px) {
    .post-reference .post-reference__read-more {
        margin-top:20px
    }
}

@media(max-width: 767px) {
    .post-reference .post-reference__read-more {
        margin-top:0
    }
}

.post-reference .post-reference__button {
    align-items: center;
    background: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
    transition: transform .3s;
    width: 60px
}

.post-reference .post-reference-background--blob {
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .2s;
    --blob-color: #facd36;
    background: radial-gradient(var(--blob-color) 20%,transparent 60%);
    height: 100%;
    transform: rotate(-125deg);
    width: 70%
}

@media(max-width: 900px) {
    .post-reference {
        padding:40px
    }
}

@media(max-width: 767px) {
    .post-reference {
        padding:30px
    }
}

.vacancies-list {
    position: relative
}

.vacancies-list .background--blob--image {
    top: 0;
    transform: rotate(0)
}

.vacancies-list-content,.vacancies-list-header {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 1rem 5rem
}

.vacancies-list-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem
}

.vacancies-list-content {
    border: 2px solid;
    border-radius: 9999px;
    font-size: 18px;
    margin-bottom: 2rem
}

.vacancies-read-more {
    align-items: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
    justify-content: end
}

body {
    --header--logo--width: 260px;
    --header--logo--height: 85px;
    --header--nav--display: flex;
    --header--navicon--display: none;
    --header--navicon--size: 66px;
    --header--navicon--background: var(--wp--preset--color--black);
    --header--navicon--foreground: var(--wp--preset--color--white);
    --header--navicon-container--opacity: 0
}

@media(max-width: 1100px) {
    body {
        --header--logo--width:160px;
        --header--logo--height: 52px;
        --header--nav--display: none;
        --header--navicon--size: 49px;
        --header--navicon--display: block;
        --header--navicon-container--opacity: 1
    }
}

html.nav-open body {
    --header--navicon--background: var(--wp--preset--color--white);
    --header--navicon--foreground: var(--wp--preset--color--black)
}

html.nav-open,html.nav-open body {
    overflow: hidden
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    position: absolute;
    top: 0;
    z-index: 10
}

.header__nav {
    align-items: center;
    display: var(--header--nav--display);
    font-size: 16px
}

.header__nav .search-form {
    margin-bottom: 30px;
    padding: 0 40px
}

.header__nav .search-form input {
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    padding: 20px;
    width: 100%
}

.header__nav ul {
    display: flex;
    gap: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
color: red;
}

.header__nav .current-menu-item {
    font-weight: 900
}

.header__nav .menu-item {
    display: flex;
    flex-direction: column
}

.header__nav .menu-item a {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: inherit;
    font-weight: inherit;
    gap: 17px;
    text-decoration: none
}

.header__nav .sub-menu {
    background: hsla(0,0%,100%,.75);
    border-radius: 20px;
    display: none;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    gap: 17px;
    margin-top: 2em;
    padding: 35px;
    position: absolute
}

.header__nav .sub-menu .menu-item:first-child {
    font-weight: 700
}

.header__nav .sub-menu--visible {
    display: flex
}

.header__nav--mobile {
    background: var(--wp--preset--color--black);
    color: #fff;
    display: none;
    font-size: 38px;
    height: 100vh;
    left: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100%
}

@media(min-width: 1101px) {
    .header__nav--mobile {
        justify-content:center
    }
}

@media(max-width: 1024px) {
    .header__nav--mobile {
        font-size:32px
    }
}

.header__nav--mobile ul {
    list-style: none;
    margin: 0;
    max-width: 1004px;
    padding: 0;
    position: relative;
    width: 100%
}

.header__nav--mobile a {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right,var(--wp--preset--color--white),color-mix(in srgb,var(--wp--preset--color--yellow) 50%,var(--wp--preset--color--white)));
    color: hsla(0,0%,100%,0);
    text-decoration: none
}

.header__nav--mobile li.menu-search a {
    align-items: center;
    background-image: linear-gradient(to right,var(--wp--preset--color--white),color-mix(in srgb,var(--wp--preset--color--green) 50%,var(--wp--preset--color--white)));
    gap: 10px;
    padding-left: 40px;
    position: relative
}

.header__nav--mobile li.menu-search a:before {
    background-image: url(../images/search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    filter: invert(1);
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .8em
}

.header__search {
    height: 23px;
    margin-left: 27px
}

.header__search img {
    height: 23px;
    width: 23px
}

.header__navicon {
    background: none;
    border: 0;
    display: var(--header--navicon--display);
    height: var(--header--navicon--size);
    overflow: hidden;
    padding: 0;
    width: var(--header--navicon--size)
}

.header__navicon svg {
    height: 100%;
    width: 100%
}

.header__navicon span {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -100px;
    width: 0
}

.icon-nav-toggle__circle {
    transition: fill .25s ease-in-out;
    fill: var(--header--navicon--background)
}

.icon-nav-toggle__line {
    transition: stroke .25s ease-in-out;
    stroke: var(--header--navicon--foreground)
}

html.nav-open .icon-nav-toggle__line--open,html:not(.nav-open) .icon-nav-toggle__line--close {
    stroke: transparent
}

html.nav-open body,html.show-nav-toggle body {
    --header--navicon--display: block;
    --header--navicon-container--opacity: 1
}

.header__navicon-container {
    opacity: var(--header--navicon-container--opacity);
    position: fixed;
    right: var(--nav-toggle-right-margin);
    top: 40px;
    transition: opacity .25s ease-in-out
}

.header__logo {
    height: var(--header--logo--height);
    transition: filter .25s ease-in-out;
    width: var(--header--logo--width);
    z-index: 10
}

.header__logo svg {
    height: 100%;
    width: 100%
}

.nav-open .header__logo {
    filter: invert(1);
    position: fixed
}

.header__logo-text {
    opacity: 0;
    pointer-events: none
}

.nav-open .header__nav--mobile {
    align-items: center;
    display: flex;
    transform: translateX(0)
}

.nav-open .header__navicon__line:first-child {
    transform: rotate(45deg) translate(4px,4px)
}

.nav-open .header__navicon__line:nth-child(2) {
    transform: rotate(-45deg) translate(2px,-2px)
}

.header__nav .mobile-navigation-only {
    display: none
}

.menu-facebook,.menu-linkedin {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 14px;
    position: absolute
}

.menu-facebook a,.menu-linkedin a {
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px
}

.menu-linkedin {
    background-image: url(../images/footer-linkedin.svg);
    right: 42px
}

.menu-facebook {
    background-image: url(../images/footer-facebook.svg);
    right: 0
}

.footer-wrapper {
    background-image: url(../images/footer-background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 30px 150px
}

.footer {
    font-size: 16px;
    margin: 0 auto;
    max-width: 1480px;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative
}

.footer h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0
}

.footer p {
    margin: 0
}

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

.footer a:hover {
    text-decoration-color: #fff
}

.footer__columns {
    align-items: flex-start;
    display: flex;
    grid-template-columns: repeat(6,1fr);
    justify-content: space-between;
}

.footer__logo {
    width: 100%;
}

.footer__resize {
    width: 245px
}

.footer__social {
    display: flex;
    gap: 10px;
    padding-top: 14px
}

.footer__social img {
    height: 33px;
    width: 33px
}

.footer__privacy-policy {
    padding-bottom: 28px
}

.footer__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 100px
}

.footer__bottom a {
    font-size: 21px
}

.footer__newsletter {
    margin-top: -40px
}

@media(max-width: 600px) {
    .footer__newsletter .wp-block-group {
        padding-bottom:70px;
        padding-top: 70px
    }

    .footer__newsletter .wp-block-group .newsletter__content h2 {
        font-size: 30px
    }

    .footer__newsletter .wp-block-group .newsletter__form .gform-footer {
        padding-top: 20px!important
    }
}

.footer__bottom__line-parent {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.footer__bottom__line {
    background-color: #fff;
    height: 2px;
    position: relative;
    width: 80%
}

.footer__bottom__line:after {
    background-image: linear-gradient(90deg,transparent,#fff 50%);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: rotate(-23deg) translate(-127px,-54px);
    transform-origin: top right;
    width: 138px
}

.footer__bottom__dot {
    animation: footer-bottom-dot-pulse 1.5s infinite;
    background-color: var(--wp--preset--color--yellow);
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    margin: 0 20px;
    width: 20px
}

.footer__surface {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../images/wave.gif);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 42px 14px;
    border: 0;
    bottom: -60px;
    color: var(--wp--preset--color--black);
    padding-right: 57px;
    position: absolute;
    right: 100px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .footer__surface {
        transform:translateX(50%)
    }
}

@keyframes footer-bottom-dot-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--wp--preset--color--yellow)
    }

    50% {
        box-shadow: 0 0 20px 0 var(--wp--preset--color--yellow)
    }

    to {
        box-shadow: 0 0 0 0 var(--wp--preset--color--yellow)
    }
}

@media(max-width: 1400px) {
    .footer-wrapper {
        padding-top:170px
    }
}

@media(max-width: 1200px) {
    .footer {
        padding:60px 40px
    }

    .footer h3 {
        margin-bottom: 5px
    }

    .footer__columns {
        gap: 50px;
        grid-template-columns: repeat(1,1fr);
        margin: 0;
        display: grid;
    }

    .footer__bottom {
        justify-content: flex-start;
        margin-left: 0;
        width: 100%
    }

    .footer__bottom__line {
        display: none
    }
}

.footer__bottom--mobile,.footer__bottom__line-mobile {
    display: none
}

@media(max-width: 767px) {
    .footer__bottom__line-mobile {
        display:block;
        margin-bottom: 20px;
        margin-left: 20px
    }

    .footer__bottom__line-mobile .footer__bottom__line {
        display: block;
        margin-left: 50px
    }

    .footer__bottom__line-mobile .footer__bottom__line:after {
        transform: rotate(-37deg) translate(-52px,-39px);
        width: 65px
    }

    .footer__bottom__line-desktop {
        display: none
    }

    .footer__bottom--mobile {
        display: block
    }

    .footer__bottom {
        display: none
    }

    .footer__bottom__dot-container {
        align-items: center;
        display: flex;
        margin-bottom: 60px
    }
}

.single-post__meta {
    margin-bottom: var(--wp--preset--spacing--50)
}

.single-post__title {
    margin-bottom: 30px;
    max-width: 800px;
    text-transform: none
}

@media(max-width: 767px) {
    .single-post__title {
        font-size:35px;
        margin-bottom: 45px;
        max-width: 60%
    }
}

.single-post__date {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 20px
}

.single-post__date__icon {
    position: relative
}

.single-post__date__icon__text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.single-post h2,.single-post h3,.single-post h4,.single-post h5,.single-post h6 {
    margin-bottom: 1rem;
    margin-top: 3rem
}

@media(min-width: 1401px) {
    .search-results-wrapper {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.search-result {
    border-bottom: 1px solid #000;
    padding: 1.5rem 0
}

.search-result h2 {
    font-size: 30px
}

.search-result__heading {
    margin: 0;
    text-transform: none
}

@media(max-width: 767px) {
    .search-result__heading a {
        font-size:23px
    }
}

.search-results-pagination:not(:empty) {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 5rem
}

.search-form {
    margin-bottom: 215px;
    margin-top: 215px
}

.search-form__form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.search-form__input {
    border: 2px solid #000;
    width: 380px
}

.search-container+.footer__newsletter {
    display: none
}

.search-container {
    position: relative
}

.search-container:before {
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width: 767px) {
   .front-animation__canvas-container > video {
      scale:2.4;
      
      
   }
   .header__logo > img{
      margin-top: 10px !important;
   }
}



