/*--------------------------------------------------------------

# Custom Code Start

--------------------------------------------------------------*/

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
}

a, a:hover {
    text-decoration: none;
}


h1,
.h2-h1 h2,
.h3-h1 h3 {
    font-size: 3.5rem;
}
h2,
.h1-h2 h1,
.h3-h2 h3 {
    font-size: 1.65rem;
}
h3,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 1.35rem;
}
h4,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 1.2rem;
}



h1 strong,
.h2-h1 h2 strong,
.h3-h1 h3 strong,
h2 strong,
.h1-h2 h1 strong,
.h3-h2 h3 strong,
h3 strong,
.h1-h3 h1 strong,
.h2-h3 h2 strong {
    display: inline-block;
    padding: 0.1em 0;
}

body.ready svg {
    transition: 0.25s;
}

.no-overflow {
    overflow: hidden !important;
}
.no-wrap {
    white-space: nowrap !important;
}
.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.anchor {
    display: block;
    -ms-transform: translateY(-165px);
    -webkit-transform: translateY(-165px);
    transform: translateY(-165px);
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
.container-xl {
    max-width: 100%;
    padding: 0 4rem;
}

.main-wrapper {
    display: block;
    position: relative;
}





/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

:root {
    --color-primary: #eabd76;
    --color-primary-washed: rgba(234, 190, 118, 0.11);
    --color-secondary: #3e3e4a;
    --color-text-normal: #333333;
}





/*--------------------------------------------------------------
# Wrapper
--------------------------------------------------------------*/

.wrapper {
    display: block;
    position: relative;
}
.wrapper:not(.static) {
    position: relative;
    z-index: 75;
}
.wrapper.priority {
    z-index: 100;
}
.wrapper.relative-8 {
    z-index: 80;
}
.wrapper.relative-9 {
    z-index: 90;
}
.wrapper.overflow {
    overflow: hidden;
}



.wrapper.first {
    padding-top: 150px;
}
.wrapper.last {
    padding-bottom: 150px;
}
.wrapper.divider {
    padding: 45px 0 45px;
}
.wrapper.compact {
    padding: 75px 0 75px;
}
.wrapper.medium {
    padding: 100px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper.large {
    padding: 120px 0 120px;
}
.wrapper.spacing {
    padding: 140px 0 140px;
}
.wrapper.large-top {
    padding-top: 120px;
}
.wrapper.large-bottom {
    padding-bottom: 120px;
}

.wrapper.spacing-top {
    padding-top: 90px;
}
.wrapper.spacing-bottom {
    padding-bottom: 90px;
}

.wrapper.fullscreen {
    min-height: 100vh;
}
.wrapper.fullscreen.exact {
    height: 100vh;
}

.wrapper.no-top { padding-top: 0 !important; }
.wrapper.no-bottom { padding-bottom: 0 !important; }
.wrapper.zero { padding: 0 !important; }


.wrapper.background-wrapper > .wrapper.expand,
.wrapper.fullscreen.floating > .wrapper.expand {
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 25;
}

.wrapper.background-wrapper.medium:not(.fullscreen) > .wrapper.expand,
.wrapper.fullscreen.floating.medium:not(.fullscreen) > .wrapper.expand {
    padding-top: 200px;
}

.wrapper.background-wrapper:not(.medium):not(.fullscreen) > .wrapper.expand,
.wrapper.fullscreen.floating:not(.medium):not(.fullscreen) > .wrapper.expand {
    padding-top: 150px;
}

.wrapper.background-wrapper > .wrapper.expand > .container-expand,
.wrapper.fullscreen.floating > .wrapper.expand > .container-expand {
    height: 100%;
}

.wrapper .wrap-center.floating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.wrapper .container:not(.static) {
    position: relative;
    z-index: 22;
}


.wrapper.main-article .col-lg-6.no-gap {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.main-article .image-wrap {
    min-height: 18.75rem;
}





/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1em;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    z-index: 35;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.button > span,
.button:not(.ready) {
    padding:  0.9rem 1.6rem;
}

.button.compact > span,
.button.compact {
    font-size: 1.1rem;
}

.button.compact > span,
.button.compact:not(.ready) {
    padding: 16px 24px 13px;
}

.button > span {
    display: block;
    position: relative;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}
body.ready .button,
body.ready .button > span {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}





/*--------------------------------------------------------------
# Button Variations
--------------------------------------------------------------*/

.button.uppercase,
.button.uppercase > span {
    text-transform: uppercase;
}
.button.enhanced {
    font-size: 1.5rem
}
.button.large > span {
    padding: 25px 32px 23px;
}





/*--------------------------------------------------------------
# Button Icons
--------------------------------------------------------------*/

.button[data-icon] > span,
.button[data-icon]:not(.ready) {
    padding-right: 55px !important;
}
.button[data-icon-left] > span,
.button[data-icon-left]:not(.ready) {
    padding-left: 50px !important;
}
.button .icon {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 12;
    top: 51%;
    width: 20px;
    height: 20px;
    line-height: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: transform 100ms;
}
.button[data-icon] .icon {
    right: 17px;
}
.button[data-icon-left] .icon {
    left: 11px;
}
.button .icon > svg {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    top: 50%;
    fill: currentColor;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0s;
}


/*--------------------------------------------------------------
# Button Icon Variations
--------------------------------------------------------------*/

.button[data-icon="send"] .icon > svg {
    width: 18px;
}
.button[data-icon="chevrons"] .icon > svg {
    fill: none;
    transform: translateY(-50%) rotate(180deg);
    width: 16px;
    height: auto;
    margin-top: 0.1rem;
    stroke-width: 4;
}


/*--------------------------------------------------------------
# Button Primary
--------------------------------------------------------------*/

.button.main {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #FFFFFF;
}





/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/

.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 20px 25px 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.alert:not(.square) {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:not(:last-child) {
    margin-bottom: 10px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert h2,
.alert h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert.alert-danger {
    border: none !important;
    background-color: #ffe8e8;
    color: #ab0a00;
}
.alert.alert-danger.contrast {
    color: #c50b00;
}
.alert.alert-success {
    border: none !important;
    background-color: #d9f0ba;
    color: #007010;
}
.alert.alert-success.contrast {
    background-color: #e7ffc4;
    color: #007511;
}





/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/

.article {
    display: block;
    position: relative;
    line-height: 1.75rem;
    max-width: 100%;
    z-index: 25;
    font-size: 1rem;
}
.article.top {
    margin-top: 30px;
}
.article.top-offset {
    margin-top: 50px;
}


.article.bottom {
    margin-bottom: 40px;
}
.article.bottom-half {
    margin-bottom: 30px;
}


.article.article-sm {
    width: 525px;
}
.article.article-md {
    width: 768px;
}
.article.article-lg {
    width: 992px;
}


.article-wrap.top {
    margin-top: 80px;
}
.article-wrap.bottom {
    margin-bottom: 80px;
}

.article-wrap.min-height {
    min-height: 180px;
}

.article-wrap.top-offset {
    margin-top: 165px;
}
.article-wrap.bottom-offset {
    margin-bottom: 125px;
}

.article-wrap.top-offset {
    margin-top: 6rem;
}
.article-wrap.bottom-offset {
    margin-bottom: 6rem;
}


.article-wrap.height-full {
    height: 100%;
}
.article-wrap.has-bg {
    background: var(--color-primary-washed);
}


.article-wrap.has-float > .article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.article.center {
    text-align: center;
}
.article.center-title h1,
.article.center-title h2,
.article.center-title h3 {
    text-align: center;
}
.article.centered {
    margin-left: auto;
    margin-right: auto;
}

.article:not(.main) p:last-child {
    margin-bottom: 0 !important;
}


.article.has-em em {
    color: var(--color-primary);
    font-family: 'Allison', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: -23px;
    margin-left: 70px;
    display: block;
    z-index: 1;
    position: relative;
}



.article b,
.article strong {
    font-weight: 700;
}

.article.opacity {
    opacity: 0.55;
}
.article.light {
    font-weight: 200;
}
.article.regular {
    font-weight: 400;
}

.article.enhanced {
    font-size: 1.15rem;
}

.article.enhanced small {
    font-size: 1rem;
    text-transform: uppercase;
}
.article.enhanced.minimal {
    font-size: 1.25rem;
}
.article.enhanced.spread {
    font-size: 1.75rem;
    line-height: 2em;
}


.article.featured {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.07em;
    text-transform: uppercase;
}
.article.links a:not(.button) {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
}


/*--------------------------------------------------------------
# Main Article
--------------------------------------------------------------*/

.article.main h1,
.article.main h2,
.article.main h3 {
    font-size: 3.5rem;
}


/*--------------------------------------------------------------
# Secondary Article
--------------------------------------------------------------*/

.article.secondary h1,
.article.secondary h2,
.article.secondary h3 {
    font-size: 2.75rem;
    font-weight: 500;
}


/*--------------------------------------------------------------
# Article Headings
--------------------------------------------------------------*/

.article h1,
.article h2,
.article h3 {
    margin-bottom: 25px;
    line-height: 1.2em;
    color: var(--color-secondary);
}

.article.minimal h1:first-child,
.article.minimal h2:first-child {
    margin-bottom: 20px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article.article-lg {
    width: 920px;
}
.article.article-md {
    width: 680px;
}
.article h1 > strong,
.article h2 > strong,
.article h3 > strong {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1em;
}






/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/

.video-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.video-wrap.fullscreen {
    height: 100vh;
    min-height: 800px;
}
.video-wrap.fullscreen > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    transition: opacity 0.25s;
    filter: grayscale(100%);
}
.video-wrap.fullscreen > .container {
    height: 100%;
}

body.ios .video-wrap video:not(.visible) {
    opacity: 0;
}





/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/

.socials-wrap {
    text-align: center;
}
.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 8;
}
.socialmedia:not(.wrap) > ul {
    white-space: nowrap;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
}
.socialmedia > ul > li > a,
.socialmedia > ul > li > a:hover {
    text-decoration: none;
}
.socialmedia > ul > li > a > svg,
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.socialmedia.svg ul > li svg {
    fill: #FFFFFFFF;
}

body.ready .socialmedia > ul > li > a,
body.ready .socialmedia > ul > li > a > svg,
body.ready .socialmedia > ul > li > a > img {
    transition: 0.25s;
}

.socials-wrap  .socialmedia > ul > li:not(:last-child) {
    margin-right: 10px;
}

.socials-wrap .socialmedia > ul > .item.site-phone > a > svg,
.socials-wrap .socialmedia > ul > .item.site-phone > a > img {
    width: 26px;
    height: 26px;
}

.socials-wrap .socialmedia > ul > li > a {
    width: 34px;
    height: 34px;
}
.socials-wrap .socialmedia > ul > li > a > svg,
.socials-wrap .socialmedia > ul > li > a > img {
    width: 30px;
    height: auto;
}





/*--------------------------------------------------------------
# Cookie Bar
--------------------------------------------------------------*/

.cookie-bar {
    position: fixed;
    padding: 2rem;
}

.cookie-bar.hidden {
    display: none;
}


/*--------------------------------------------------------------
# Cookie Bar - Positions
--------------------------------------------------------------*/

.cookie-bar.top-center,
.cookie-bar.bottom-center {
    width: 100%;
}

.cookie-bar.top-center {
    top: 0;
}
.cookie-bar.bottom-center {
    bottom: 0;
}

.cookie-bar.bottom-left,
.cookie-bar.bottom-right {
    bottom: 0;
}

.cookie-bar.bottom-left {
    left: 0;
}
.cookie-bar.bottom-right {
    right: 0;
}

.cookie-bar.center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/*--------------------------------------------------------------
# Cookie Modal - Overlay
--------------------------------------------------------------*/

.cookie-modal-wrapper  {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cookie-modal-wrapper.visible {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Cookie Modal
--------------------------------------------------------------*/

.cookie-modal {
    background: white;
    min-width: 280px;
    width: 50%;
}

.cookie-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2rem;
}

.cookie-modal-actions {
    margin-right: 32px;
}

.cookie-modal-btn.close {
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 35px;
}

.cookie-modal-content {
    padding: 20px 2rem 0 2rem;
}


/*--------------------------------------------------------------
# Cookie Modal + Bar - Combined styles
--------------------------------------------------------------*/

.cookie-bar-btn,
.cookie-modal-btn {
    cursor: pointer;
}





/*--------------------------------------------------------------

# Website Header, Footer, Main Theme below

--------------------------------------------------------------*/





/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

h1, h2, h3, h4 {
    color: inherit;
}
body {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5em;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
}
body .website {
    overflow: hidden;
}
body:not(.scrolled-safe) .fade-safe {
    opacity: 0;
}
body.ready [data-animation] {
    transition: 0.35s;
}

body.ready [data-animation="from-right"]:not(.animated) {
    transform: translateX( 50vw );
    opacity: 0;
}
body.ready [data-animation="from-left"]:not(.animated) {
    transform: translateX( -50vw );
    opacity: 0;
}





/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

.image-wrap.has-multiple {
    height: 30rem;
}

.image-wrap.top {
    margin-top: 50px;
}
.image-wrap.bottom {
    margin-bottom: 50px;
}
.image-wrap .image,
.image-wrap .image-inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-wrap .image.contain,
.image-wrap .image-inner.contain {
    background-size: contain;
}
.image-wrap .image-inner {
    overflow: hidden;
    position: absolute;
    inset: 0;
    z-index: 5;
}
.image-wrap .image > img {
    width: 100%;
    height: auto;
}
body.ready .image-wrap {
    transition: 0.25s;
}
.image-wrap.maxed > .image {
    top: 50%;
    transform: translateY(-50%);
}





/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/

.maps-wrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.maps-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.maps-wrap > .maps,
.maps-wrap > .maps > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
}

.maps.filter {
    filter: hue-rotate(-70deg) grayscale(0.35) brightness(0.75);
    filter: hue-rotate(-100deg) grayscale(0.5) brightness(0.5);
}





/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/

.header-wrapper .logo-wrap {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 53px;
}

.logo-wrap > .logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#logo svg {
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}


.header-logo > .logo,
.footer-logo > .logo {
    display: block;
    position: relative;
    height: 100%;
    fill: #e5be98;
}

body.ready .logo-wrap,
body.ready .logo-wrap > .logo {
    transition: 0.25s;
}





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

body:not(.menu-open) .menu-wrapper {
    display: none;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-size: cover;
    z-index: -1;
    background: #FFFFFF;
}

.menu-wrapper .menu-wrap {
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 45;
}

.menu-wrapper .menu-wrap .container {
    height: 100%;
    position: relative;
}

.menu-wrapper .menu-wrap::-webkit-scrollbar-track {
    background: transparent;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar {
    width: 9px;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    box-shadow: inset 0 0 10px 10px #fff;
    border: solid 3px transparent;
}

.menu-wrapper .menu-wrap.has-float .menu-inner {
    position: relative;
    width: 480px;
    min-height: 0;
    max-width: 100%;
    margin: 0 auto;
}
.menu-wrapper .menu-wrap .menu-inner ul.menu {
    width: 100%;
}





/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.menu-wrap.styled:not(.main-menu) {
    display: block;
    position: relative;
}
.menu-wrap.styled ul.menu {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-wrap.styled ul.menu li {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: var(--color-secondary);
}

.menu-wrap.main-menu.styled ul.menu li {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 2px;
}
.menu-wrap.styled ul.menu > li > a:not(.button) > span {
    display: block;
    position: relative;
}

.menu-wrap.styled.hover ul > li:not(:hover) > a:not(.button) {
    opacity: 0.5;
}


body.ready .menu-wrap.styled ul.menu > li > .before > svg,
body.ready .menu-wrap.styled ul.menu > li > a:not(.button),
body.ready .menu-wrap.styled ul.menu > li > a:not(.button)::before,
body.ready .menu-wrap.styled ul.menu > li > a:not(.button)::after,
body.ready .menu-wrap.styled ul.menu > li > a:not(.button) > span::after {
    transition: 0.25s;
}





/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/

.hamburger-wrap {
    display: none;
    position: absolute;
    z-index: 25;
    right: 0;
}

.hamburger {
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 35px;
    right: 0;
    top: 3px;
    z-index: 25;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 7px;
}

.hamburger div {
    position: relative;
    z-index: 10;
    height: 2px;
    margin: 12px 0;
    background: #FFFFFF;
    transform-origin: 50% 50%;
    transition: 0.25s;
}
.hamburger div:nth-child(1) {
    margin-top: 0;
}

.hamburger.cross-pre div:nth-child(2) {
    transform: translateY(14px);
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-14px);
}

.hamburger.cross div:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.hamburger.cross div:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
}

.hamburger svg rect {
    position: relative;
    z-index: 10;
    height: 4px;
    margin: 10px 0;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 0 0;
    transition: 0.25s;
    box-sizing: content-box;
}

.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

body.ready .hamburger-wrap {
    transition: 0.25s;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 750;
}
.header-inner {
    display: flex;
    position: relative;
    align-items: center;
    padding: 2.5rem 0;
}


/*--------------------------------------------------------------
# Desktop navigation
--------------------------------------------------------------*/

.header-wrapper .menu-wrap {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
}
.header-wrapper .menu-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.header-wrapper .menu-wrap ul li {
    padding: 0 25px;
}
.header-wrapper .menu-wrap ul li a:not(.active) {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}



/*--------------------------------------------------------------
# Header dropdown
--------------------------------------------------------------*/

.header-wrapper .menu-wrap ul li.has-dropdown:hover .dropdown {
    transform: scale(1);
}

.header-wrapper .menu-wrap ul li.has-dropdown .dropdown {
    background: white;
    width: auto;
    color: #333;
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 3px;
    transform: scaleY(0);
    position: absolute;
    transition: transform 300ms;
    transform-origin: 0 0;
}

.dropdown ul {
    display: flex;
    flex-direction: column;
}

.header-wrapper .menu-wrap ul li.has-dropdown .dropdown ul li {
    line-height: 1.5rem;
    padding: 0.5rem;
}


/*--------------------------------------------------------------
# Header logo
--------------------------------------------------------------*/

body.ready .header-wrapper,
body.ready .header-wrapper .header-logo,
body.ready .header-wrapper .header-logo svg,
body.ready .header-wrapper .header-logo svg path {
    transition: 0.35s, height 0.3s;
}





/*--------------------------------------------------------------
# Page: Home
--------------------------------------------------------------*/


/* Page Home - Partner logos */
.partner-logos-wrapper {
    display: flex;
    gap: 5rem;
}

.partner-logo-item {
    height: 10rem;
    width: 100%;
    filter: grayscale(100%);
}

.partner-logo-item img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}


/* Page Home - Main Article */
.page-home .article-wrap.height-full {
    display: flex;
    align-items: center;
}
.page-home .article-wrap.height-full {
    padding: 3rem;
}





/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.cta-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #FFFFFF;
}
.cta-wrapper::before {
    content: '';
    background: rgba(62,62,74,0.90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Cta block */
.cta-block {
    text-align: center;
}

.cta-block.socialmedia {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cta-block.has-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.cta-block.right {
    padding-right: 6.25rem;
}


/* Cta title */
.cta-block h4 {
    font-size: 1.65rem;
    font-weight: 400;
}


/* Cta newsletter form */
.cta-block .cta-form {
    display: flex;
    gap: 1rem;
}

.cta-block .cta-form input {
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    color: var(--color-text-normal);
}

.cta-block .cta-form button {
    font-size: 14px;
}


/* Cta social media icons */
.cta-block .socials-wrap .socialmedia > ul > li {
    background-color: #F5F5F5;
}
.cta-block .socials-wrap .socialmedia > ul > li > a > svg {
    fill: var(--color-text-normal);
    width: 15px;
    height: 15px;
}





/*--------------------------------------------------------------
# Copyright bar
--------------------------------------------------------------*/

.copyright-bar {
    background: var(--color-secondary);
    padding: 1rem 0;
    color: #FFFFFF;
    font-size: 14px;
}
.copyright-bar p {
    margin-bottom: 0;
}





/*--------------------------------------------------------------
# Blocks wrapper ("behandelingen" cards)
--------------------------------------------------------------*/

.blocks-wrapper {
    margin-top: 4.5rem;
}

.blocks-wrapper .block {
    box-shadow: 0 1rem 2rem 0 rgba(0,0,0,0.08);
    padding: 2rem;
    display: block;
}
.blocks-wrapper .block.has-em span em {
    color: var(--color-primary);
    font-family: 'Allison', sans-serif;
    font-size: 2rem;
    font-style: normal;
}

.blocks-wrapper .block h4 {
    text-transform: uppercase;
    color: var(--color-text-normal);
    margin-top: -5px;
}

.blocks-wrapper .block p {
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

.blocks-wrapper .block a {
    background: var(--color-secondary);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.9rem 1.6rem;
    color: #FFFFFF;
    font-size: 1rem;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-wrapper {
    margin-top: auto;
    position: relative;
    padding: 6rem 0;
}

.footer-wrapper .footer-inner {
    display: flex;
    width: 100%;
}


/* Footer logo */
.footer-wrapper .footer-logo {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100px;
    margin-bottom: 1.5rem;
}
.footer-wrapper .footer-logo svg {
    fill: var(--color-secondary);
}


/* Footer block */
.footer-wrapper .footer-inner .footer-block {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    color: var(--color-secondary);
}
.footer-wrapper .footer-inner .footer-block.contact,
.footer-wrapper .footer-inner .footer-block.logo {
    font-size: 0.9rem;
}
.footer-wrapper .footer-inner .footer-block.logo p {
    line-height: 1.75rem;
}
.footer-wrapper .footer-inner .footer-block.contact a {
    font-size: 13px;
}


/* Footer block title + subtitle */
.footer-wrapper .footer-inner .footer-block h5 {
    color: var(--color-secondary);
    font-size: 1.3rem;
    margin-bottom: 35px;
}
.footer-wrapper .footer-inner .footer-block h6 {
    color: var(--color-primary);
    font-size: 14px;
    text-transform: uppercase;
}





/*--------------------------------------------------------------
# Footer Developer
--------------------------------------------------------------*/

.developer-wrapper {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: 76;
}
.developer-wrapper .container {
    position: relative;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
body.ready .developer-wrapper .developer {
    transition: 0.4s;
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}





/*--------------------------------------------------------------
# Background
--------------------------------------------------------------*/

.background-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px!important;
    z-index: 65 !important;
    color: #fff;
}

.background-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(62,62,74,0.16);
    z-index: 1;

}

.background-wrapper.fullscreen {
    height: 100vh;
    min-height: 800px!important;
}
.background-wrapper.medium {
    max-height: 100vh;
    height: 400px;
}
.background-wrapper.large {
    min-height: 750px;
    height: 100vh;
    max-height: 1000px;
}
body:not(.ios) .background-wrapper.attached {
    background-attachment: fixed;
}


/*--------------------------------------------------------------
# Banner article slogan
--------------------------------------------------------------*/

.background-wrapper .wrapper .wrap-center.floating {
    width: 100%;
}

.background-wrapper .article-wrap .article.slogan :not(p, a, span) {
    font-size: 2.7rem;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.14) 2px 2px 5px;
    line-height: 4rem;
    color: #FFFFFF;
    text-transform: uppercase;
}


/* Slogan buttons */
.background-wrapper .article-wrap .article.slogan .button {
    font-size:  1rem;
}
.background-wrapper .article-wrap .article.slogan .button:first-of-type {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    margin-right: 1.2rem;
}
.background-wrapper .article-wrap .article.slogan .button:not(:first-of-type) {
    background: transparent;
    border: 1px solid #FFFFFF;
}





/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-wrap {
    display: block;
    position: relative;
}
.form-wrap .alert {
    margin: 30px 0;
}
.form-wrap .fields {
    position: relative;
}
.form-wrap .actions {
    margin-top: 50px;
}
.form-wrap .actions .button.main:not(:hover) {
    background: transparent;
}

.form-wrap .field {
    padding-top: 40px;
}

.form-wrap .field.has-placeholder:not(.has-error) label.label {
    opacity: 1;
}

.form-wrap .field label.label {
    position: absolute;
    opacity: 0;
    left: 0;
    top: -25px;
    font-size: 1rem;
    color: #FFFFFF;
}
.form-wrap .field label.label-file {
    position: relative;
    opacity: 1;
    top: 0;
    cursor: pointer;
}
.file-input-wrapper {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
}
.file-input-text {
    min-width: 3.5rem;
}


.form-wrap .field .field-inner {
    display: block;
    position: relative;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    outline: none !important;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 300;
    border-radius: 0;
}


.form-wrap .field textarea {
    resize: none;
    padding: 0;
    height: 10rem;
}
.form-wrap .field.textarea .field-inner {
    align-items: start;
}

.form-wrap .field .meta {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.form-wrap .field .meta.error {
    font-size: 1rem;
    color: #cc0f00;
    top: -25px;
    z-index: 15;
    opacity: 0;
    position: absolute;
}

.form-wrap .field label.label > em {
    color: #cc0f00;
    font-weight: 800;
    font-size: 1.25rem;
    font-style: normal;
    margin-left: 5px;
    line-height: 0;
}

.form-wrap .field.has-error .meta.error {
    opacity: 1;
}
.form-wrap .field.has-error .meta.placeholder,
.form-wrap .field.has-error input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
.form-wrap .field.has-error textarea {
    padding: 10px 0;
}

.form-wrap .field.focus .meta.placeholder,
.form-wrap .field.filled .meta.placeholder {
    top: -25px;
    left: 0;
    font-size: 1rem;
    opacity: 0%;
}

.form-wrap .field.filled:not(.has-error) label.label,
.form-wrap .field.focus:not(.has-error) label.label,
.form-wrap .field.has-error .meta.error {
    opacity: 1;
}



.form-wrap .field-recaptcha {
    display: block;
    position: relative;
}
.form-wrap .field-recaptcha .g-recaptcha {
    display: inline-block;
}

body.ready .form-wrap .field select,
body.ready .form-wrap .field textarea,
body.ready .form-wrap .field:not(.select):not(.checkbox) .field-inner::before,
body.ready .form-wrap .field:not(.select):not(.checkbox) .field-inner::after,
body.ready .form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]),
body.ready .form-wrap .field .field-inner .meta,
body.ready .form-wrap .field .field-inner label.label,
body.ready .form-wrap .field .field-inner label.label > em {
    transition: 0.25s;
}

body.ready .form-wrap .field input[type='file'] {
    display: none;
}


.form-wrap.is-white .field .meta {
    color: #fff;
}

.form-wrap.is-white .field label.label > em,
.form-wrap.is-white .field .meta.error {
    color: #ff7e74;
}

.form-wrap.is-white .field select,
.form-wrap.is-white .field textarea,
.form-wrap.is-white .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    color: #fff;
}





/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1250;
    min-height: 110vh;
}
.modal-wrapper:not(.is-active) {
    display: none;
}
.modal-wrapper::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}
.modal-wrapper .container {
    position: relative;
    height: 100vh;
    z-index: 25;
}
.modal-wrapper .modal-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    min-height: 256px;
    padding: 25px 25px;
    background-color: #fffaf4;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-height: calc( 100vh - 40px );
    border-radius: 20px;
    overflow: auto;
    top: 50%;
    transform: translateY(-50%);
}

