:root {
    --kturq: #1DB6BC;
    --kturql: #24d5dc;
    --button-radius: 12px;
    --button-pad: 12px 25px 15px;
}

body {
    max-width:100%;
    font-family:assistant, arial, helvetica, sans-serif;
    font-size:24px;
}
.dr-block {
    border-bottom: none;
    padding:5.8em 2.5em;
}
.dr-block h1 {
    font-size:3.625em;
    font-weight:bold;
    line-height:1.3em;
    max-width:40em;
    margin: 0 auto;
}
.dr-block h2 {
    font-weight:bold;
    font-size:1.5em;
    line-height:1.3em;
    max-width:27em;
    margin:1em auto;
}

.entry-content img{
    max-width: 100%;
}
.header {
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 5em);
    z-index:10;
    display:flex;
    justify-content: space-between;
    padding:1em 2.5em;
    grid-column-gap: 1em;
    align-items: center;
    background-color: transparent;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease; /* Safari */
    -moz-transition: all 0.25s ease;    /* Firefox */
    -o-transition: all 0.25s ease;      /* Older Opera */
}
.header .logo a {
    color:#fff;
    font-weight:800;
    text-decoration: none;
    font-size:1.5em;
}

.header .menu-wrap {
}
.header .menu-wrap ul {
    display:flex;
    list-style: none;
    padding:0;
    margin:0;
    grid-column-gap: 3vw;
}
.header .menu-wrap a {
    color:#fff;
    text-decoration: none;
    white-space: nowrap;
    transition: font-size 0.25s ease;
    -webkit-transition: font-size 0.25s ease; /* Safari */
    -moz-transition: font-size 0.25s ease;    /* Firefox */
    -o-transition: font-size 0.25s ease;      /* Older Opera */
    position:relative;
    z-index: 10;
}
.header .menu-wrap a:after {
    content:'';
    position:absolute;
    top:-10%;
    left:-10%;
    width:120%;
    height:120%;
    background:#000;
    filter:blur(20px);
    opacity:0.65;
    z-index: -1;
}
.header .menu-wrap ul li:last-child a::after {
    display:none;
}
.header.scrolled .menu-wrap a {
    color:#000;
    text-shadow: none;
}
.header.scrolled .menu-wrap a::after {
    display:none;

}
.header .menu-wrap a:hover {
    border-bottom:2px solid #fff;
}
.header.scrolled .menu-wrap a:hover {
    border-bottom-color:#000;
}

.header .menu-wrap ul li:last-child a {
    color:#fff;
    background:var(--kturq);
    border-radius:var(--button-radius);
    padding:var(--button-pad);
    font-weight:bold;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease; /* Safari */
    -moz-transition: all 0.25s ease;    /* Firefox */
    -o-transition: all 0.25s ease;      /* Older Opera */
}
.header .menu-wrap ul li:last-child a:hover {
    background:var(--kturql);
    border:none;
}
.header.scrolled {
    position: fixed;
    font-size:0.8em;
    padding:20px 60px;
    background-color: #fff; /* Change background color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow */
}
.header.scrolled .logo a {
    color:var(--kturq);
    white-space: nowrap;
}
.header.scrolled .menu-wrap ul li:last-child a {
    padding: 8px 25px 11px;
}

.cta {
    display:flex;
    justify-content:center;
    margin:0 auto;
    align-items:center;
    grid-column-gap: 1.5em;
}
.cta .btn {
    color:#fff;
    background:var(--kturq);
    border-radius:var(--button-radius);
    padding:var(--button-pad);
    font-weight:bold;
    text-decoration: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease; /* Safari */
    -moz-transition: all 0.25s ease;    /* Firefox */
    -o-transition: all 0.25s ease;      /* Older Opera */
}

.cta .btn:hover {
    background-color:var(--kturql);
    transform:translateY(-0.2em);
}
.cta .lnk {
    color: #000;
    text-decoration: none;
    border-bottom:2px solid #000;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease; /* Safari */
    -moz-transition: all 0.25s ease;    /* Firefox */
    -o-transition: all 0.25s ease;      /* Older Opera */
    position:relative;
    margin-bottom:0;
}
.cta .lnk::after {
    content:'';
    position:absolute;
    left:-1em;
    top:0.25em;
    width:0.85em;
    height:0.85em;
    background:#000;
    -webkit-mask:url(../images/cta-down.svg) center center no-repeat;
    -webkit-mask-size:contain;
    mask:url(../images/cta-down.svg) center center no-repeat;
    mask-size:contain;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease; /* Safari */
    -moz-transition: all 0.25s ease;    /* Firefox */
    -o-transition: all 0.25s ease;      /* Older Opera */
}
.cta .lnk:hover {
    transform:translateY(-0.2em);
    color:var(--kturq);
    border-color:var(--kturq);
}
.cta .lnk:hover::after {
    background-color:var(--kturq);
}
.style-invert .cta .lnk:hover {
    color:#fff;
    border-color:#fff;
}
.style-invert .cta .lnk:hover::after {
    background-color:#fff;
}

.style-invert .cta .btn {
    background-color:#fff;
    color:var(--kturq);
}
.style-invert .cta .btn:hover {
}
.style-invert .cta .lnk {
    color:#fff;
    border-color:#fff;
}
.style-invert .cta .lnk::after {
    background-color:#fff;
}
img {
    border:1px solid #000;
}
.hamburger-menu {
    aspect-ratio: 4 / 3;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    display:none;
    flex: 0 0 3em;
    background:#fff;
    -webkit-mask:url(../images/burger.svg) center center no-repeat;
    -webkit-mask-size:contain;
    mask:url(../images/burger.svg) center center no-repeat;
    mask-size:contain;
}