.modal-wrapper .modal-wrap.modal-sm {
    width: 525px;
}
.modal-wrapper .modal-wrap.modal-md {
    width: 768px;
}
.modal-wrapper .modal-wrap.modal-lg {
    width: 992px;
}
.modal-wrapper .modal-wrap .modal-form .fields {
    margin-top: -25px;
}

.modal-wrapper .modal-wrap .modal-close {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    z-index: 75;
}
.modal-wrapper .modal-wrap .modal-close svg {
    width: 100%;
    height: 100%;
}
.modal-wrapper .modal-wrap .modal-close svg path {
    fill: #900;
}





/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination-wrap {
    display: block;
    position: relative;
    text-align: center;
}
ul.pagination {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pagination > li {
    display: inline-block;
    vertical-align: top;
}
ul.pagination > li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.pagination > li > a,
ul.pagination > li > span {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #fffaf4;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    line-height: 50px;
    color: #2e4d6d;
    font-weight: 700;
    border-radius: 10px;
}
ul.pagination:not(:hover) > li.active > a,
ul.pagination:not(:hover) > li.active > span {
    background-color: #fff;
}
ul.pagination > li:hover > a,
ul.pagination > li:hover > span {
    background-color: #fff;
}
body.ready ul.pagination > li > a,
body.ready ul.pagination > li > span {
    transition: 0.25s;
}





/*--------------------------------------------------------------
# Main Theme Responsive
--------------------------------------------------------------*/

@media all and (max-width: 1400px) {

}


@media all and (max-width: 1200px) {

    /* General */
    .wrapper.medium {
        padding: 75px 0 75px;
    }
    .wrapper.spacing-top {
        padding-top: 100px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 125px;
    }




    /* Header */
    .header-wrapper .menu-wrap {
        left: 0;
        transform: none;
        margin-left: auto;
    }

    .header-wrapper .menu-wrap ul li {
        padding: 0 10px;
    }




    /* Footer */
    .cta-block .cta-form {
        flex-direction: column;
    }

    .cta-block.right {
        padding-right: 3rem;
    }


}

@media all and (max-width: 992px) {


    /* General */
    .wrapper.medium {
        padding: 50px 0 50px;
    }

    .wrapper.spacing-top {
        padding-top: 100px;
    }

    .wrapper.spacing-bottom {
        padding-bottom: 100px;
    }




    /* Articles */
    .article.enhanced {
        font-size: 1.2rem;
    }

    .article.featured {
        font-size: 1.35rem;
    }

    .article.enhanced.spread {
        font-size: 1.35rem;
    }

    .article-wrap.top-offset {
        margin-top: 90px;
    }




    /* Header */
    .header-wrapper .menu-wrap {
        color: var(--color-text-normal);
        top: 100px;
        bottom: 45px;
        position: absolute;
        overflow: auto;
    }

    .header-wrapper .menu-wrap ul {
        flex-direction: column;
    }

    .header-wrapper .menu-wrap ul li a:not(.active) {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding: 0.7rem;
        display: block;
    }

    .menu-wrapper .menu-wrap.has-float .menu-inner {
        position: relative;
        top: 50%;
        margin: 0 auto;
        transform: translateY(-50%);
    }




    /* Hamburger */
    .hamburger-wrap {
        display: block;
    }

    .hamburger {
        top: 3px;
        width: 30px;
        height: 29px;
    }
    .hamburger div {
        margin: 9px 0;
    }
    .hamburger.cross div:nth-child(1) {
        transform: translateY(11px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(3) {
        transform: translateY(-11px) rotate(45deg);
    }




    /* Call to Action */
    .cta-block.right {
        padding-right: 0;
    }

    .cta-block.has-border-right {
        border-right: 0;
    }
    .cta-block.has-border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .cta-block .cta-form {
        justify-content: center;
        margin: 2rem 0;
    }

    .cta-block.socialmedia {
        margin-top: 2rem;
    }


}


@media all and (min-width: 768px) and (max-width: 992px) {

}


@media all and (max-width: 768px) {


    /* Articles */
    .article.enhanced {
        font-size: 1.1rem;
    }




    /* General */
    .wrapper.first {
        padding-top: 100px;
    }

    .wrapper.last {
        padding-bottom: 50px;
    }

    .wrapper.spacing {
        padding: 110px 0 110px;
    }

    .wrapper.spacing-top {
        padding-top: 75px;
    }

    .wrapper.spacing-bottom {
        padding-bottom: 75px;
    }




    /* Headings */
    h1,
    .h2-h1 h2,
    .h3-h1 h3 {
        font-size: 1.65rem;
    }

    h2,
    .h1-h2 h1,
    .h3-h2 h3 {
        font-size: 1.65rem;
    }

    h3,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.35rem;
    }

    h4,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.4rem;
    }




    /* Articles */
    .article.featured {
        font-size: 1.25rem;
    }

    .article.enhanced.spread {
        font-size: 1.25rem;
    }

    .article-wrap.top {
        margin-top: 60px;
    }

    .article-wrap.bottom {
        margin-bottom: 50px;
    }

    .article-wrap.top-offset {
        margin-top: 80px;
    }

    .article-wrap.bottom-offset {
        margin-bottom: 70px;
    }


    .article.main h1,
    .article.main h2,
    .article.main h3 {
        font-size: 2.5rem;
    }

    .article.secondary h2,
    .article.secondary h3 {
        font-size: 1.95rem;
    }

    .article.has-em em {
        font-size: 2.5rem;
    }




    /* Blocks wrapper */
    .blocks-wrapper .block h4 {
        font-size: 1.1rem;
    }




    /* Footer */
    .footer-wrapper .footer-inner {
        flex-direction: column;
    }


}

@media all and (max-width: 575px) {


    /* General */
    .wrapper.first {
        padding-top: 60px;
    }
    .wrapper.large {
        padding: 65px 0px;
    }
    .wrapper.spacing {
        padding: 75px 0 75px;
    }




    /* Background wrapper */
    .background-wrapper.large {
        height: 750px;
    }




    /* Articles */
    .article.enhanced {
        font-size: 1rem;
    }




    /* Video banner */
    .video-wrap.fullscreen > video {
        transform: translate(-58%, -50%);
        -webkit-transform: translate(-58%, -50%);
    }




    /* Articles */
    .article-wrap.top {
        margin-top: 50px;
    }
    .article-wrap.bottom {
        margin-bottom: 35px;
    }

    .article-wrap.top-offset {
        margin-top: 50px;
    }
    .article-wrap.bottom-offset {
        margin-bottom: 45px;
    }


    /* Article headings */
    .article.main h1, .article.main h2, .article.main h3 {
        font-size: 2.2rem;
    }
    .article.secondary h2, .article.secondary h3 {
        font-size: 1.75rem;
    }

    .article.has-em em {
        font-size: 2.2rem;
    }




    /* Header logo */
    .header-wrapper .logo-wrap {
        height: 45px;
    }
    .header-logo > .logo {
        width: 110px;
    }




    /* Banner slogan */
    .background-wrapper .wrapper .wrap-center.floating {
        padding: 0 2rem;
    }

    .background-wrapper .article-wrap .article.slogan .button:first-of-type {
        margin-right: 0;
    }

    .background-wrapper .article-wrap .article.slogan .button {
        display: block;
    }




    /* Page: Home - Partner logos */
    .partner-logos-wrapper {
        display: block;
        padding: 0 2rem;
    }




    /* Blocks wrapper */
    .blocks-wrapper {
        margin-top: 2rem;
    }

    .blocks-wrapper .block {
        margin-bottom: 1.5rem;
    }
    .blocks-wrapper .block h4 {
        font-size: 0.95rem;
    }




    /*  Call To Action */
    .cta-block h4 {
        font-size: 1.25rem;
    }

    .cta-block p {
        margin-bottom: 2rem;
    }

    .cta-block .cta-form {
        flex-direction: column;
        width: 100%;
    }

    .cta-block.socialmedia {
        top: 0;
        transform: none;
    }




    /* Footer */
    .footer-wrapper .footer-inner .footer-block h5 {
        font-size: 1rem;
    }




    /* Copyright bar */
    .copyright-bar {
        text-align: center;
    }


}


@media all and (max-width: 410px) {



}


@media all and (max-height: 700px) and (max-width: 575px) {



}

@media all and (max-height: 675px) and (min-width: 768px) {



}

@media all and (min-height: 675px) and (min-width: 768px) {



}









/* Mobile Friendly -  Bootstrap Responsive */




@media all and (min-width: 1199px) and (min-width: 1400px) {
    .hidden-xl { display: none !important; }
    .visible-xl { display: block !important; }

    .left-xl { text-align: left !important; }
    .right-xl { text-align: right !important; }

    .no-br-xl br, .no-br br { display: none; }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }

    .left-lg { text-align: left !important; }
    .right-lg { text-align: right !important; }

    .no-br-lg br, .no-br br { display: none; }
}
@media all and (min-width: 767px) and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }

    .left-md { text-align: left !important; }
    .right-md { text-align: right !important; }

    .no-br-md br, .no-br br { display: none; }
}
@media all and (min-width: 574px) and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }

    .left-sm { text-align: left !important; }
    .right-sm { text-align: right !important; }

    .no-br-sm br, .no-br br { display: none; }
}
@media all and (min-width: 0px) and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }

    .left-xs { text-align: left !important; }
    .right-xs { text-align: right !important; }

    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }

    .no-br-xs br, .no-br br { display: none; }

}